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

Bas Couwenberg gitlab at salsa.debian.org
Thu Mar 19 17:50:04 GMT 2020



Bas Couwenberg pushed to branch master at Debian GIS Project / geographiclib


Commits:
12e466d9 by Bas Couwenberg at 2020-03-19T18:02:51+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 @@ geographiclib (1.50.1-2) UNRELEASED; urgency=medium
 
   * Update symbols for other architectures.
   * Bump Standards-Version to 4.5.0, no changes.
+  * 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>  Thu, 12 Dec 2019 20:15:37 +0100
 


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


=====================================
debian/control
=====================================
@@ -5,8 +5,7 @@ Uploaders: Francesco Paolo Lovergine <frankie at debian.org>,
 Section: science
 Priority: optional
 Build-Depends: autoconf-archive,
-               debhelper (>= 9.20160114),
-               dh-autoreconf,
+               debhelper (>= 10~),
                dh-python,
                doxygen,
                python3-all,


=====================================
debian/rules
=====================================
@@ -10,7 +10,7 @@ include /usr/share/dpkg/pkg-info.mk
 UPSTREAM_VERSION=$(shell echo $(DEB_VERSION_UPSTREAM) | sed -e 's/\+.*//')
 
 %:
-	dh $@ --with autoreconf,python3,pkgkde_symbolshelper --parallel
+	dh $@ --with python3,pkgkde_symbolshelper
 
 override_dh_auto_clean:
 	dh_auto_clean



View it on GitLab: https://salsa.debian.org/debian-gis-team/geographiclib/-/commit/12e466d9a8073bd7f95c6e2fe900f30f3f845741

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/geographiclib/-/commit/12e466d9a8073bd7f95c6e2fe900f30f3f845741
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/9dc4d217/attachment-0001.html>


More information about the Pkg-grass-devel mailing list