[Git][debian-gis-team/grits][master] Bump debhelper compat to 10.
Bas Couwenberg
gitlab at salsa.debian.org
Thu Mar 19 17:36:14 GMT 2020
Bas Couwenberg pushed to branch master at Debian GIS Project / grits
Commits:
84f70acc by Bas Couwenberg at 2020-03-19T18:36:03+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 @@ libgrits (0.8.1-6) UNRELEASED; urgency=medium
* Bump Standards-Version to 4.5.0, no changes.
* Add Build-Depends-Package field to symbols file.
* Update gbp.conf to use --source-only-changes by default.
+ * 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:56:49 +0200
=====================================
debian/compat
=====================================
@@ -1 +1 @@
-9
+10
=====================================
debian/control
=====================================
@@ -3,8 +3,7 @@ Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
Uploaders: Andy Spencer <andy753421 at gmail.com>
Section: science
Priority: optional
-Build-Depends: debhelper (>= 9),
- dh-autoreconf,
+Build-Depends: debhelper (>= 10~),
libglib2.0-dev,
libgtk2.0-dev,
libcairo2-dev,
=====================================
debian/rules
=====================================
@@ -8,7 +8,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_test:
# Skip interactive tests
View it on GitLab: https://salsa.debian.org/debian-gis-team/grits/-/commit/84f70accac4aeab683a3db56cef2c49f6cbba4b4
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/grits/-/commit/84f70accac4aeab683a3db56cef2c49f6cbba4b4
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/cf15ded3/attachment-0001.html>
More information about the Pkg-grass-devel
mailing list