[Git][debian-proftpd-team/proftpd-mod-vroot][master] 2 commits: Update d/changelog. Switch Debhelper Compat 13.
Hilmar Preuße
gitlab at salsa.debian.org
Fri Aug 14 23:13:54 BST 2020
Hilmar Preuße pushed to branch master at Debian ProFTPD Team / proftpd-mod-vroot
Commits:
c243d62b by Hilmar Preusse at 2020-08-15T00:10:39+02:00
Update d/changelog. Switch Debhelper Compat 13.
- - - - -
3ef490ec by Hilmar Preusse at 2020-08-15T00:13:04+02:00
Merge branch 'master' of salsa.debian.org:debian-proftpd-team/proftpd-mod-vroot into master
- - - - -
4 changed files:
- debian/changelog
- − debian/compat
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,8 +1,11 @@
proftpd-mod-vroot (0.9.8-3) UNRELEASED; urgency=medium
- * Remove two header files not needed for build.
+ * Remove again two header files not needed for build
+ (debian/proftp_code/buildstamp.h debian/proftp_code/config.h)
+ * Do not rebuild configure script (--without autoreconf).
+ Can now switch to Debhelper = 13.
- -- Hilmar Preusse <hille42 at web.de> Fri, 14 Aug 2020 01:18:00 +0200
+ -- Hilmar Preusse <hille42 at web.de> Sat, 15 Aug 2020 00:04:58 +0200
proftpd-mod-vroot (0.9.8-2) unstable; urgency=medium
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-9
=====================================
debian/control
=====================================
@@ -4,7 +4,11 @@ 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 (>= 9), proftpd-dev (>= 1.3.3d-5~), libacl1-dev, libsodium-dev, libhiredis-dev
+Build-Depends: debhelper-compat (= 13),
+ proftpd-dev (>= 1.3.3d-5~),
+ libacl1-dev,
+ libsodium-dev,
+ libhiredis-dev
Standards-Version: 4.5.0
Homepage: http://www.castaglia.org/proftpd/modules/mod_vroot.html
Vcs-Git: https://salsa.debian.org/debian-proftpd-team/proftpd-mod-vroot.git
=====================================
debian/rules
=====================================
@@ -6,7 +6,7 @@ MODULE_NAME=mod_vroot
DEBNAME=proftpd-mod-vroot
%:
- 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-vroot/-/compare/c1c4e4b4325f8dc6518ee9e58fa89639ba128c72...3ef490eca3b5994441663db5d9be48238d5dd6a6
--
View it on GitLab: https://salsa.debian.org/debian-proftpd-team/proftpd-mod-vroot/-/compare/c1c4e4b4325f8dc6518ee9e58fa89639ba128c72...3ef490eca3b5994441663db5d9be48238d5dd6a6
You're receiving this email because of your account on salsa.debian.org.
More information about the Pkg-proftpd-maintainers
mailing list