[Git][debian-gis-team/h5utils][master] Bump debhelper compat to 10.
Bas Couwenberg
gitlab at salsa.debian.org
Thu Mar 19 17:50:23 GMT 2020
Bas Couwenberg pushed to branch master at Debian GIS Project / h5utils
Commits:
42d67ca6 by Bas Couwenberg at 2020-03-19T18:37:47+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 @@ h5utils (1.13.1-4) UNRELEASED; urgency=medium
* Update gbp.conf to use --source-only-changes by default.
* Include architecture.mk instead of using dpkg-architecture.
* 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> Sat, 04 Aug 2018 14:40:13 +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: Francesco Paolo Lovergine <frankie at debian.org>
Section: science
Priority: optional
-Build-Depends: debhelper (>= 9),
- dh-autoreconf,
+Build-Depends: debhelper (>= 10~),
hdf5-tools,
libhdf5-dev,
libhdf4-dev,
=====================================
debian/rules
=====================================
@@ -21,7 +21,7 @@ ifneq ($(wildcard /usr/lib/$(DEB_HOST_MULTIARCH)/hdf5/serial/libhdf5.so),)
endif
%:
- dh $@ --with autoreconf --parallel
+ dh $@
override_dh_auto_configure:
dh_auto_configure -- --with-hdf4
View it on GitLab: https://salsa.debian.org/debian-gis-team/h5utils/-/commit/42d67ca67f48beffec81fc58e59155034cb7001a
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/h5utils/-/commit/42d67ca67f48beffec81fc58e59155034cb7001a
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/87050e4f/attachment-0001.html>
More information about the Pkg-grass-devel
mailing list