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

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



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


Commits:
c57dc1b7 by Bas Couwenberg at 2020-03-19T20:51:03+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
=====================================
@@ -5,6 +5,10 @@ tinyows (1.1.1-7) UNRELEASED; urgency=medium
   * Update gbp.conf to use --source-only-changes by default.
   * Drop Name field from upstream metadata.
   * Fix spelling error in README.Debian.
+  * 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:07 +0200
 


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


=====================================
debian/control
=====================================
@@ -4,8 +4,7 @@ Uploaders: Pirmin Kalberer <pi_deb at sourcepole.ch>,
            Bas Couwenberg <sebastic at debian.org>
 Section: non-free/web
 Priority: optional
-Build-Depends: debhelper (>= 9),
-               dh-autoreconf,
+Build-Depends: debhelper (>= 10~),
                flex,
                libfcgi-dev,
                libfl-dev,


=====================================
debian/rules
=====================================
@@ -15,8 +15,7 @@ CFLAGS += $(LDFLAGS)
 CFLAGS += $(CPPFLAGS)
 
 %:
-	dh $@ --with autoreconf \
-	      --parallel
+	dh $@
 
 override_dh_clean:
 	dh_clean -Xautom4te.cache \



View it on GitLab: https://salsa.debian.org/debian-gis-team/tinyows/-/commit/c57dc1b7372aa64ad7801e6bbb89a17fb0f03ed2

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/tinyows/-/commit/c57dc1b7372aa64ad7801e6bbb89a17fb0f03ed2
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/4ef6437a/attachment-0001.html>


More information about the Pkg-grass-devel mailing list