[Git][debian-gis-team/mkgmap-splitter][master] Bump debhelper compat to 10.
Bas Couwenberg
gitlab at salsa.debian.org
Thu Mar 19 18:38:13 GMT 2020
Bas Couwenberg pushed to branch master at Debian GIS Project / mkgmap-splitter
Commits:
e94addf1 by Bas Couwenberg at 2020-03-19T19:38:06+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
=====================================
@@ -1,3 +1,10 @@
+mkgmap-splitter (0.0.0+svn597-2) UNRELEASED; urgency=medium
+
+ * Bump debhelper compat to 10, changes:
+ - Drop --parallel option, enabled by default
+
+ -- Bas Couwenberg <sebastic at debian.org> Thu, 19 Mar 2020 19:37:48 +0100
+
mkgmap-splitter (0.0.0+svn597-1) unstable; urgency=medium
* New upstream SVN snapshot.
=====================================
debian/compat
=====================================
@@ -1 +1 @@
-9
+10
=====================================
debian/control
=====================================
@@ -3,7 +3,7 @@ Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
Uploaders: Bas Couwenberg <sebastic at debian.org>
Section: utils
Priority: optional
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 10~),
javahelper,
ant,
ant-optional,
=====================================
debian/rules
=====================================
@@ -9,7 +9,7 @@ BUILD_DATE=$(shell LC_ALL=C date -u "+%d %B %Y" -d "@$(SOURCE_DATE_EPOCH)")
MANPAGES:=$(wildcard debian/man/*.*.xml)
%:
- dh $@ --with javahelper --parallel
+ dh $@ --with javahelper
override_dh_clean:
dh_clean debian/man/*.1
View it on GitLab: https://salsa.debian.org/debian-gis-team/mkgmap-splitter/-/commit/e94addf1211c9dc398889bca45e8a3d9aa7cecaa
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/mkgmap-splitter/-/commit/e94addf1211c9dc398889bca45e8a3d9aa7cecaa
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/1eac37aa/attachment-0001.html>
More information about the Pkg-grass-devel
mailing list