Martin Landa pushed to branch ubuntu/bionic at Debian GIS Project / gdal-grass
Commits: adde3164 by Martin Landa at 2019-01-21T15:51:25Z Rebuild 2.3.2 for bionic - - - - - 3 changed files: - debian/changelog - debian/control - debian/patches/rpath Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +libgdal-grass (2.3.2-2~bionic2) bionic; urgency=medium + + * Rebuild for bionic. + * Bump mininum GRASS version to 7.6.0. + + -- Martin Landa <[email protected]> Mon, 21 Jan 2019 16:49:10 +0100 + libgdal-grass (2.3.2-2~bionic1) bionic; urgency=medium * Rebuild for bionic. ===================================== debian/control ===================================== @@ -7,8 +7,8 @@ Priority: optional Build-Depends: debhelper (>= 9), dh-autoreconf, d-shlibs, - grass (>= 7.4.3), - grass-dev (>= 7.4.3), + grass (>= 7.6.0), + grass-dev (>= 7.6.0), libgdal-dev (>= 2.3.2), libpq-dev, lsb-release, ===================================== 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/commit/adde31647ef2524f9cf1b4dd5a84cc36f66558bb -- View it on GitLab: https://salsa.debian.org/debian-gis-team/gdal-grass/commit/adde31647ef2524f9cf1b4dd5a84cc36f66558bb 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
