Sebastiaan Couwenberg pushed to branch master at Debian GIS Project / gdal-grass
Commits: be94484a by Bas Couwenberg at 2018-01-26T11:37:44+01:00 Bump minimum GRASS version to 7.4.0. - - - - - 4541ee20 by Bas Couwenberg at 2018-01-26T11:38:17+01:00 Update rpath patch for GRASS 7.4. - - - - - 8804e459 by Bas Couwenberg at 2018-01-26T11:39:17+01:00 Bump Standards-Version to 4.1.3, no changes. - - - - - 982872f3 by Bas Couwenberg at 2018-01-26T11:39:30+01:00 Set distribution to unstable. - - - - - 3 changed files: - debian/changelog - debian/control - debian/patches/rpath Changes: ===================================== debian/changelog ===================================== --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,11 @@ -libgdal-grass (2.2.3-2) UNRELEASED; urgency=medium +libgdal-grass (2.2.3-2) unstable; urgency=medium * Update copyright-format URL to use HTTPS. + * Bump minimum GRASS version to 7.4.0. + * Update rpath patch for GRASS 7.4. + * Bump Standards-Version to 4.1.3, no changes. - -- Bas Couwenberg <sebas...@debian.org> Sat, 20 Jan 2018 15:48:57 +0100 + -- Bas Couwenberg <sebas...@debian.org> Fri, 26 Jan 2018 11:39:22 +0100 libgdal-grass (2.2.3-1) unstable; urgency=medium ===================================== debian/control ===================================== --- a/debian/control +++ b/debian/control @@ -7,12 +7,12 @@ Priority: optional Build-Depends: debhelper (>= 9), dh-autoreconf, d-shlibs, - grass (>= 7.2.2), - grass-dev (>= 7.2.2), + grass (>= 7.4.0), + grass-dev (>= 7.4.0), libgdal-dev (>= 2.2.3), libpq-dev, pkg-config -Standards-Version: 4.1.2 +Standards-Version: 4.1.3 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/gdal-grass.git Vcs-Git: https://anonscm.debian.org/git/pkg-grass/gdal-grass.git Homepage: http://www.gdal.org/ ===================================== debian/patches/rpath ===================================== --- a/debian/patches/rpath +++ b/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/grass72/lib ++ $(LD_SHARED) $(LDFLAGS) grass57dataset.o $(LIBS) -o $(GLIBNAME) -Wl,-rpath,/usr/lib/grass74/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/grass72/lib ++ $(LD_SHARED) $(LDFLAGS) ogrgrassdriver.o ogrgrassdatasource.o ogrgrasslayer.o $(LIBS) -o $(OLIBNAME) -Wl,-rpath,/usr/lib/grass74/lib %.o: %.cpp $(CXX) $(CXXFLAGS) $(CPPFLAGS) $(CFLAGS) -c -o $@ $< View it on GitLab: https://salsa.debian.org/debian-gis-team/gdal-grass/compare/92e7ba73dc5c0b21450bb98134a764d96e1e02b2...982872f34ea91d6b82b7d6a77dded4b474be16a6 --- View it on GitLab: https://salsa.debian.org/debian-gis-team/gdal-grass/compare/92e7ba73dc5c0b21450bb98134a764d96e1e02b2...982872f34ea91d6b82b7d6a77dded4b474be16a6 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel