[Git][debian-gis-team/osmctools][master] Bump debhelper compat to 10.
Bas Couwenberg
gitlab at salsa.debian.org
Thu Mar 19 19:02:16 GMT 2020
Bas Couwenberg pushed to branch master at Debian GIS Project / osmctools
Commits:
39b55571 by Bas Couwenberg at 2020-03-19T20:02:08+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
=====================================
@@ -5,6 +5,10 @@ osmctools (0.9-3) UNRELEASED; urgency=medium
* Remove package name from lintian overrides.
* 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> Sat, 04 Aug 2018 09:48:46 +0200
=====================================
debian/compat
=====================================
@@ -1 +1 @@
-9
+10
=====================================
debian/control
=====================================
@@ -4,8 +4,7 @@ Uploaders: Pierre Blanc <pierreblanc75 at gmail.com>,
Bas Couwenberg <sebastic at debian.org>
Section: utils
Priority: optional
-Build-Depends: debhelper (>= 9),
- dh-autoreconf,
+Build-Depends: debhelper (>= 10~),
zlib1g-dev
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/debian-gis-team/osmctools
=====================================
debian/rules
=====================================
@@ -8,4 +8,4 @@
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
%:
- dh $@ --with autoreconf --parallel
+ dh $@
View it on GitLab: https://salsa.debian.org/debian-gis-team/osmctools/-/commit/39b55571b44a6300bcb15533e776e3d58e5e0dc2
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/osmctools/-/commit/39b55571b44a6300bcb15533e776e3d58e5e0dc2
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/2eeaeb73/attachment-0001.html>
More information about the Pkg-grass-devel
mailing list