Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • lts-team/packages/samba
  • thctlo/samba-lintianfix
  • arnaudr/samba
  • jrwren/samba
  • paride/samba
  • athos/samba
  • henrich/samba
  • cnotin/samba
  • mimi89999/samba
  • samba-team/samba
  • ahasenack/samba
  • jrtc27/samba
  • noel/samba
13 results
Show changes
Commits on Source (2)
samba (3:4.20.2+dfsg-12) unstable; urgency=medium
* bump the epoch to work around mistakenly uploaded 4.21.0-rc1
to unstable instead of experimental and a mess resulting from that.
Use the same epoch number for libldb.
Closes: #1077749
-- Michael Tokarev <mjt@tls.msk.ru> Fri, 02 Aug 2024 12:13:59 +0300
samba (2:4.20.2+dfsg-11) unstable; urgency=medium
* d/control: remove Andrew Bartlett email from Uploaders per his request
......
......@@ -55,9 +55,10 @@ DESTDIR = ${CURDIR}/debian/tmp
# used to be dpkg_late_eval
late-eval = $(or $(value cache-$1),$(eval cache-$1 := $(shell $2))$(value cache-$1))
DEB_VERSION_EPOCH = $(firstword $(subst :, ,${DEB_VERSION})):
LDB_VERSION = $(call late-eval,LDB_VERSION,grep ^VERSION lib/ldb/wscript | cut -d\' -f2)
LDB_DEB_VERSION = 2:${LDB_VERSION}+samba${DEB_VERSION_UPSTREAM_REVISION}
LDB_DEB_VERSION = ${DEB_VERSION_EPOCH}${LDB_VERSION}+samba${DEB_VERSION_UPSTREAM_REVISION}
LDB_PACKAGES = libldb2 libldb-dev ldb-tools python3-ldb
before-trixie := $(filter pkg.samba.before-trixie, ${DEB_BUILD_PROFILES})
......