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 <[email protected]> Sat, 04 Aug 2018 11:59:03 +0200 + -- Bas Couwenberg <[email protected]> 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.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
