[Git][debian-gis-team/ossim][master] Bump debhelper compat to 10.
Bas Couwenberg
gitlab at salsa.debian.org
Thu Mar 19 19:06:55 GMT 2020
Bas Couwenberg pushed to branch master at Debian GIS Project / ossim
Commits:
a6d19e00 by Bas Couwenberg at 2020-03-19T20:06:47+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 @@ ossim (2.9.1-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:28:30 +0100
=====================================
debian/compat
=====================================
@@ -1 +1 @@
-9
+10
=====================================
debian/control
=====================================
@@ -4,7 +4,7 @@ Uploaders: Francesco Paolo Lovergine <frankie at debian.org>
Section: science
Priority: optional
Build-Depends: cmake (>= 2.8),
- debhelper (>= 9),
+ debhelper (>= 10~),
libcurl4-gnutls-dev | libcurl-ssl-dev,
libfreetype6-dev,
libgeos++-dev (>= 3.5.0),
=====================================
debian/rules
=====================================
@@ -22,8 +22,7 @@ endif
%:
dh $@ --buildsystem cmake \
- --builddirectory=$(CURDIR)/debian/build \
- --parallel
+ --builddirectory=$(CURDIR)/debian/build
# Add here any variable or target overrides you need.
CMAKE_OPTS = \
View it on GitLab: https://salsa.debian.org/debian-gis-team/ossim/-/commit/a6d19e000a3df86666a4200ae966543d25b8d5ab
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/ossim/-/commit/a6d19e000a3df86666a4200ae966543d25b8d5ab
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/08405674/attachment-0001.html>
More information about the Pkg-grass-devel
mailing list