[Git][debian-gis-team/osgearth][master] Bump debhelper compat to 10.
Bas Couwenberg
gitlab at salsa.debian.org
Thu Mar 19 19:56:07 GMT 2020
Bas Couwenberg pushed to branch master at Debian GIS Project / osgearth
Commits:
446b4ab8 by Bas Couwenberg at 2020-03-19T19:54:55+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 @@ osgearth (2.10.2+dfsg-3) 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
-- Bas Couwenberg <sebastic at debian.org> Mon, 09 Dec 2019 09:24:52 +0100
=====================================
debian/compat
=====================================
@@ -1 +1 @@
-9
+10
=====================================
debian/control
=====================================
@@ -4,7 +4,7 @@ Uploaders: Pirmin Kalberer <pi_deb at sourcepole.ch>,
Bas Couwenberg <sebastic at debian.org>
Section: devel
Priority: optional
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 10~),
dpkg-dev (>= 1.16.1.1),
cmake,
openscenegraph,
=====================================
debian/rules
=====================================
@@ -24,8 +24,7 @@ BUILD_DATE := $(shell LC_ALL=C date -u "+%d %B %Y" -d "@$(SOURCE_DATE_EPOCH)")
MANPAGES:=$(wildcard debian/man/*.*.xml)
%:
- dh $@ --with pkgkde_symbolshelper \
- --parallel
+ dh $@ --with pkgkde_symbolshelper
override_dh_clean:
dh_clean debian/man/*.1
View it on GitLab: https://salsa.debian.org/debian-gis-team/osgearth/-/commit/446b4ab8d9ca56ab9b496d683e855f2878a17d17
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/osgearth/-/commit/446b4ab8d9ca56ab9b496d683e855f2878a17d17
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/5a3cbb18/attachment-0001.html>
More information about the Pkg-grass-devel
mailing list