Bas Couwenberg pushed to branch experimental at Debian GIS Project / gdal-grass
Commits: 75f48b60 by Bas Couwenberg at 2019-01-02T12:07:54Z Revert "Update branch in gbp.conf & Vcs-Git URL." This reverts commit 34121acb2a33119d9a801265c2aa59285f343bb3. - - - - - 2385a6cc by Bas Couwenberg at 2019-01-02T12:08:49Z Set distribution to unstable. - - - - - 2dbcbcda by Bas Couwenberg at 2019-01-15T15:16:59Z Bump minimum GRASS version to 7.4.4. - - - - - d908dd00 by Bas Couwenberg at 2019-01-15T17:17:45Z Set distribution to unstable. - - - - - 25590683 by Bas Couwenberg at 2019-01-19T12:27:16Z Update packaging for GRASS 7.6.0. - - - - - a9b767e5 by Bas Couwenberg at 2019-01-21T06:33:39Z Set distribution to unstable. - - - - - cd760af2 by Bas Couwenberg at 2019-03-15T14:20:33Z Remove package name from lintian overrides. - - - - - c41f0348 by Bas Couwenberg at 2019-03-22T15:42:16Z Update branch in gbp.conf & Vcs-Git URL. - - - - - a742d768 by Bas Couwenberg at 2019-03-22T15:42:35Z New upstream version 2.4.1 - - - - - 4eceb1e3 by Bas Couwenberg at 2019-03-22T15:42:38Z Merge tag 'upstream/2.4.1' into experimental Upstream version 2.4.1 - - - - - 45c7a1c1 by Bas Couwenberg at 2019-03-22T15:43:20Z New upstream release. - - - - - 993df1fc by Bas Couwenberg at 2019-03-22T15:46:32Z Update packaging for GRASS 7.6.1. - - - - - 899b855d by Bas Couwenberg at 2019-03-22T15:46:47Z Set distribution to experimental. - - - - - 5 changed files: - VERSION - debian/changelog - debian/control - debian/lintian-overrides - debian/patches/rpath Changes: ===================================== VERSION ===================================== @@ -1 +1 @@ -2.4.0 +2.4.1 ===================================== debian/changelog ===================================== @@ -1,8 +1,29 @@ -libgdal-grass (2.4.0-1~exp2) UNRELEASED; urgency=medium +libgdal-grass (2.4.1-1~exp1) experimental; urgency=medium + + * New upstream release. + * Remove package name from lintian overrides. + * Update packaging for GRASS 7.6.1. + + -- Bas Couwenberg <[email protected]> Fri, 22 Mar 2019 16:46:36 +0100 + +libgdal-grass (2.4.0-3) unstable; urgency=medium + + * Update packaging for GRASS 7.6.0. + + -- Bas Couwenberg <[email protected]> Mon, 21 Jan 2019 07:33:00 +0100 + +libgdal-grass (2.4.0-2) unstable; urgency=medium + + * Bump minimum GRASS version to 7.4.4. + + -- Bas Couwenberg <[email protected]> Tue, 15 Jan 2019 18:17:37 +0100 + +libgdal-grass (2.4.0-1) unstable; urgency=medium * Bump Standards-Version to 4.3.0, no changes. + * Move from experimental to unstable. - -- Bas Couwenberg <[email protected]> Tue, 25 Dec 2018 22:08:53 +0100 + -- Bas Couwenberg <[email protected]> Wed, 02 Jan 2019 13:08:13 +0100 libgdal-grass (2.4.0-1~exp1) experimental; urgency=medium ===================================== debian/control ===================================== @@ -7,9 +7,9 @@ Priority: optional Build-Depends: debhelper (>= 9), dh-autoreconf, d-shlibs, - grass (>= 7.4.3), - grass-dev (>= 7.4.3), - libgdal-dev (>= 2.4.0), + grass (>= 7.6.1), + grass-dev (>= 7.6.1), + libgdal-dev (>= 2.4.1), libpq-dev, lsb-release, pkg-config ===================================== debian/lintian-overrides ===================================== @@ -1,4 +1,4 @@ # The run path has been added to get GRASS internal library -libgdal-grass: binary-or-shlib-defines-rpath usr/lib/gdalplugins/gdal_GRASS.so /usr/lib/grass*/lib -libgdal-grass: binary-or-shlib-defines-rpath usr/lib/gdalplugins/ogr_GRASS.so /usr/lib/grass*/lib +binary-or-shlib-defines-rpath usr/lib/gdalplugins/gdal_GRASS.so /usr/lib/grass*/lib +binary-or-shlib-defines-rpath usr/lib/gdalplugins/ogr_GRASS.so /usr/lib/grass*/lib ===================================== debian/patches/rpath ===================================== @@ -9,11 +9,11 @@ Forwarded: not-needed $(GLIBNAME): grass57dataset.o - $(LD_SHARED) $(LDFLAGS) grass57dataset.o $(LIBS) -o $(GLIBNAME) -+ $(LD_SHARED) $(LDFLAGS) grass57dataset.o $(LIBS) -o $(GLIBNAME) -Wl,-rpath,/usr/lib/grass74/lib ++ $(LD_SHARED) $(LDFLAGS) grass57dataset.o $(LIBS) -o $(GLIBNAME) -Wl,-rpath,/usr/lib/grass76/lib $(OLIBNAME): ogrgrassdriver.o ogrgrassdatasource.o ogrgrasslayer.o - $(LD_SHARED) $(LDFLAGS) ogrgrassdriver.o ogrgrassdatasource.o ogrgrasslayer.o $(LIBS) -o $(OLIBNAME) -+ $(LD_SHARED) $(LDFLAGS) ogrgrassdriver.o ogrgrassdatasource.o ogrgrasslayer.o $(LIBS) -o $(OLIBNAME) -Wl,-rpath,/usr/lib/grass74/lib ++ $(LD_SHARED) $(LDFLAGS) ogrgrassdriver.o ogrgrassdatasource.o ogrgrasslayer.o $(LIBS) -o $(OLIBNAME) -Wl,-rpath,/usr/lib/grass76/lib %.o: %.cpp $(CXX) $(CXXFLAGS) $(CPPFLAGS) $(CFLAGS) -c -o $@ $< View it on GitLab: https://salsa.debian.org/debian-gis-team/gdal-grass/compare/a9ce9c7ff4100c579e19639bdb8294aab08d815f...899b855d3bcc24ae1e409eaccd7398015f26d01e -- View it on GitLab: https://salsa.debian.org/debian-gis-team/gdal-grass/compare/a9ce9c7ff4100c579e19639bdb8294aab08d815f...899b855d3bcc24ae1e409eaccd7398015f26d01e 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
