[Git][debian-proftpd-team/proftpd][master] Multiple fixes, mainly thanks to lintian
Francesco Paolo Lovergine
frankie at debian.org
Mon Dec 21 13:11:24 GMT 2020
Francesco Paolo Lovergine pushed to branch master at Debian ProFTPD Team / proftpd
Commits:
05499a47 by Francesco Paolo Lovergine at 2020-12-21T12:51:03+01:00
Multiple fixes, mainly thanks to lintian
- - - - -
5 changed files:
- debian/changelog
- debian/control
- debian/control.in
- debian/proftpd-core.lintian-overrides
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -12,6 +12,10 @@ proftpd-dfsg (1.3.7a+dfsg-4) unstable; urgency=medium
(closes: #740177, #657484)
* Removed trailing spaces at the end of lines in debian/changelog to make
lintian happy.
+ * Fixed oversight old dependency of -mod-mysql on proftpd-basic (thanks lintian).
+ * Fixed typo in lintian-overrides (thanks lintian).
+ * Moved proftpd-basic to oldlibs, because transitional.
+ * Fixed debian/watch file for demangling (thanks lintian).
-- Francesco Paolo Lovergine <frankie at debian.org> Mon, 21 Dec 2020 12:15:46 +0100
=====================================
debian/control
=====================================
@@ -118,7 +118,7 @@ Homepage: http://www.proftpd.org/docs
Package: proftpd-mod-mysql
Architecture: any
-Depends: proftpd-basic (=${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
+Depends: proftpd-core (=${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
Enhances: proftpd-core
Description: Versatile, virtual-hosting FTP daemon - MySQL module
ProFTPD is a powerful modular FTP/SFTP/FTPS server. This File Transfer
@@ -283,6 +283,7 @@ Description: Versatile, virtual-hosting FTP daemon - tcpwrapper module
Package: proftpd-basic
Architecture: all
+Section: oldlibs
Depends: proftpd-core, proftpd-mod-wrap, proftpd-mod-crypto
Description: Transitional dummy package for ProFTPD
ProFTPD is a powerful modular FTP/SFTP/FTPS server. This File Transfer
=====================================
debian/control.in
=====================================
@@ -118,7 +118,7 @@ Homepage: http://www.proftpd.org/docs
Package: proftpd-mod-mysql
Architecture: any
-Depends: proftpd-basic (=${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
+Depends: proftpd-core (=${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
Enhances: proftpd-core
Description: Versatile, virtual-hosting FTP daemon - MySQL module
ProFTPD is a powerful modular FTP/SFTP/FTPS server. This File Transfer
@@ -283,6 +283,7 @@ Description: Versatile, virtual-hosting FTP daemon - tcpwrapper module
Package: proftpd-basic
Architecture: all
+Section: oldlibs
Depends: proftpd-core, proftpd-mod-wrap, proftpd-mod-crypto
Description: Transitional dummy package for ProFTPD
ProFTPD is a powerful modular FTP/SFTP/FTPS server. This File Transfer
=====================================
debian/proftpd-core.lintian-overrides
=====================================
@@ -1,2 +1,2 @@
proftpd-core: binary-without-manpage
-proftpd-cor: embedded-library usr/sbin/proftpd: ltdl
+proftpd-core: embedded-library usr/sbin/proftpd: ltdl
=====================================
debian/watch
=====================================
@@ -1,2 +1,2 @@
-version=3
-ftp://ftp.proftpd.org/distrib/source/proftpd-([\d\.]+[a-z]?\+?[a-z]*)\.tar\.gz
+version=4
+opts="dversionmangle=auto" ftp://ftp.proftpd.org/distrib/source/proftpd-([\d\.]+[a-z]?\+?[a-z]*)\.tar\.gz
View it on GitLab: https://salsa.debian.org/debian-proftpd-team/proftpd/-/commit/05499a4700337fbd3e4526f3995bb79f1eb6fea7
--
View it on GitLab: https://salsa.debian.org/debian-proftpd-team/proftpd/-/commit/05499a4700337fbd3e4526f3995bb79f1eb6fea7
You're receiving this email because of your account on salsa.debian.org.
More information about the Pkg-proftpd-maintainers
mailing list