[Git][debian-gis-team/qmapshack][master] Bump debhelper compat to 10.
Bas Couwenberg
gitlab at salsa.debian.org
Thu Mar 19 19:56:51 GMT 2020
Bas Couwenberg pushed to branch master at Debian GIS Project / qmapshack
Commits:
b5209b14 by Bas Couwenberg at 2020-03-19T20:39:01+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
=====================================
@@ -3,6 +3,8 @@ qmapshack (1.14.0-2) UNRELEASED; urgency=medium
* Drop Name field from upstream metadata.
* Reorder dependencies.
* Bump Standards-Version to 4.5.0, no changes.
+ * Bump debhelper compat to 10, changes:
+ - Drop --parallel option, enabled by default
-- Bas Couwenberg <sebastic at debian.org> Mon, 09 Dec 2019 09:41:52 +0100
=====================================
debian/compat
=====================================
@@ -1 +1 @@
-9
+10
=====================================
debian/control
=====================================
@@ -5,7 +5,7 @@ Uploaders: Jaromír Mikeš <mira.mikes at seznam.cz>,
Section: science
Priority: optional
Build-Depends: cmake,
- debhelper (>= 9.20120417~),
+ debhelper (>= 10~),
libalglib-dev,
libgdal-dev (>= 1.10.1-0~),
libproj-dev,
=====================================
debian/rules
=====================================
@@ -7,7 +7,7 @@ export QT_SELECT := qt5
# one ring to rule them all ...
%:
- dh $@ --parallel
+ dh $@
override_dh_auto_configure:
dh_auto_configure -- -DCMAKE_VERBOSE_MAKEFILE=1
View it on GitLab: https://salsa.debian.org/debian-gis-team/qmapshack/-/commit/b5209b144112352c28f7339d47eb611951514c03
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/qmapshack/-/commit/b5209b144112352c28f7339d47eb611951514c03
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/abb73636/attachment-0001.html>
More information about the Pkg-grass-devel
mailing list