[Git][debian-gis-team/ncview][master] Bump debhelper compat to 10.
Bas Couwenberg
gitlab at salsa.debian.org
Thu Mar 19 18:42:04 GMT 2020
Bas Couwenberg pushed to branch master at Debian GIS Project / ncview
Commits:
c9fe0026 by Bas Couwenberg at 2020-03-19T19:41:56+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 @@ ncview (2.1.8+ds-4) UNRELEASED; urgency=medium
* Bump Standards-Version to 4.5.0, no changes.
* 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> Sun, 05 Aug 2018 20:32:30 +0200
=====================================
debian/compat
=====================================
@@ -1 +1 @@
-9
+10
=====================================
debian/control
=====================================
@@ -5,8 +5,7 @@ Uploaders: Magnus Hagdorn <magnus.hagdorn at marsupium.org>,
Bas Couwenberg <sebastic at debian.org>
Section: science
Priority: optional
-Build-Depends: debhelper (>= 9),
- dh-autoreconf,
+Build-Depends: debhelper (>= 10~),
chrpath,
libexpat1-dev,
libnetcdf-dev,
=====================================
debian/rules
=====================================
@@ -8,9 +8,7 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all
export ACLOCAL=debian/aclocal
%:
- dh $@ \
- --with autoreconf \
- --parallel
+ dh $@
override_dh_clean:
dh_clean ncview.1
View it on GitLab: https://salsa.debian.org/debian-gis-team/ncview/-/commit/c9fe0026bc8a7040fe784f99597b5b8355bd5b3e
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/ncview/-/commit/c9fe0026bc8a7040fe784f99597b5b8355bd5b3e
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/aec57147/attachment-0001.html>
More information about the Pkg-grass-devel
mailing list