[Git][debian-gis-team/saga][master] Bump debhelper compat to 10.
Bas Couwenberg
gitlab at salsa.debian.org
Thu Mar 19 19:57:24 GMT 2020
Bas Couwenberg pushed to branch master at Debian GIS Project / saga
Commits:
76fe3096 by Bas Couwenberg at 2020-03-19T20:43:40+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
- - - - -
5 changed files:
- debian/changelog
- debian/compat
- debian/control
- debian/control.in
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -2,6 +2,10 @@ saga (7.3.0+dfsg-4) UNRELEASED; urgency=medium
* Drop Name field from upstream metadata.
* Bump Standards-Version to 4.5.0, no changes.
+ * 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, 09 Dec 2019 09:43:00 +0100
=====================================
debian/compat
=====================================
@@ -1 +1 @@
-9
+10
=====================================
debian/control
=====================================
@@ -4,8 +4,7 @@ Uploaders: Johan Van de Wauw <johan at vandewauw.be>,
Francesco Paolo Lovergine <frankie at debian.org>
Section: science
Priority: optional
-Build-Depends: debhelper (>= 9),
- dh-autoreconf,
+Build-Depends: debhelper (>= 10~),
dh-python,
libdxflib-dev,
libexpat-dev,
=====================================
debian/control.in
=====================================
@@ -4,8 +4,7 @@ Uploaders: Johan Van de Wauw <johan at vandewauw.be>,
Francesco Paolo Lovergine <frankie at debian.org>
Section: science
Priority: optional
-Build-Depends: debhelper (>= 9),
- dh-autoreconf,
+Build-Depends: debhelper (>= 10~),
dh-python,
libdxflib-dev,
libexpat-dev,
=====================================
debian/rules
=====================================
@@ -15,7 +15,7 @@ templates:
done
%:
- dh $@ --with python3 --with autoreconf --parallel
+ dh $@ --with python3
override_dh_clean:
dh_clean src/saga_core/saga_api/saga_api.py saga_cmd.1 saga_gui.1
View it on GitLab: https://salsa.debian.org/debian-gis-team/saga/-/commit/76fe309607f56eef600627230386d2ca95e98537
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/saga/-/commit/76fe309607f56eef600627230386d2ca95e98537
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/e927275b/attachment-0001.html>
More information about the Pkg-grass-devel
mailing list