[Git][debian-gis-team/gdal][master] 3 commits: Split build & install targets into separate make invocations.

Bas Couwenberg gitlab at salsa.debian.org
Tue Aug 21 07:08:51 BST 2018


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


Commits:
8ee7a284 by Bas Couwenberg at 2018-08-20T20:23:10Z
Split build & install targets into separate make invocations.

- - - - -
91e45ac9 by Bas Couwenberg at 2018-08-20T20:23:38Z
Close bug in changelog.

- - - - -
d27cbf5d by Bas Couwenberg at 2018-08-20T20:24:03Z
Set distribution to unstable.

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,10 @@
-gdal (2.3.1+dfsg-3) UNRELEASED; urgency=medium
+gdal (2.3.1+dfsg-3) unstable; urgency=medium
 
   * Bump Standards-Version to 4.2.0, no changes.
   * Don't run python generate target in parallel.
+    (closes: #906222)
 
- -- Bas Couwenberg <sebastic at debian.org>  Sat, 04 Aug 2018 11:59:03 +0200
+ -- Bas Couwenberg <sebastic at debian.org>  Mon, 20 Aug 2018 22:23:41 +0200
 
 gdal (2.3.1+dfsg-2) unstable; urgency=medium
 


=====================================
debian/rules
=====================================
--- a/debian/rules
+++ b/debian/rules
@@ -159,7 +159,8 @@ override_dh_auto_build:
 		cp GDALmake.opt-$$V GDALmake.opt && \
 		$(MAKE) $(NJOBS) -C $(CURDIR)/swig/python clean && \
 		$(MAKE) -C $(CURDIR)/swig/python generate && \
-		$(MAKE) $(NJOBS) -C $(CURDIR)/swig/python build install DESTDIR=$(CURDIR)/debian/python-tmp; \
+		$(MAKE) $(NJOBS) -C $(CURDIR)/swig/python build && \
+		$(MAKE) $(NJOBS) -C $(CURDIR)/swig/python install DESTDIR=$(CURDIR)/debian/python-tmp; \
 	done
 
 	mkdir $(CURDIR)/html || true



View it on GitLab: https://salsa.debian.org/debian-gis-team/gdal/compare/160cbb63ba58d24b2e37cc3aa61fe85fabc2ef4b...d27cbf5d0c0da09d3e176aa674963824e1bbf2aa

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/gdal/compare/160cbb63ba58d24b2e37cc3aa61fe85fabc2ef4b...d27cbf5d0c0da09d3e176aa674963824e1bbf2aa
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/20180821/e61b9840/attachment-0001.html>


More information about the Pkg-grass-devel mailing list