[Git][debian-gis-team/pgrouting][master] Bump debhelper compat to 10.
Bas Couwenberg
gitlab at salsa.debian.org
Thu Mar 19 19:11:38 GMT 2020
Bas Couwenberg pushed to branch master at Debian GIS Project / pgrouting
Commits:
fbc9beba by Bas Couwenberg at 2020-03-19T20:11:22+01:00
Bump debhelper compat to 10.
Changes:
- Drop --parallel option, enabled by default
- - - - -
5 changed files:
- debian/changelog
- debian/compat
- debian/control
- debian/control.in
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,6 +1,9 @@
pgrouting (3.0.0~rc1-2) UNRELEASED; urgency=medium
+ * Team upload.
* 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> Sat, 25 Jan 2020 10:57:37 +0100
=====================================
debian/compat
=====================================
@@ -1 +1 @@
-9
+10
=====================================
debian/control
=====================================
@@ -4,7 +4,7 @@ Uploaders: Michael Fladischer <FladischerMichael at fladi.at>
Section: misc
Priority: optional
Build-Depends: cmake (>= 3.2),
- debhelper (>= 9),
+ debhelper (>= 10~),
libboost-graph-dev,
libjs-mathjax,
postgis,
=====================================
debian/control.in
=====================================
@@ -4,7 +4,7 @@ Uploaders: Michael Fladischer <FladischerMichael at fladi.at>
Section: misc
Priority: optional
Build-Depends: cmake (>= 3.2),
- debhelper (>= 9),
+ debhelper (>= 10~),
libboost-graph-dev,
libjs-mathjax,
postgis,
=====================================
debian/rules
=====================================
@@ -13,7 +13,7 @@ CXXFLAGS += $(CPPFLAGS)
include /usr/share/postgresql-common/pgxs_debian_control.mk
%:
- dh $@ --with sphinxdoc --parallel
+ dh $@ --with sphinxdoc
override_dh_auto_configure:
set -e; \
View it on GitLab: https://salsa.debian.org/debian-gis-team/pgrouting/-/commit/fbc9beba11dc721357258a58d83aee0c45b62891
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/pgrouting/-/commit/fbc9beba11dc721357258a58d83aee0c45b62891
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/b8f07598/attachment-0001.html>
More information about the Pkg-grass-devel
mailing list