Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (5)
Update packaging for GRASS 7.8.0.
· 41615f22
Bas Couwenberg
authored
Sep 07, 2019
41615f22
Update PIE hardening conditional, trusty is EOL.
· d7bc319f
Bas Couwenberg
authored
Jul 16, 2019
d7bc319f
Bump Standards-Version to 4.4.0, no changes.
· 155552bd
Bas Couwenberg
authored
Jul 10, 2019
155552bd
Update watch file to check version directories.
· 4716c438
Bas Couwenberg
authored
May 02, 2019
4716c438
Set distribution to unstable.
· c200aa69
Bas Couwenberg
authored
Sep 07, 2019
c200aa69
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
c200aa69
libgdal-grass (2.4.2-2) unstable; urgency=medium
* Update packaging for GRASS 7.8.0.
* Update PIE hardening conditional, trusty is EOL.
* Bump Standards-Version to 4.4.0, no changes.
* Update watch file to check version directories.
-- Bas Couwenberg <sebastic@debian.org> Sat, 07 Sep 2019 10:11:51 +0200
libgdal-grass (2.4.2-1) unstable; urgency=medium
* New upstream release.
...
...
debian/control
View file @
c200aa69
...
...
@@ -7,13 +7,13 @@ Priority: optional
Build-Depends: debhelper (>= 9),
dh-autoreconf,
d-shlibs,
grass (>= 7.
6.1
),
grass-dev (>= 7.
6.1
),
grass (>= 7.
8.0
),
grass-dev (>= 7.
8.0
),
libgdal-dev (>= 2.4.2),
libpq-dev,
lsb-release,
pkg-config
Standards-Version: 4.
3
.0
Standards-Version: 4.
4
.0
Vcs-Browser: https://salsa.debian.org/debian-gis-team/gdal-grass
Vcs-Git: https://salsa.debian.org/debian-gis-team/gdal-grass.git
Homepage: http://www.gdal.org/
...
...
debian/patches/rpath
View file @
c200aa69
...
...
@@ -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
6
/lib
+ $(LD_SHARED) $(LDFLAGS) grass57dataset.o $(LIBS) -o $(GLIBNAME) -Wl,-rpath,/usr/lib/grass7
8
/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
6
/lib
+ $(LD_SHARED) $(LDFLAGS) ogrgrassdriver.o ogrgrassdatasource.o ogrgrasslayer.o $(LIBS) -o $(OLIBNAME) -Wl,-rpath,/usr/lib/grass7
8
/lib
%.o: %.cpp
$(CXX) $(CXXFLAGS) $(CPPFLAGS) $(CFLAGS) -c -o $@ $<
debian/rules
View file @
c200aa69
...
...
@@ -12,7 +12,7 @@ VENDOR_DERIVES_FROM_UBUNTU ?= $(shell dpkg-vendor --derives-from Ubuntu && echo
DISTRIBUTION_RELEASE
:=
$(
shell lsb_release
-cs
)
ifeq
($(VENDOR_DERIVES_FROM_UBUNTU),yes)
ifneq
(,$(filter $(DISTRIBUTION_RELEASE),
trusty
xenial bionic))
ifneq
(,$(filter $(DISTRIBUTION_RELEASE),xenial bionic))
export
DEB_BUILD_MAINT_OPTIONS
=
hardening
=
+all,-pie
endif
export
DEB_LDFLAGS_MAINT_APPEND
=
-Wl
,--no-as-needed
...
...
debian/watch
View file @
c200aa69
...
...
@@ -2,5 +2,5 @@ version=3
opts=\
dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$//,\
uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/;s/RC/rc/ \
https://
trac
.osgeo.org/gdal/
wiki/DownloadSource
\
https://
download
.osgeo.org/gdal/
(\d+\.\d+\.\d+)/
\
(?:|.*/)gdal(?:[_\-]v?|)(\d\S*)\.(?:tar\.xz|txz|tar\.bz2|tbz2|tar\.gz|tgz)