[Git][debian-proftpd-team/proftpd][master] Install xferstats.holger-preiss the Debian way.
Hilmar Preuße
gitlab at salsa.debian.org
Tue May 26 22:24:09 BST 2020
Hilmar Preuße pushed to branch master at Debian ProFTPD Team / proftpd
Commits:
53b65422 by Hilmar Preusse at 2020-05-26T23:23:09+02:00
Install xferstats.holger-preiss the Debian way.
- - - - -
5 changed files:
- debian/changelog
- debian/control
- debian/control.in
- debian/proftpd-basic.install
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+proftpd-dfsg (1.3.6c-4) UNRELEASED; urgency=medium
+
+ * Install xferstats.holger-preiss the Debian way; using dh-exec.
+
+ -- Hilmar Preusse <hille42 at web.de> Mon, 25 May 2020 23:09:32 +0200
+
proftpd-dfsg (1.3.6c-3) unstable; urgency=medium
* Remove last(?) debconf cruft:
=====================================
debian/control
=====================================
@@ -6,6 +6,7 @@ Uploaders: Francesco Paolo Lovergine <frankie at debian.org>,
Hilmar Preusse <hille42 at web.de>
Standards-Version: 4.4.0
Build-Depends: debhelper (>= 9.20160114),
+ dh-exec,
libacl1-dev,
libcap-dev [linux-any],
libldap2-dev,
=====================================
debian/control.in
=====================================
@@ -6,6 +6,7 @@ Uploaders: Francesco Paolo Lovergine <frankie at debian.org>,
Hilmar Preusse <hille42 at web.de>
Standards-Version: 4.4.0
Build-Depends: debhelper (>= 9.20160114),
+ dh-exec,
libacl1-dev,
libcap-dev [linux-any],
libldap2-dev,
=====================================
debian/proftpd-basic.install
=====================================
@@ -1,3 +1,4 @@
+#!/usr/bin/dh-exec
usr/sbin/*
usr/bin/ftpcount
usr/bin/ftpdctl
@@ -46,6 +47,7 @@ usr/share/locale/*
debian/proftpd-gencert usr/sbin/
contrib/ftpasswd usr/sbin/
contrib/ftpquota usr/sbin/
+contrib/xferstats.holger-preiss => usr/sbin/ftpstats
debian/templates/ftpusers etc/
debian/templates/*.conf usr/share/proftpd/templates/
debian/templates/welcome.msg usr/share/proftpd/templates/
\ No newline at end of file
=====================================
debian/rules
=====================================
@@ -131,7 +131,8 @@ binary-arch: checkroot build install
rm -f debian/$(PACKAGE)/etc/$(NAME)/$(NAME).conf
# Not sure how to put this into a .files entry.
- install contrib/xferstats.holger-preiss debian/$(PACKAGE)/usr/sbin/ftpstats
+ # Installed using dh-exec.
+ #install contrib/xferstats.holger-preiss debian/$(PACKAGE)/usr/sbin/ftpstats
# TODO: cleanup {pre|post}{install|rm} scripts; remove
# --no-scripts statement.
View it on GitLab: https://salsa.debian.org/debian-proftpd-team/proftpd/-/commit/53b6542243ba30738a8aa28582044f356e28aca8
--
View it on GitLab: https://salsa.debian.org/debian-proftpd-team/proftpd/-/commit/53b6542243ba30738a8aa28582044f356e28aca8
You're receiving this email because of your account on salsa.debian.org.
More information about the Pkg-proftpd-maintainers
mailing list