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


Commits:
55d83489 by Bas Couwenberg at 2020-03-19T20:51:44+01:00
Bump debhelper compat to 10.

Changes:
- Drop --parallel option, enabled by default

- - - - -


4 changed files:

- debian/changelog
- debian/compat
- debian/control
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -6,6 +6,8 @@ unarr (1.0.1-2) UNRELEASED; urgency=medium
   * Remove package name from lintian overrides.
   * 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
 
  -- Bas Couwenberg <[email protected]>  Tue, 23 Oct 2018 12:53:10 +0200
 


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


=====================================
debian/control
=====================================
@@ -3,7 +3,7 @@ Maintainer: Debian GIS Project 
<[email protected]>
 Uploaders: Alec Leamas <[email protected]>
 Section: libs
 Priority: optional
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 10~),
                cmake,
                libbz2-dev,
                zlib1g-dev


=====================================
debian/rules
=====================================
@@ -4,7 +4,7 @@
 export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
 %:
-       dh $@  --buildsystem cmake --parallel
+       dh $@ --buildsystem cmake
 
 override_dh_auto_test:
        echo "No tests available."



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/unarr/-/commit/55d8348945ca9d3ded12ce5092dc71399db09ae4

-- 
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/unarr/-/commit/55d8348945ca9d3ded12ce5092dc71399db09ae4
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