[grads] 08/17: Add geotiff patch

Alastair McKinstry mckinstry at moszumanska.debian.org
Wed Oct 25 11:29:17 UTC 2017


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

mckinstry pushed a commit to tag debian/3%2.2.0-1
in repository grads.

commit b273be4acdb12ee37f8b936f28e171f077443915
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Wed Oct 4 19:13:03 2017 +0100

    Add geotiff patch
---
 debian/patches/geotiff-fix.patch | 17 +++++++++++++++++
 debian/patches/series            |  1 +
 2 files changed, 18 insertions(+)

diff --git a/debian/patches/geotiff-fix.patch b/debian/patches/geotiff-fix.patch
new file mode 100644
index 0000000..2f86a1f
--- /dev/null
+++ b/debian/patches/geotiff-fix.patch
@@ -0,0 +1,17 @@
+Description: Need to pass geotiff_inc for Debian
+Author: Alastair McKinstry <mckinstry at debian.org>
+Last-Updated: 2017-10-04
+Forwarded: no
+
+Index: grads-2.2.0/configure.ac
+===================================================================
+--- grads-2.2.0.orig/configure.ac
++++ grads-2.2.0/configure.ac
+@@ -704,6 +704,7 @@ if test "$use_geotiff" != "yes" ; then
+   AC_DEFINE(GEOTIFF, 0, [Disable geotiff])
+ else
+   AC_DEFINE(GEOTIFF, 1, [Enable geotiff])
++  AC_SUBST(geotiff_inc)
+   AC_SUBST(geotiff_libs)
+   AC_SUBST(geotiff_dynlibs)
+ fi
diff --git a/debian/patches/series b/debian/patches/series
index 15c7924..b2772d3 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -11,3 +11,4 @@ format-security.patch
 reproducible-builds.patch
 png16.patch
 remove-jpeg.patch
+geotiff-fix.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/grads.git



More information about the debian-science-commits mailing list