[Git][debian-gis-team/netcdf-fortran][master] Bump debhelper compat to 10.
Bas Couwenberg
gitlab at salsa.debian.org
Thu Mar 19 18:47:40 GMT 2020
Bas Couwenberg pushed to branch master at Debian GIS Project / netcdf-fortran
Commits:
08266dd8 by Bas Couwenberg at 2020-03-19T19:47:31+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
=====================================
@@ -1,6 +1,10 @@
netcdf-fortran (4.5.2+ds-2) UNRELEASED; urgency=medium
* Bump Standards-Version to 4.5.0, no changes.
+ * 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, 25 Jan 2020 10:49:56 +0100
=====================================
debian/compat
=====================================
@@ -1 +1 @@
-9
+10
=====================================
debian/control
=====================================
@@ -6,8 +6,7 @@ Uploaders: Francesco Paolo Lovergine <frankie at debian.org>,
Bas Couwenberg <sebastic at debian.org>
Section: science
Priority: optional
-Build-Depends: debhelper (>= 9.20160114),
- dh-autoreconf,
+Build-Depends: debhelper (>= 10~),
gfortran | fortran-compiler,
doxygen,
graphviz,
=====================================
debian/rules
=====================================
@@ -13,7 +13,7 @@ UPSTREAM_VERSION = $(shell echo $(DEB_VERSION_UPSTREAM) | sed -e 's/\+.*//')
export VERBOSE=1
%:
- dh $@ --with autoreconf --parallel
+ dh $@
override_dh_clean:
dh_clean
View it on GitLab: https://salsa.debian.org/debian-gis-team/netcdf-fortran/-/commit/08266dd8020f50f1b5b00d499fff3ce447f9c07e
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/netcdf-fortran/-/commit/08266dd8020f50f1b5b00d499fff3ce447f9c07e
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/5073a2ee/attachment-0001.html>
More information about the Pkg-grass-devel
mailing list