[Git][debian-proftpd-team/proftpd][master] 2 commits: Remove constraints unnecessary since buster
Hilmar Preuße (@hilmar-guest)
gitlab at salsa.debian.org
Fri Sep 24 14:06:07 BST 2021
Hilmar Preuße pushed to branch master at Debian ProFTPD Team / proftpd
Commits:
24d698c2 by Debian Janitor at 2021-09-19T16:33:20+00:00
Remove constraints unnecessary since buster
* Build-Depends: Drop versioned constraint on libmemcached-dev.
* proftpd-core: Drop versioned constraint on libpam-runtime and lsb-base in Depends.
Changes-By: deb-scrub-obsolete
- - - - -
8a0d58d5 by Hilmar Preuße at 2021-09-24T13:06:01+00:00
Merge branch 'scrub-obsolete' into 'master'
Remove unnecessary constraints
See merge request debian-proftpd-team/proftpd!5
- - - - -
2 changed files:
- debian/changelog
- debian/control
Changes:
=====================================
debian/changelog
=====================================
@@ -1,7 +1,14 @@
proftpd-dfsg (1.3.7c+dfsg-2) UNRELEASED; urgency=medium
+ [ Hilmar Preusse ]
* Remove Lintian override, "systemd-service-file-outside-lib".
+ [ Debian Janitor ]
+ * Remove constraints unnecessary since buster:
+ + Build-Depends: Drop versioned constraint on libmemcached-dev.
+ + proftpd-core: Drop versioned constraint on libpam-runtime and lsb-base in
+ Depends.
+
-- Hilmar Preusse <hille42 at web.de> Sun, 19 Sep 2021 18:04:59 +0200
proftpd-dfsg (1.3.7c+dfsg-1) unstable; urgency=medium
=====================================
debian/control
=====================================
@@ -5,7 +5,7 @@ Maintainer: ProFTPD Maintainance Team <pkg-proftpd-maintainers at alioth-lists.debi
Uploaders: Francesco Paolo Lovergine <frankie at debian.org>,
Hilmar Preusse <hille42 at web.de>
Standards-Version: 4.6.0
-Build-Depends: debhelper-compat (=13),
+Build-Depends: debhelper-compat (= 13),
dh-exec,
libacl1-dev,
libcap-dev [linux-any],
@@ -21,7 +21,7 @@ Build-Depends: debhelper-compat (=13),
unixodbc-dev,
zlib1g-dev,
libgeoip-dev,
- libmemcached-dev (>= 0.41),
+ libmemcached-dev,
libhiredis-dev,
libsodium-dev,
libmd-dev
@@ -33,10 +33,10 @@ Package: proftpd-core
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: adduser,
- libpam-runtime (>= 0.76-13.1),
+ libpam-runtime,
netbase,
ucf,
- lsb-base (>= 3.0-6),
+ lsb-base,
${misc:Depends},
${shlibs:Depends}
Conflicts: ftp-server, proftpd-mod-dnsbl
View it on GitLab: https://salsa.debian.org/debian-proftpd-team/proftpd/-/compare/5b4ed09a048eb9e78d736d886e900100d944160f...8a0d58d5e71c0bfc5b54733435613200561bd892
--
View it on GitLab: https://salsa.debian.org/debian-proftpd-team/proftpd/-/compare/5b4ed09a048eb9e78d736d886e900100d944160f...8a0d58d5e71c0bfc5b54733435613200561bd892
You're receiving this email because of your account on salsa.debian.org.
More information about the Pkg-proftpd-maintainers
mailing list