[Git][debian-gis-team/netcdf-cxx-legacy][master] Bump debhelper compat to 10.
Bas Couwenberg
gitlab at salsa.debian.org
Thu Mar 19 18:46:37 GMT 2020
Bas Couwenberg pushed to branch master at Debian GIS Project / netcdf-cxx-legacy
Commits:
5838da70 by Bas Couwenberg at 2020-03-19T19:46:30+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 @@ netcdf-cxx-legacy (4.2-12) UNRELEASED; urgency=medium
* Add Build-Depends-Package field to symbols file.
* Remove package name from lintian overrides.
* 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> Tue, 28 Aug 2018 14:17:26 +0200
=====================================
debian/compat
=====================================
@@ -1 +1 @@
-9
+10
=====================================
debian/control
=====================================
@@ -5,8 +5,7 @@ Uploaders: Nico Schlömer <nico.schloemer at gmail.com>,
Ross Gammon <rossgammon at mail.dk>
Section: science
Priority: optional
-Build-Depends: debhelper (>= 9.20160114),
- dh-autoreconf,
+Build-Depends: debhelper (>= 10~),
libnetcdf-dev (>= 1:4.4.0),
pkg-kde-tools,
texinfo
=====================================
debian/rules
=====================================
@@ -15,7 +15,7 @@ UPSTREAM_VERSION=$(shell echo $(DEB_VERSION_UPSTREAM) | sed -e 's/\+.*//')
export VERBOSE=1
%:
- dh $@ --with autoreconf,pkgkde_symbolshelper --parallel
+ dh $@ --with pkgkde_symbolshelper
override_dh_auto_test:
dh_auto_test --max-parallel=1 || echo "Ignoring test failures"
View it on GitLab: https://salsa.debian.org/debian-gis-team/netcdf-cxx-legacy/-/commit/5838da70bf3311f3414862f0d452f78071c07d2a
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/netcdf-cxx-legacy/-/commit/5838da70bf3311f3414862f0d452f78071c07d2a
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/8c0c4495/attachment-0001.html>
More information about the Pkg-grass-devel
mailing list