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

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



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


Commits:
b1669d10 by Bas Couwenberg at 2020-03-19T20:52:29+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 @@ virtualpg (2.0.0~rc0-2) UNRELEASED; urgency=medium
   * Add Build-Depends-Package field to symbols file.
   * 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 21:02:47 +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~),
                libpq-dev,
                libsqlite3-dev
 Standards-Version: 4.5.0


=====================================
debian/rules
=====================================
@@ -12,7 +12,7 @@ include /usr/share/dpkg/pkg-info.mk
 UPSTREAM_VERSION = $(shell echo $(DEB_VERSION_UPSTREAM) | sed -e 's/\+.*//')
 
 %:
-	dh $@ --with autoreconf --parallel
+	dh $@
 
 override_dh_install:
 	$(RM) debian/*/usr/lib/*/*.la



View it on GitLab: https://salsa.debian.org/debian-gis-team/virtualpg/-/commit/b1669d10de117a3f09e47b92a66bd36c10adb783

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


More information about the Pkg-grass-devel mailing list