[Git][debian-proftpd-team/proftpd][master] 2 commits: Initial changes for dh-13 compat
Francesco Paolo Lovergine
frankie at debian.org
Sun Jan 3 10:58:41 GMT 2021
Francesco Paolo Lovergine pushed to branch master at Debian ProFTPD Team / proftpd
Commits:
ee4dd046 by Francesco Paolo Lovergine at 2021-01-03T11:41:24+01:00
Initial changes for dh-13 compat
- - - - -
2e7f0c6f by Francesco Paolo Lovergine at 2021-01-03T11:54:22+01:00
Introduced override for dh_missing as from dh-compat 13.
- - - - -
5 changed files:
- debian/changelog
- debian/control
- debian/control.in
- + debian/not-installed
- debian/proftpd-core.install
Changes:
=====================================
debian/changelog
=====================================
@@ -1,7 +1,14 @@
proftpd-dfsg (1.3.7a+dfsg-9) UNRELEASED; urgency=medium
+ [ Hilmar Preusse ]
* Add file exclude for uscan.
+ [ Francesco Paolo Lovergine ]
+ * Moved to dh-compat 13.
+ * Added a not-installed file for stuff not installed in any package.
+ * Some contrib/ files are now installed by upstream, so changed a bit
+ the d/install file.
+
-- Hilmar Preusse <hille42 at web.de> Sat, 02 Jan 2021 20:30:00 +0100
proftpd-dfsg (1.3.7a+dfsg-8) 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.5.1
-Build-Depends: debhelper-compat (=11),
+Build-Depends: debhelper-compat (=13),
dh-exec,
libacl1-dev,
libcap-dev [linux-any],
=====================================
debian/control.in
=====================================
@@ -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.5.1
-Build-Depends: debhelper-compat (=11),
+Build-Depends: debhelper-compat (=13),
dh-exec,
libacl1-dev,
libcap-dev [linux-any],
=====================================
debian/not-installed
=====================================
@@ -0,0 +1,2 @@
+etc/proftpd/proftpd.conf
+usr/lib/proftpd/mod_*.la
=====================================
debian/proftpd-core.install
=====================================
@@ -43,8 +43,9 @@ usr/lib/proftpd/mod_wrap2_redis.so
usr/lib/proftpd/mod_wrap2_sql.so
usr/share/locale/*
debian/proftpd-gencert usr/sbin/
-contrib/ftpasswd usr/sbin/
-contrib/ftpquota usr/sbin/
+usr/bin/ftpasswd usr/sbin/
+usr/bin/ftpquota usr/sbin/
+usr/bin/ftpmail usr/sbin/
contrib/xferstats.holger-preiss => usr/sbin/ftpstats
debian/templates/ftpusers etc/
debian/templates/*.conf usr/share/proftpd/templates/
View it on GitLab: https://salsa.debian.org/debian-proftpd-team/proftpd/-/compare/803430d42288668b7d2bd4a37132ece9ffae4d3c...2e7f0c6f3cf2ce6c1fdeaa9317935736f547c2d7
--
View it on GitLab: https://salsa.debian.org/debian-proftpd-team/proftpd/-/compare/803430d42288668b7d2bd4a37132ece9ffae4d3c...2e7f0c6f3cf2ce6c1fdeaa9317935736f547c2d7
You're receiving this email because of your account on salsa.debian.org.
More information about the Pkg-proftpd-maintainers
mailing list