[Git][debian-gis-team/freexl][master] Bump debhelper compat to 10.
Bas Couwenberg
gitlab at salsa.debian.org
Thu Mar 19 16:56:42 GMT 2020
Bas Couwenberg pushed to branch master at Debian GIS Project / freexl
Commits:
dbfd8b82 by Bas Couwenberg at 2020-03-19T17:56:34+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 @@ freexl (1.0.5-4) UNRELEASED; urgency=medium
* Add Build-Depends-Package field to symbols file.
* Update gbp.conf to use --source-only-changes by default.
* 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 11:57:56 +0200
=====================================
debian/compat
=====================================
@@ -1 +1 @@
-9
+10
=====================================
debian/control
=====================================
@@ -4,9 +4,7 @@ Uploaders: David Paleino <dapal at debian.org>,
Bas Couwenberg <sebastic at debian.org>
Section: libs
Priority: optional
-Build-Depends: debhelper (>= 9.20160114),
- autotools-dev,
- dh-autoreconf
+Build-Depends: debhelper (>= 10~)
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/debian-gis-team/freexl
Vcs-Git: https://salsa.debian.org/debian-gis-team/freexl.git
=====================================
debian/rules
=====================================
@@ -15,7 +15,7 @@ include /usr/share/dpkg/pkg-info.mk
UPSTREAM_VERSION = $(shell echo $(DEB_VERSION_UPSTREAM) | sed -e 's/\+.*//')
%:
- dh $@ --with autoreconf --parallel
+ dh $@
override_dh_makeshlibs:
dh_makeshlibs -- -v$(UPSTREAM_VERSION)
View it on GitLab: https://salsa.debian.org/debian-gis-team/freexl/-/commit/dbfd8b8224d2ac5fc8a836ef2f5bb22090c7fd3a
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/freexl/-/commit/dbfd8b8224d2ac5fc8a836ef2f5bb22090c7fd3a
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/414dde28/attachment-0001.html>
More information about the Pkg-grass-devel
mailing list