summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-11 16:48:08 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-11 16:48:08 +0000
commit396570dfee046b51c0c0c967609d8dd66e4eada4 (patch)
tree04395bdce53aaa5a2fb3094b9f0579a8f412e3e3
parentAdding debian version 2:4.20.1+dfsg-4. (diff)
downloadsamba-396570dfee046b51c0c0c967609d8dd66e4eada4.tar.xz
samba-396570dfee046b51c0c0c967609d8dd66e4eada4.zip
Adding debian version 2:4.20.1+dfsg-5.debian/2%4.20.1+dfsg-5
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/changelog9
-rw-r--r--debian/control4
-rwxr-xr-x[-rw-r--r--]debian/samba-ad-dc.init0
-rw-r--r--debian/samba.NEWS10
4 files changed, 16 insertions, 7 deletions
diff --git a/debian/changelog b/debian/changelog
index ee1196c..a4b5af3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+samba (2:4.20.1+dfsg-5) unstable; urgency=medium
+
+ * Build-Depends: dpkg-dev>=trixie for Arch packages only (for t64 rename)
+ * d/samba.NEWS: reword the last entry a bit
+ * d/samba-ad-dc.init: chmod +x
+ * d/control: bump Standards-Version to 4.7.0 (no changes needed)
+
+ -- Michael Tokarev <mjt@tls.msk.ru> Mon, 10 Jun 2024 20:17:53 +0300
+
samba (2:4.20.1+dfsg-4) unstable; urgency=medium
[ Helmut Grohne ]
diff --git a/debian/control b/debian/control
index 2dfeb9e..41332ba 100644
--- a/debian/control
+++ b/debian/control
@@ -8,13 +8,13 @@ Uploaders: Steve Langasek <vorlon@debian.org>,
Andrew Bartlett <abartlet+debian@catalyst.net.nz>,
Michael Tokarev <mjt@tls.msk.ru>
Homepage: https://www.samba.org
-Standards-Version: 4.6.2
+Standards-Version: 4.7.0
Build-Depends:
- dpkg-dev (>= 1.22.5) <!pkg.samba.before-trixie>,
debhelper-compat (= 13),
dh-exec,
Build-Depends-Arch:
dh-sequence-python3,
+ dpkg-dev (>= 1.22.5) <!pkg.samba.before-trixie>,
# tools:
bison,
docbook-xml, docbook-xsl, xsltproc,
diff --git a/debian/samba-ad-dc.init b/debian/samba-ad-dc.init
index d88ca31..d88ca31 100644..100755
--- a/debian/samba-ad-dc.init
+++ b/debian/samba-ad-dc.init
diff --git a/debian/samba.NEWS b/debian/samba.NEWS
index 52d35c7..ddf0709 100644
--- a/debian/samba.NEWS
+++ b/debian/samba.NEWS
@@ -1,10 +1,10 @@
samba (2:4.20.1+dfsg-2) unstable; urgency=medium
- Active Directory Domain Controller (AD-DC) functionality has been
- split out of samba-the-file-server package into its own separate
- package name samba-ad-dc. This includes the samba binary and a few
- support executables. Please install samba-ad-dc package separately
- if you need AD-DC functionality on your system.
+ Active Directory Domain Controller (AD-DC) functionality has been split out
+ of main samba (the file server) package into its own separate package named
+ samba-ad-dc. This includes the samba binary, the startup files and a few
+ support executables. Please additionally install samba-ad-dc package if
+ you need AD-DC functionality on your system.
-- Michael Tokarev <mjt@tls.msk.ru> Sun, 26 May 2024 13:44:07 +0300