[Git][debian-proftpd-team/proftpd][master] Remove last(?) debconf cruft.
Hilmar Preuße
gitlab at salsa.debian.org
Mon May 18 13:55:29 BST 2020
Hilmar Preuße pushed to branch master at Debian ProFTPD Team / proftpd
Commits:
a9417881 by Hilmar Preuße at 2020-05-18T14:55:19+02:00
Remove last(?) debconf cruft.
- - - - -
3 changed files:
- debian/changelog
- debian/proftpd-basic.postinst
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,5 +1,8 @@
proftpd-dfsg (1.3.6c-3) UNRELEASED; urgency=medium
+ * Remove last(?) debconf cruft:
+ - don't call dh_installdebconf in d/rules
+ - don't source /usr/share/debconf/confmodule in postinst
* Remove surplus BD on libattr1-dev (Closes: #953917).
[ Debian Janitor <janitor at jelmer.uk> ]
=====================================
debian/proftpd-basic.postinst
=====================================
@@ -121,7 +121,7 @@ EOF
fi
}
-. /usr/share/debconf/confmodule
+#. /usr/share/debconf/confmodule
# update-ined is used if found, else you are on your own
if [ ! -z `which update-inetd` ]; then
=====================================
debian/rules
=====================================
@@ -136,7 +136,7 @@ binary-arch: checkroot build install
# TODO: cleanup {pre|post}{install|rm} scripts; remove
# --no-scripts statement.
dh_installinit -a --name=proftpd --no-scripts
- dh_installdebconf -a
+ # dh_installdebconf -a
dh_compress -a
dh_fixperms -a
dh_makeshlibs -a
View it on GitLab: https://salsa.debian.org/debian-proftpd-team/proftpd/-/commit/a9417881dce3f373f66bb0911d22fb5f06908af8
--
View it on GitLab: https://salsa.debian.org/debian-proftpd-team/proftpd/-/commit/a9417881dce3f373f66bb0911d22fb5f06908af8
You're receiving this email because of your account on salsa.debian.org.
More information about the Pkg-proftpd-maintainers
mailing list