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 <[email protected]>  Sun, 05 Aug 2018 21:02:47 +0200
 


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


=====================================
debian/control
=====================================
@@ -3,8 +3,7 @@ Maintainer: Debian GIS Project 
<[email protected]>
 Uploaders: Bas Couwenberg <[email protected]>
 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.


_______________________________________________
Pkg-grass-devel mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to