[librasterlite2] 01/02: Set custom geotiff include path used for the Debian package. (closes: #836308)

Bas Couwenberg sebastic at debian.org
Thu Sep 1 16:12:00 UTC 2016


This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository librasterlite2.

commit d18a49ef85cb3db7ab60ea1117b8373cd617059d
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Thu Sep 1 16:28:08 2016 +0200

    Set custom geotiff include path used for the Debian package. (closes: #836308)
    
    libgeotiff 1.4.2-RC4 changed to #include <geo_config.h> which breaks with
    /usr/include/geotiff used by the Debian package.
    
    See also: http://lists.maptools.org/pipermail/geotiff/2016-September/000816.html
---
 debian/changelog | 9 +++++++++
 debian/rules     | 3 +++
 2 files changed, 12 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index d51ce90..7bc9c73 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+librasterlite2 (1.0.0~rc0+devel1-4) UNRELEASED; urgency=medium
+
+  * Set custom geotiff include path used for the Debian package.
+    libgeotiff 1.4.2-RC4 changed to #include <geo_config.h> which breaks with
+    /usr/include/geotiff used by the Debian package.
+    (closes: #836308)
+
+ -- Bas Couwenberg <sebastic at debian.org>  Thu, 01 Sep 2016 15:57:33 +0200
+
 librasterlite2 (1.0.0~rc0+devel1-3) unstable; urgency=medium
 
   * Update Vcs-Browser URL to use HTTPS.
diff --git a/debian/rules b/debian/rules
index 6c0f7d5..231d9e6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,6 +21,9 @@ ifneq (,$(findstring $(DEB_BUILD_ARCH),"mips s390x sparc hppa ppc64"))
 	CHECK = nocheck
 endif
 
+# Set custom geotiff include path used for the Debian package
+export DEB_CPPFLAGS_MAINT_APPEND=-I/usr/include/geotiff
+
 %:
 	dh $@ \
 		--with autoreconf \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/librasterlite2.git



More information about the Pkg-grass-devel mailing list