summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-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 9046627..d99e86b 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~progress7.99u1) graograman-backports; urgency=medium
* Uploading to graograman-backports, remaining changes:
diff --git a/debian/control b/debian/control
index 1a7693d..c40492c 100644
--- a/debian/control
+++ b/debian/control
@@ -11,13 +11,13 @@ XSBC-Original-Uploaders: Steve Langasek <vorlon@debian.org>,
Michael Tokarev <mjt@tls.msk.ru>
Bugs: mailto:maintainers@lists.progress-linux.org
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