[Git][debian-gis-team/postgis][master] 2 commits: Bump debhelper compat to 10.

Bas Couwenberg gitlab at salsa.debian.org
Fri Apr 17 21:24:49 BST 2020



Bas Couwenberg pushed to branch master at Debian GIS Project / postgis


Commits:
7c3659e1 by Bas Couwenberg at 2020-04-17T22:04:31+02: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

- - - - -
01acb808 by Bas Couwenberg at 2020-04-17T22:04:58+02:00
Set distribution to unstable.

- - - - -


5 changed files:

- debian/changelog
- debian/compat
- debian/control
- debian/control.in
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,9 +1,13 @@
-postgis (3.0.1+dfsg-3) UNRELEASED; urgency=medium
+postgis (3.0.1+dfsg-3) unstable; 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
   * Add upstream patch to fix FTBFS with GCC 10.
     (closes: #957699)
 
- -- Bas Couwenberg <sebastic at debian.org>  Fri, 17 Apr 2020 20:25:01 +0200
+ -- Bas Couwenberg <sebastic at debian.org>  Fri, 17 Apr 2020 21:21:56 +0200
 
 postgis (3.0.1+dfsg-2) unstable; urgency=medium
 


=====================================
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/-/compare/f3969a5d52962be031fec6b66d3c162aac7d615d...01acb8088577cd5396a4947c925fedc4f12ced6f

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis/-/compare/f3969a5d52962be031fec6b66d3c162aac7d615d...01acb8088577cd5396a4947c925fedc4f12ced6f
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/20200417/f1c32bd4/attachment-0001.html>


More information about the Pkg-grass-devel mailing list