[Git][debian-gis-team/pycsw][master] Bump debhelper compat to 10.

Bas Couwenberg gitlab at salsa.debian.org
Thu Mar 19 19:19:38 GMT 2020



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


Commits:
d23b07b8 by Bas Couwenberg at 2020-03-19T20:19:28+01:00
Bump debhelper compat to 10.

Changes:
- Drop --parallel option, enabled by default

- - - - -


4 changed files:

- debian/changelog
- debian/compat
- debian/control
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -2,6 +2,8 @@ pycsw (2.4.2+dfsg-2) UNRELEASED; urgency=medium
 
   * Add patch to fix SyntaxWarning issues with Python 3.8.
   * Bump Standards-Version to 4.5.0, no changes.
+  * Bump debhelper compat to 10, changes:
+    - Drop --parallel option, enabled by default
 
  -- Bas Couwenberg <sebastic at debian.org>  Sat, 18 Jan 2020 17:10:00 +0100
 


=====================================
debian/compat
=====================================
@@ -1 +1 @@
-9
+10


=====================================
debian/control
=====================================
@@ -5,7 +5,7 @@ Uploaders: Angelos Tzotsos <gcpp.kalxas at gmail.com>,
 Section: non-free/python
 Priority: optional
 Build-Depends: apache2-dev,
-               debhelper (>= 9),
+               debhelper (>= 10~),
                dh-apache2,
                dh-exec,
                dh-python,


=====================================
debian/rules
=====================================
@@ -8,7 +8,7 @@ include /usr/share/dpkg/pkg-info.mk
 BUILD_DATE := $(shell LC_ALL=C date -u "+%Y-%m-%d" -d "@$(SOURCE_DATE_EPOCH)")
 
 %:
-	dh  $@ --with python3,sphinxdoc,apache2 --buildsystem pybuild --parallel
+	dh  $@ --with python3,sphinxdoc,apache2 --buildsystem pybuild
 
 override_dh_clean:
 	dh_clean debian/man/pycsw-admin.1



View it on GitLab: https://salsa.debian.org/debian-gis-team/pycsw/-/commit/d23b07b8e65af3f83af167286ea2c442f8b40af5

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/pycsw/-/commit/d23b07b8e65af3f83af167286ea2c442f8b40af5
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/c0a7c700/attachment-0001.html>


More information about the Pkg-grass-devel mailing list