[Git][debian-proftpd-team/proftpd-mod-proxy][master] Run dh @ --without autoreconf, bump debhelper compat to =13.
Hilmar Preuße
gitlab at salsa.debian.org
Fri Aug 14 23:25:32 BST 2020
Hilmar Preuße pushed to branch master at Debian ProFTPD Team / proftpd-mod-proxy
Commits:
09350df9 by Hilmar Preusse at 2020-08-15T00:24:21+02:00
Run dh @ --without autoreconf, bump debhelper compat to =13.
- - - - -
3 changed files:
- − debian/compat
- debian/control
- debian/rules
Changes:
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-9
=====================================
debian/control
=====================================
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: ProFTPD Maintainance Team <pkg-proftpd-maintainers at alioth-lists.debian.net>
Uploaders: Francesco Paolo Lovergine <frankie at debian.org>,
Hilmar Preusse <hille42 at web.de>
-Build-Depends: debhelper,
+Build-Depends: debhelper-compat (=13),
proftpd-dev (>= 1.3.6-1~),
libsqlite3-dev,
libsodium-dev,
=====================================
debian/rules
=====================================
@@ -6,7 +6,7 @@ MODULE_NAME=mod_proxy
DEBNAME=proftpd-mod-proxy
%:
- dh $@
+ dh $@ --without autoreconf
override_dh_auto_configure:
./configure --with-modules=$(MODULE_NAME) --enable-dso
View it on GitLab: https://salsa.debian.org/debian-proftpd-team/proftpd-mod-proxy/-/commit/09350df9fba0266e456128e9e658a4c65c6a4c1f
--
View it on GitLab: https://salsa.debian.org/debian-proftpd-team/proftpd-mod-proxy/-/commit/09350df9fba0266e456128e9e658a4c65c6a4c1f
You're receiving this email because of your account on salsa.debian.org.
More information about the Pkg-proftpd-maintainers
mailing list