[Git][debian-gis-team/libepsilon][master] Bump debhelper compat to 10.
Bas Couwenberg
gitlab at salsa.debian.org
Thu Mar 19 18:03:41 GMT 2020
Bas Couwenberg pushed to branch master at Debian GIS Project / libepsilon
Commits:
e68c3b69 by Bas Couwenberg at 2020-03-19T18:58:23+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
=====================================
@@ -3,6 +3,10 @@ libepsilon (0.9.2+dfsg-5) UNRELEASED; urgency=medium
* Bump Standards-Version to 4.5.0, no changes.
* Add Build-Depends-Package field to symbols file.
* 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> Sat, 04 Aug 2018 14:44:21 +0200
=====================================
debian/compat
=====================================
@@ -1 +1 @@
-9
+10
=====================================
debian/control
=====================================
@@ -4,9 +4,7 @@ Uploaders: Francesco Paolo Lovergine <frankie at debian.org>,
Bas Couwenberg <sebastic at debian.org>
Section: science
Priority: optional
-Build-Depends: debhelper (>= 9),
- autotools-dev,
- dh-autoreconf,
+Build-Depends: debhelper (>= 10~),
libpopt-dev,
docbook2x,
docbook-xsl,
=====================================
debian/rules
=====================================
@@ -14,7 +14,7 @@ BUILD_DATE=$(shell LC_ALL=C date -u "+%d %B %Y" -d "@$(SOURCE_DATE_EPOCH)")
MANPAGES:=$(wildcard debian/man/*.*.xml)
%:
- dh $@ --with autoreconf --parallel
+ dh $@
override_dh_clean:
dh_clean debian/man/*.1
View it on GitLab: https://salsa.debian.org/debian-gis-team/libepsilon/-/commit/e68c3b6984195bf1bbd4e0296d68871ba6ebd726
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/libepsilon/-/commit/e68c3b6984195bf1bbd4e0296d68871ba6ebd726
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/82dc529b/attachment-0001.html>
More information about the Pkg-grass-devel
mailing list