[Git][debian-gis-team/pg_comparator][master] Bump debhelper compat to 10.
Bas Couwenberg
gitlab at salsa.debian.org
Thu Mar 19 19:09:41 GMT 2020
Bas Couwenberg pushed to branch master at Debian GIS Project / pg_comparator
Commits:
02690410 by Bas Couwenberg at 2020-03-19T20:09:34+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
=====================================
@@ -1,6 +1,8 @@
pg-comparator (2.3.1-6) UNRELEASED; urgency=medium
* 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, 25 Jan 2020 10:57:01 +0100
=====================================
debian/compat
=====================================
@@ -1 +1 @@
-9
+10
=====================================
debian/control
=====================================
@@ -3,7 +3,7 @@ Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
Uploaders: Ivan Mincik <ivan.mincik at gmail.com>
Section: database
Priority: optional
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 10~),
postgresql-server-dev-all
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/debian-gis-team/pg_comparator
=====================================
debian/rules
=====================================
@@ -5,7 +5,7 @@
#export DH_VERBOSE=1
%:
- dh $@ --parallel
+ dh $@
override_dh_install:
dh_install pg_comparator /usr/bin
View it on GitLab: https://salsa.debian.org/debian-gis-team/pg_comparator/-/commit/0269041074edf9582a115f4081758b4f64505d99
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/pg_comparator/-/commit/0269041074edf9582a115f4081758b4f64505d99
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/4173b411/attachment.html>
More information about the Pkg-grass-devel
mailing list