Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
samba
Manage
Activity
Members
Labels
Code
Merge requests
3
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Debian Samba Team
samba
Compare revisions
2c2f1884b705ee757ab7d31b257db056134ae119 to 717035db1eefb711d698aeb9bc0a1c9f134c06ce
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
samba-team/samba
Select target project
No results found
717035db1eefb711d698aeb9bc0a1c9f134c06ce
Select Git revision
Swap
Target
samba-team/samba
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
2c2f1884b705ee757ab7d31b257db056134ae119
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
d/rules: use the same epoch number for libldb as for samba itself
· f47ff9bb
Michael Tokarev
authored
5 months ago
f47ff9bb
update changelog; upload version 4.20.2+dfsg-12 to unstable
· 717035db
Michael Tokarev
authored
5 months ago
717035db
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/changelog
+9
-0
9 additions, 0 deletions
debian/changelog
debian/rules
+2
-1
2 additions, 1 deletion
debian/rules
with
11 additions
and
1 deletion
debian/changelog
View file @
717035db
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
...
...
This diff is collapsed.
Click to expand it.
debian/rules
View file @
717035db
...
...
@@ -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})
...
...
This diff is collapsed.
Click to expand it.