[Git][debian-gis-team/osm2pgrouting][master] Bump debhelper compat to 10.
Bas Couwenberg
gitlab at salsa.debian.org
Thu Mar 19 18:59:22 GMT 2020
Bas Couwenberg pushed to branch master at Debian GIS Project / osm2pgrouting
Commits:
2a8ef557 by Bas Couwenberg at 2020-03-19T19:59:15+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
=====================================
@@ -4,6 +4,8 @@ osm2pgrouting (2.3.6-2) UNRELEASED; urgency=medium
* Append -DNDEBUG to CXXFLAGS to remove buildpath from binaries.
* 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 <sebastic at debian.org> Tue, 25 Dec 2018 22:48:37 +0100
=====================================
debian/compat
=====================================
@@ -1 +1 @@
-9
+10
=====================================
debian/control
=====================================
@@ -4,7 +4,7 @@ Uploaders: Daniel Kastl <daniel at georepublic.de>,
Bas Couwenberg <sebastic at debian.org>
Section: utils
Priority: optional
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 10~),
cmake,
libboost-graph-dev,
libboost-program-options-dev,
=====================================
debian/rules
=====================================
@@ -17,7 +17,7 @@ BUILD_DATE=$(shell LC_ALL=C date -u "+%d %B %Y" -d "@$(SOURCE_DATE_EPOCH)")
MANPAGES := $(wildcard debian/man/*.*.xml)
%:
- dh $@ --parallel
+ dh $@
override_dh_clean:
dh_clean debian/man/*.1
View it on GitLab: https://salsa.debian.org/debian-gis-team/osm2pgrouting/-/commit/2a8ef557740e67b55fff2239f6c9669ad714ae0d
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/osm2pgrouting/-/commit/2a8ef557740e67b55fff2239f6c9669ad714ae0d
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/6cf1fc93/attachment-0001.html>
More information about the Pkg-grass-devel
mailing list