[Git][debian-gis-team/osm-gps-map][master] Bump debhelper compat to 10.
Bas Couwenberg
gitlab at salsa.debian.org
Thu Mar 19 19:03:16 GMT 2020
Bas Couwenberg pushed to branch master at Debian GIS Project / osm-gps-map
Commits:
512bf19e by Bas Couwenberg at 2020-03-19T20:03:09+01:00
Bump debhelper compat to 10.
Changes:
- Drop --parallel option, enabled by default
- Don't explicitly enable autoreconf, enabled by default
- Drop dh-autoreconf build dependency
- - - - -
4 changed files:
- debian/changelog
- debian/compat
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -2,6 +2,10 @@ osm-gps-map (1.1.0-7) UNRELEASED; urgency=medium
* Bump Standards-Version to 4.5.0, no changes.
* Drop Name field from upstream metadata.
+ * Bump debhelper compat to 10, changes:
+ - Drop --parallel option, enabled by default
+ - Don't explicitly enable autoreconf, enabled by default
+ - Drop dh-autoreconf build dependency
-- Bas Couwenberg <sebastic at debian.org> Mon, 30 Sep 2019 19:36:43 +0200
=====================================
debian/compat
=====================================
@@ -1 +1 @@
-9
+10
=====================================
debian/control
=====================================
@@ -5,10 +5,9 @@ Uploaders: David Paleino <dapal at debian.org>,
Ross Gammon <rossgammon at mail.dk>
Section: science
Priority: optional
-Build-Depends: debhelper (>= 9.20160114),
+Build-Depends: debhelper (>= 10~),
libtool,
automake,
- dh-autoreconf,
d-shlibs,
libgtk-3-dev,
libgirepository1.0-dev,
=====================================
debian/rules
=====================================
@@ -13,7 +13,7 @@ include /usr/share/dpkg/pkg-info.mk
UPSTREAM_VERSION = $(shell echo $(DEB_VERSION_UPSTREAM) | sed -e 's/\+.*//')
%:
- dh $@ --with autoreconf,gir --parallel
+ dh $@ --with gir
override_dh_autoreconf:
NOCONFIGURE=y ./autogen.sh
View it on GitLab: https://salsa.debian.org/debian-gis-team/osm-gps-map/-/commit/512bf19e6c0ea913d2746bc33a262504f36001ec
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/osm-gps-map/-/commit/512bf19e6c0ea913d2746bc33a262504f36001ec
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/477177f2/attachment-0001.html>
More information about the Pkg-grass-devel
mailing list