[Git][debian-gis-team/postgis][experimental] Bump debhelper compat to 10.
Bas Couwenberg
gitlab at salsa.debian.org
Thu Mar 19 19:14:52 GMT 2020
Bas Couwenberg pushed to branch experimental at Debian GIS Project / postgis
Commits:
1a6c5500 by Bas Couwenberg at 2020-03-19T20:14: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
=====================================
@@ -1,3 +1,12 @@
+postgis (3.1.0~alpha1+dfsg-1~exp3) UNRELEASED; urgency=medium
+
+ * 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> Thu, 19 Mar 2020 20:14:12 +0100
+
postgis (3.1.0~alpha1+dfsg-1~exp2) experimental; urgency=medium
[ Christoph Berg ]
=====================================
debian/compat
=====================================
@@ -1 +1 @@
-9
+10
=====================================
debian/control
=====================================
@@ -8,12 +8,10 @@ Uploaders: Stephen Frost <sfrost at debian.org>,
Section: misc
Priority: optional
Build-Depends: autoconf2.13,
- autotools-dev,
bison,
dctrl-tools,
dblatex,
- debhelper (>= 9),
- dh-autoreconf,
+ debhelper (>= 10~),
docbook,
docbook-xsl,
dpkg-dev (>= 1.16.1~),
=====================================
debian/control.in
=====================================
@@ -8,12 +8,10 @@ Uploaders: Stephen Frost <sfrost at debian.org>,
Section: misc
Priority: optional
Build-Depends: autoconf2.13,
- autotools-dev,
bison,
dctrl-tools,
dblatex,
- debhelper (>= 9),
- dh-autoreconf,
+ debhelper (>= 10~),
docbook,
docbook-xsl,
dpkg-dev (>= 1.16.1~),
=====================================
debian/rules
=====================================
@@ -81,7 +81,7 @@ NJOBS := -j$(subst parallel=,,$(filter parallel=%,$(subst $(COMMA), ,$(DEB_BUILD
endif
%:
- dh $@ --with autoreconf --parallel
+ dh $@
override_dh_autoreconf:
dh_autoreconf ./autogen.sh
View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis/-/commit/1a6c5500325b303cde4eb45c07c2bc424eee0f5d
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis/-/commit/1a6c5500325b303cde4eb45c07c2bc424eee0f5d
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/17709a68/attachment-0001.html>
More information about the Pkg-grass-devel
mailing list