[Git][debian-proftpd-team/proftpd][master] 3 commits: Remove constraints unnecessary since buster
Hilmar Preuße (@hilmar-guest)
gitlab at salsa.debian.org
Tue Aug 24 17:21:29 BST 2021
Hilmar Preuße pushed to branch master at Debian ProFTPD Team / proftpd
Commits:
5a18cfce by Debian Janitor at 2021-08-24T07:25:04+00:00
Remove constraints unnecessary since buster
* proftpd-core: Drop versioned constraint on debianutils, netbase, sed and ucf in Depends.
Changes-By: deb-scrub-obsolete
- - - - -
6f065d74 by Hilmar Preusse at 2021-08-24T18:18:20+02:00
Merge branch 'janitor-team/proposed/proftpd-scrub-obsolete'
- - - - -
1be6323f by Hilmar Preusse at 2021-08-24T18:20:58+02:00
Modify debian/control.in too.
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/control.in
Changes:
=====================================
debian/changelog
=====================================
@@ -7,6 +7,9 @@ proftpd-dfsg (1.3.7b+dfsg-2) unstable; urgency=medium
[ Debian Janitor ]
* Trim trailing whitespace.
* Update renamed lintian tag names in lintian overrides.
+ * Remove constraints unnecessary since buster:
+ + proftpd-core: Drop versioned constraint on debianutils, netbase, sed and
+ ucf in Depends.
-- Hilmar Preusse <hille42 at web.de> Tue, 24 Aug 2021 09:09:55 +0200
=====================================
debian/control
=====================================
@@ -33,11 +33,11 @@ Package: proftpd-core
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: adduser,
- debianutils (>= 1.21.0),
+ debianutils,
libpam-runtime (>= 0.76-13.1),
- netbase (>= 4.13),
- sed (>= 4.1.5),
- ucf (>= 0.30),
+ netbase,
+ sed,
+ ucf,
lsb-base (>= 3.0-6),
${misc:Depends},
${shlibs:Depends}
=====================================
debian/control.in
=====================================
@@ -33,11 +33,11 @@ Package: proftpd-core
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: adduser,
- debianutils (>= 1.21.0),
+ debianutils,
libpam-runtime (>= 0.76-13.1),
- netbase (>= 4.13),
- sed (>= 4.1.5),
- ucf (>= 0.30),
+ netbase,
+ sed,
+ ucf,
lsb-base (>= 3.0-6),
${misc:Depends},
${shlibs:Depends}
View it on GitLab: https://salsa.debian.org/debian-proftpd-team/proftpd/-/compare/1b6f62617c4a1a42830f31b6498d90fe7813d9be...1be6323ff50183abd6f8a9035f0577f62544446b
--
View it on GitLab: https://salsa.debian.org/debian-proftpd-team/proftpd/-/compare/1b6f62617c4a1a42830f31b6498d90fe7813d9be...1be6323ff50183abd6f8a9035f0577f62544446b
You're receiving this email because of your account on salsa.debian.org.
More information about the Pkg-proftpd-maintainers
mailing list