Skip to content
Commits on Source (26)
libgdal-grass (2.3.3~rc2-1~exp1) experimental; urgency=medium
* New upstream release candidate.
-- Bas Couwenberg <sebastic@debian.org> Fri, 14 Dec 2018 17:12:43 +0100
libgdal-grass (2.3.2-3) unstable; urgency=medium
* Bump minimum GRASS version to 7.4.3.
-- Bas Couwenberg <sebastic@debian.org> Tue, 27 Nov 2018 07:26:02 +0100
libgdal-grass (2.3.2-2) unstable; urgency=medium
* Bump minimum GRASS version to 7.4.2.
-- Bas Couwenberg <sebastic@debian.org> Tue, 23 Oct 2018 07:47:26 +0200
libgdal-grass (2.3.2-1) unstable; urgency=medium
* New upstream release.
* Bump Standards-Version to 4.2.1, no changes.
-- Bas Couwenberg <sebastic@debian.org> Fri, 28 Sep 2018 17:31:54 +0200
libgdal-grass (2.3.1-2) unstable; urgency=medium
* Disable PIE only on older Ubuntu releases.
* Bump Standards-Version to 4.1.5, no changes.
* Drop autopkgtest to test installability.
* Add lintian override for testsuite-autopkgtest-missing.
-- Bas Couwenberg <sebastic@debian.org> Tue, 31 Jul 2018 15:49:42 +0200
libgdal-grass (2.3.1-1) unstable; urgency=medium
* New upstream release.
* Move from experimental to unstable.
-- Bas Couwenberg <sebastic@debian.org> Thu, 28 Jun 2018 11:53:44 +0200
libgdal-grass (2.3.1~rc1-1~exp1) experimental; urgency=medium
* New upstream release candidate.
......
......@@ -7,12 +7,13 @@ Priority: optional
Build-Depends: debhelper (>= 9),
dh-autoreconf,
d-shlibs,
grass (>= 7.4.1),
grass-dev (>= 7.4.1),
libgdal-dev (>= 2.3.1~),
grass (>= 7.4.3),
grass-dev (>= 7.4.3),
libgdal-dev (>= 2.3.3~),
libpq-dev,
lsb-release,
pkg-config
Standards-Version: 4.1.4
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/debian-gis-team/gdal-grass
Vcs-Git: https://salsa.debian.org/debian-gis-team/gdal-grass.git -b experimental
Homepage: http://www.gdal.org/
......
......@@ -9,9 +9,12 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all
# Disable PIE on Ubuntu where it's still problematic
VENDOR_DERIVES_FROM_UBUNTU ?= $(shell dpkg-vendor --derives-from Ubuntu && echo yes)
DISTRIBUTION_RELEASE := $(shell lsb_release -cs)
ifeq ($(VENDOR_DERIVES_FROM_UBUNTU),yes)
ifneq (,$(filter $(DISTRIBUTION_RELEASE),trusty xenial bionic))
export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie
endif
export DEB_LDFLAGS_MAINT_APPEND=-Wl,--no-as-needed
endif
......
# Not worth the effort
testsuite-autopkgtest-missing
# Test installability
Depends: @
Test-Command: /bin/true