[Git][debian-gis-team/ogdi-dfsg][master] Bump debhelper compat to 10.
Bas Couwenberg
gitlab at salsa.debian.org
Thu Mar 19 18:52:57 GMT 2020
Bas Couwenberg pushed to branch master at Debian GIS Project / ogdi-dfsg
Commits:
d61e0213 by Bas Couwenberg at 2020-03-19T19:52:50+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 @@ ogdi-dfsg (4.1.0+ds-2) 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> Wed, 10 Jul 2019 18:38:59 +0200
=====================================
debian/compat
=====================================
@@ -1 +1 @@
-9
+10
=====================================
debian/control
=====================================
@@ -3,9 +3,7 @@ Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
Uploaders: Francesco Paolo Lovergine <frankie at debian.org>
Section: libs
Priority: optional
-Build-Depends: debhelper (>= 9),
- dh-autoreconf,
- autotools-dev,
+Build-Depends: debhelper (>= 10~),
libexpat1-dev,
pkg-config,
tcl-dev (>= 8.4),
=====================================
debian/rules
=====================================
@@ -19,7 +19,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_auto_clean:
if [ -e config/common.mak ]; then \
View it on GitLab: https://salsa.debian.org/debian-gis-team/ogdi-dfsg/-/commit/d61e0213acc8426a7ce9833270140e0d808b796a
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/ogdi-dfsg/-/commit/d61e0213acc8426a7ce9833270140e0d808b796a
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/1e0e2534/attachment-0001.html>
More information about the Pkg-grass-devel
mailing list