Bas Couwenberg pushed to branch experimental at Debian GIS Project / gdal-grass
Commits: 8a9339d2 by Bas Couwenberg at 2022-01-04T12:30:38+01:00 Revert "Update branch in gbp.conf & Vcs-Git URL." This reverts commit 9526a213044635226c7a4edc62930c1201e4ec11. - - - - - 804cddbf by Bas Couwenberg at 2022-01-04T12:31:08+01:00 New upstream version 3.4.1 - - - - - 6968431b by Bas Couwenberg at 2022-01-04T12:31:09+01:00 Update upstream source from tag 'upstream/3.4.1' Update to upstream version '3.4.1' with Debian dir 830c3ff41e3a3f85cc7f42ceaa0a65df1e1e2ecd - - - - - aae21277 by Bas Couwenberg at 2022-01-04T12:31:30+01:00 New upstream release. - - - - - ae007ae3 by Bas Couwenberg at 2022-01-04T12:31:40+01:00 Set distribution to unstable. - - - - - a6cee4a6 by Bas Couwenberg at 2022-01-04T14:45:40+01:00 Move from experimental to unstable. - - - - - cf0047f7 by Bas Couwenberg at 2022-02-23T19:34:18+01:00 Update packaging for GRASS 7.8.7. - - - - - 5e8f0df3 by Bas Couwenberg at 2022-02-23T19:34:41+01:00 Set distribution to unstable. - - - - - ba3064a8 by Bas Couwenberg at 2022-03-05T20:05:02+01:00 Update branch in gbp.conf & Vcs-Git URL. - - - - - a87c3447 by Bas Couwenberg at 2022-03-05T20:05:13+01:00 Update packaging for GRASS 8.0.1. - - - - - 8d1117eb by Bas Couwenberg at 2022-03-05T20:07:21+01:00 Set distribution to experimental. - - - - - 3 changed files: - debian/changelog - debian/control - debian/patches/rpath Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,27 @@ +libgdal-grass (3.4.1-4~exp1) experimental; urgency=medium + + * Update packaging for GRASS 8.0.1. + + -- Bas Couwenberg <[email protected]> Sat, 05 Mar 2022 20:05:50 +0100 + +libgdal-grass (3.4.1-3) unstable; urgency=medium + + * Update packaging for GRASS 7.8.7. + + -- Bas Couwenberg <[email protected]> Wed, 23 Feb 2022 19:34:26 +0100 + +libgdal-grass (3.4.1-2) unstable; urgency=medium + + * Move from experimental to unstable. + + -- Bas Couwenberg <[email protected]> Tue, 04 Jan 2022 14:45:30 +0100 + +libgdal-grass (3.4.1-1) experimental; urgency=medium + + * New upstream release. + + -- Bas Couwenberg <[email protected]> Tue, 04 Jan 2022 12:31:31 +0100 + libgdal-grass (3.4.1~rc1-1~exp1) experimental; urgency=medium * New upstream release candidate. ===================================== debian/control ===================================== @@ -5,9 +5,9 @@ Uploaders: Francesco Paolo Lovergine <[email protected]>, Section: science Priority: optional Build-Depends: debhelper-compat (= 12), - grass (>= 7.8.6), - grass-dev (>= 7.8.6), - libgdal-dev (>= 3.4.1~), + grass (>= 8.0.1), + grass-dev (>= 8.0.1), + libgdal-dev (>= 3.4.1), libpq-dev, lsb-release, pkg-config ===================================== debian/patches/rpath ===================================== @@ -9,11 +9,11 @@ Forwarded: not-needed $(GLIBNAME): grass.o - $(LD_SHARED) $(LDFLAGS) grass.o $(LIBS) -o $(GLIBNAME) -+ $(LD_SHARED) $(LDFLAGS) grass.o $(LIBS) -o $(GLIBNAME) -Wl,-rpath,/usr/lib/grass78/lib ++ $(LD_SHARED) $(LDFLAGS) grass.o $(LIBS) -o $(GLIBNAME) -Wl,-rpath,/usr/lib/grass80/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/grass78/lib ++ $(LD_SHARED) $(LDFLAGS) ogrgrassdriver.o ogrgrassdatasource.o ogrgrasslayer.o $(LIBS) -o $(OLIBNAME) -Wl,-rpath,/usr/lib/grass80/lib %.o: %.cpp $(CXX) $(CXXFLAGS) $(CPPFLAGS) $(CFLAGS) -c -o $@ $< View it on GitLab: https://salsa.debian.org/debian-gis-team/gdal-grass/-/compare/a4f3642fa9f8492ae69e2ccc0a78e2b26c785708...8d1117eb68c0da2aa568697415f95fca0baa819e -- View it on GitLab: https://salsa.debian.org/debian-gis-team/gdal-grass/-/compare/a4f3642fa9f8492ae69e2ccc0a78e2b26c785708...8d1117eb68c0da2aa568697415f95fca0baa819e 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
