[Git][debian-gis-team/librttopo][master] Bump debhelper compat to 10.
Bas Couwenberg
gitlab at salsa.debian.org
Thu Mar 19 18:09:57 GMT 2020
Bas Couwenberg pushed to branch master at Debian GIS Project / librttopo
Commits:
43c7ca85 by Bas Couwenberg at 2020-03-19T19:09:48+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 @@ librttopo (1.1.0-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> Mon, 30 Sep 2019 19:20:59 +0200
=====================================
debian/compat
=====================================
@@ -1 +1 @@
-9
+10
=====================================
debian/control
=====================================
@@ -3,8 +3,7 @@ Section: science
Priority: optional
Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
Uploaders: Bas Couwenberg <sebastic at debian.org>
-Build-Depends: debhelper (>= 9),
- dh-autoreconf,
+Build-Depends: debhelper (>= 10~),
libgeos-dev,
libjson-c-dev,
libpcre3-dev,
=====================================
debian/rules
=====================================
@@ -10,9 +10,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_autoreconf:
dh_autoreconf ./autogen.sh
View it on GitLab: https://salsa.debian.org/debian-gis-team/librttopo/-/commit/43c7ca850e8fbbe3027daeac3af9991f1236c566
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/librttopo/-/commit/43c7ca850e8fbbe3027daeac3af9991f1236c566
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/1a82f276/attachment-0001.html>
More information about the Pkg-grass-devel
mailing list