[Git][debian-gis-team/libapache2-mod-tile][master] Bump debhelper compat to 10.
Bas Couwenberg
gitlab at salsa.debian.org
Thu Mar 19 17:54:44 GMT 2020
Bas Couwenberg pushed to branch master at Debian GIS Project / libapache2-mod-tile
Commits:
40c84d51 by Bas Couwenberg at 2020-03-19T18:54:35+01:00
Bump debhelper compat to 10.
Changes:
- Drop --parallel option, enabled by default
- Don't explicitly enable autoreconf, enabled by default
- Drop dh-autoreconf build dependency
- - - - -
4 changed files:
- debian/changelog
- debian/compat
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -22,6 +22,10 @@ libapache2-mod-tile (0.4+git20170108-e25bfdb-1) UNRELEASED; urgency=medium
* Add override for web-application-depends-on-apache2-data-package.
* Don't install site configuration.
* Drop Name field from upstream metadata.
+ * Bump debhelper compat to 10, changes:
+ - Drop --parallel option, enabled by default
+ - Don't explicitly enable autoreconf, enabled by default
+ - Drop dh-autoreconf build dependency
-- Bas Couwenberg <sebastic at debian.org> Sun, 14 Jul 2019 13:26:28 +0200
=====================================
debian/compat
=====================================
@@ -1 +1 @@
-9
+10
=====================================
debian/control
=====================================
@@ -3,8 +3,7 @@ Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
Uploaders: Bas Couwenberg <sebastic at debian.org>
Section: science
Priority: optional
-Build-Depends: debhelper (>= 9),
- dh-autoreconf,
+Build-Depends: debhelper (>= 10~),
dh-apache2,
apache2-dev,
libcairo2-dev,
=====================================
debian/rules
=====================================
@@ -6,7 +6,7 @@
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
%:
- dh $@ --with autoreconf,apache2 --parallel
+ dh $@ --with apache2
override_dh_auto_test:
dh_auto_test || echo "Ignoring test failures"
View it on GitLab: https://salsa.debian.org/debian-gis-team/libapache2-mod-tile/-/commit/40c84d51b0234c162cb4a9c3f09c676d46a30899
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/libapache2-mod-tile/-/commit/40c84d51b0234c162cb4a9c3f09c676d46a30899
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20200319/b4a66c74/attachment-0001.html>
More information about the Pkg-grass-devel
mailing list