[Git][debian-gis-team/php-geos][master] Bump debhelper compat to 10.

Bas Couwenberg gitlab at salsa.debian.org
Thu Mar 19 19:12:44 GMT 2020



Bas Couwenberg pushed to branch master at Debian GIS Project / php-geos


Commits:
f3014f87 by Bas Couwenberg at 2020-03-19T20:12:38+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
=====================================
@@ -4,6 +4,10 @@ php-geos (1.0.0-5) UNRELEASED; urgency=medium
   * Remove package name from lintian overrides.
   * Update gbp.conf to use --source-only-changes by default.
   * 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, 05 Aug 2018 20:42:58 +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-php,
                libgeos-dev,
                php-dev,


=====================================
debian/rules
=====================================
@@ -8,8 +8,7 @@
 export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
 %:
-	dh $@ --with autoreconf,php \
-	      --parallel
+	dh $@ --with php
 
 override_dh_autoreconf:
 	dh_autoreconf ./autogen.sh



View it on GitLab: https://salsa.debian.org/debian-gis-team/php-geos/-/commit/f3014f87eacd85d4e48178a06e5c1f33b9783d48

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/php-geos/-/commit/f3014f87eacd85d4e48178a06e5c1f33b9783d48
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/008affae/attachment-0001.html>


More information about the Pkg-grass-devel mailing list