Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (4)
Bump minimum GRASS version to 7.4.0.
· be94484a
Bas Couwenberg
authored
Jan 26, 2018
be94484a
Update rpath patch for GRASS 7.4.
· 4541ee20
Bas Couwenberg
authored
Nov 17, 2017
4541ee20
Bump Standards-Version to 4.1.3, no changes.
· 8804e459
Bas Couwenberg
authored
Jan 26, 2018
8804e459
Set distribution to unstable.
· 982872f3
Bas Couwenberg
authored
Jan 26, 2018
982872f3
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
982872f3
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 <sebastic@debian.org>
Sat
, 2
0
Jan 2018 1
5:48:57
+0100
-- Bas Couwenberg <sebastic@debian.org>
Fri
, 2
6
Jan 2018 1
1:39:22
+0100
libgdal-grass (2.2.3-1) unstable; urgency=medium
...
...
debian/control
View file @
982872f3
...
...
@@ -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
View file @
982872f3
...
...
@@ -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/grass7
2
/lib
+ $(LD_SHARED) $(LDFLAGS) grass57dataset.o $(LIBS) -o $(GLIBNAME) -Wl,-rpath,/usr/lib/grass7
4
/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/grass7
2
/lib
+ $(LD_SHARED) $(LDFLAGS) ogrgrassdriver.o ogrgrassdatasource.o ogrgrasslayer.o $(LIBS) -o $(OLIBNAME) -Wl,-rpath,/usr/lib/grass7
4
/lib
%.o: %.cpp
$(CXX) $(CXXFLAGS) $(CPPFLAGS) $(CFLAGS) -c -o $@ $<