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

Bas Couwenberg gitlab at salsa.debian.org
Thu Mar 19 18:40:59 GMT 2020



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


Commits:
b438fe7e by Bas Couwenberg at 2020-03-19T19:40:46+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
=====================================
@@ -7,6 +7,10 @@ nco (4.9.2-1) UNRELEASED; urgency=medium
   * Bump Standards-Version to 4.5.0, no changes.
   * Update copyright file, changes:
     - NCO license changes to BSD-3-Clause.
+  * 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>  Sat, 15 Feb 2020 06:33:52 +0100
 


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


=====================================
debian/control
=====================================
@@ -4,9 +4,7 @@ Uploaders: Francesco Paolo Lovergine <frankie at debian.org>,
            Bas Couwenberg <sebastic at debian.org>
 Section: science
 Priority: optional
-Build-Depends: debhelper (>= 9),
-               dh-autoreconf,
-               autotools-dev,
+Build-Depends: debhelper (>= 10~),
                bison,
                flex,
                antlr,


=====================================
debian/rules
=====================================
@@ -7,9 +7,7 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 export AUTOMAKE = ./debian/automake.sh
 
 %:
-	dh $@ --with autoreconf \
-	      --buildsystem autoconf \
-	      --parallel
+	dh $@ --buildsystem autoconf
 
 override_dh_clean:
 	dh_clean data/big.nc \



View it on GitLab: https://salsa.debian.org/debian-gis-team/nco/-/commit/b438fe7e48ab22f275f6fe70ac773c3f94cf6fc4

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


More information about the Pkg-grass-devel mailing list