[Git][debian-gis-team/librasterlite2][experimental] Bump debhelper compat to 10.
Bas Couwenberg
gitlab at salsa.debian.org
Thu Mar 19 18:08:46 GMT 2020
Bas Couwenberg pushed to branch experimental at Debian GIS Project / librasterlite2
Commits:
d1b40b7d by Bas Couwenberg at 2020-03-19T19:08:37+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 @@ librasterlite2 (1.1.0~beta0+really1.1.0~beta0-1~exp4) UNRELEASED; urgency=medium
* Bump Standards-Version to 4.5.0, no changes.
* 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> Mon, 30 Sep 2019 19:20:24 +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: Bas Couwenberg <sebastic at debian.org>
Section: science
Priority: optional
-Build-Depends: debhelper (>= 9.20160114),
- dh-autoreconf,
+Build-Depends: debhelper (>= 10~),
libcairo2-dev,
libcurl4-gnutls-dev | libcurl-ssl-dev,
libfreetype6-dev,
=====================================
debian/rules
=====================================
@@ -25,9 +25,7 @@ ifneq (,$(filter $(DEB_BUILD_ARCH),mips s390x sparc hppa ppc64))
endif
%:
- dh $@ \
- --with autoreconf \
- --parallel
+ dh $@
override_dh_clean:
dh_clean debian/man/*.1
View it on GitLab: https://salsa.debian.org/debian-gis-team/librasterlite2/-/commit/d1b40b7daf5151010ae8cc1125b5afa9f925b275
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/librasterlite2/-/commit/d1b40b7daf5151010ae8cc1125b5afa9f925b275
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/fa3df22f/attachment-0001.html>
More information about the Pkg-grass-devel
mailing list