[Git][debian-gis-team/josm-installer][master] Bump debhelper compat to 10.
Bas Couwenberg
gitlab at salsa.debian.org
Thu Mar 19 17:45:32 GMT 2020
Bas Couwenberg pushed to branch master at Debian GIS Project / josm-installer
Commits:
e670aa4c by Bas Couwenberg at 2020-03-19T18:45:14+01:00
Bump debhelper compat to 10.
Changes:
- Drop --parallel option, enabled by default
- Don't explicitly enable systemd, enabled by default
- - - - -
4 changed files:
- debian/changelog
- debian/compat
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,6 +1,9 @@
josm-installer (0.0.1+svn16006~exp2) UNRELEASED; urgency=medium
* Handle ~ suffix in update-linux.sh.
+ * Bump debhelper compat to 10, changes:
+ - Drop --parallel option, enabled by default
+ - Don't explicitly enable systemd, enabled by default
-- Bas Couwenberg <sebastic at debian.org> Thu, 12 Mar 2020 15:20:23 +0100
=====================================
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: contrib/utils
Priority: optional
-Build-Depends: debhelper (>= 9.20160709~),
+Build-Depends: debhelper (>= 10~),
python3,
python3-flake8,
shellcheck,
=====================================
debian/rules
=====================================
@@ -7,7 +7,7 @@ BUILD_DATE=$(shell LC_ALL=C date -u "+%d %B %Y" -d "@$(SOURCE_DATE_EPOCH)")
MANPAGES := $(wildcard $(CURDIR)/*.*.xml)
%:
- dh $@ --with systemd --parallel
+ dh $@
override_dh_clean:
dh_clean *.1
View it on GitLab: https://salsa.debian.org/debian-gis-team/josm-installer/-/commit/e670aa4ced1f602e45b8bc10cf6d9ba8c9dcde3a
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/josm-installer/-/commit/e670aa4ced1f602e45b8bc10cf6d9ba8c9dcde3a
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/7b76d1f5/attachment.html>
More information about the Pkg-grass-devel
mailing list