Bas Couwenberg pushed to branch master at Debian GIS Project / gdal-grass
Commits: 0192b041 by Bas Couwenberg at 2022-03-20T07:06:49+01:00 Update packaging for GRASS 8.0.1. - - - - - 29c7814e by Bas Couwenberg at 2022-03-20T07:18:06+01:00 Set distribution to unstable. - - - - - 3 changed files: - debian/changelog - debian/control - debian/patches/rpath Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +libgdal-grass (3.4.2-2) unstable; urgency=medium + + * Update packaging for GRASS 8.0.1. + + -- Bas Couwenberg <[email protected]> Sun, 20 Mar 2022 07:17:56 +0100 + libgdal-grass (3.4.2-1) unstable; urgency=medium * New upstream release. ===================================== debian/control ===================================== @@ -5,8 +5,8 @@ Uploaders: Francesco Paolo Lovergine <[email protected]>, Section: science Priority: optional Build-Depends: debhelper-compat (= 12), - grass (>= 7.8.7), - grass-dev (>= 7.8.7), + grass (>= 8.0.1), + grass-dev (>= 8.0.1), libgdal-dev (>= 3.4.2), libpq-dev, lsb-release, ===================================== 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/b8faeb9f955864041f8dfbb609bc47461305d919...29c7814e7cacf1726d408442121b250703337239 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/gdal-grass/-/compare/b8faeb9f955864041f8dfbb609bc47461305d919...29c7814e7cacf1726d408442121b250703337239 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
