[Git][debian-gis-team/spatialite][experimental] Bump debhelper compat to 10.

Bas Couwenberg gitlab at salsa.debian.org
Thu Mar 19 19:57:46 GMT 2020



Bas Couwenberg pushed to branch experimental at Debian GIS Project / spatialite


Commits:
a59b5307 by Bas Couwenberg at 2020-03-19T20:48:00+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
=====================================
@@ -2,6 +2,10 @@ spatialite (5.0.0~beta0-1~exp5) UNRELEASED; urgency=medium
 
   * Bump Standards-Version to 4.5.0, no changes.
   * 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>  Mon, 30 Sep 2019 20:03:11 +0200
 


=====================================
debian/compat
=====================================
@@ -1 +1 @@
-9
+10


=====================================
debian/control
=====================================
@@ -5,9 +5,7 @@ Uploaders: Francesco Paolo Lovergine <frankie at debian.org>,
            Bas Couwenberg <sebastic at debian.org>
 Section: science
 Priority: optional
-Build-Depends: debhelper (>= 9.20160114),
-               dh-autoreconf,
-               autotools-dev,
+Build-Depends: debhelper (>= 10~),
                libexpat1-dev,
                libfreexl-dev,
                libgeos-dev (>= 3.5.0),


=====================================
debian/rules
=====================================
@@ -30,7 +30,7 @@ endif
 export VERBOSE=1
 
 %:
-	dh $@ --with autoreconf --parallel
+	dh $@
 
 override_dh_auto_configure:
 	dh_auto_configure -- \



View it on GitLab: https://salsa.debian.org/debian-gis-team/spatialite/-/commit/a59b5307ae8385d45525a7ebb139bbb376f74ba6

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/spatialite/-/commit/a59b5307ae8385d45525a7ebb139bbb376f74ba6
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/e1c7ac3c/attachment-0001.html>


More information about the Pkg-grass-devel mailing list