[Git][debian-gis-team/readosm][master] Bump debhelper compat to 10.
Bas Couwenberg
gitlab at salsa.debian.org
Thu Mar 19 19:57:02 GMT 2020
Bas Couwenberg pushed to branch master at Debian GIS Project / readosm
Commits:
8cc149cc by Bas Couwenberg at 2020-03-19T20:40:36+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
=====================================
@@ -4,6 +4,10 @@ readosm (1.1.0+dfsg-4) UNRELEASED; urgency=medium
* Add Build-Depends-Package field to symbols file.
* 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
+ - Don't explicitly enable autoreconf, enabled by default
+ - Drop dh-autoreconf build dependency
-- Bas Couwenberg <sebastic at debian.org> Sun, 05 Aug 2018 20:56:27 +0200
=====================================
debian/compat
=====================================
@@ -1 +1 @@
-9
+10
=====================================
debian/control
=====================================
@@ -4,9 +4,7 @@ Uploaders: David Paleino <dapal at debian.org>,
Bas Couwenberg <sebastic at debian.org>
Section: libs
Priority: optional
-Build-Depends: debhelper (>= 9.20160114),
- autotools-dev,
- dh-autoreconf,
+Build-Depends: debhelper (>= 10~),
libexpat1-dev,
zlib1g-dev,
doxygen,
=====================================
debian/rules
=====================================
@@ -12,7 +12,7 @@ include /usr/share/dpkg/pkg-info.mk
UPSTREAM_VERSION=$(shell echo $(DEB_VERSION_UPSTREAM) | sed -e 's/\+.*//')
%:
- dh $@ --with autoreconf --parallel
+ dh $@
override_dh_clean:
dh_clean
View it on GitLab: https://salsa.debian.org/debian-gis-team/readosm/-/commit/8cc149ccc731b91aa64e378872902b8600e8e2a6
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/readosm/-/commit/8cc149ccc731b91aa64e378872902b8600e8e2a6
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/31f0ec6d/attachment-0001.html>
More information about the Pkg-grass-devel
mailing list