[libgeotiff-dfsg] 06/07: Add patch to fix automake warning by adding subdir-objects option.

Bas Couwenberg sebastic at debian.org
Thu Aug 11 16:38:10 UTC 2016


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

sebastic pushed a commit to branch master
in repository libgeotiff-dfsg.

commit 5458a6e1822c5ce73f40f8114fc6301ec948d837
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Thu Aug 11 18:28:42 2016 +0200

    Add patch to fix automake warning by adding subdir-objects option.
---
 debian/changelog                             |  1 +
 debian/patches/automake-subdir-objects.patch | 15 +++++++++++++++
 debian/patches/series                        |  1 +
 3 files changed, 17 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 41a59f0..efb12e2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ libgeotiff-dfsg (1.4.2~rc2-1) UNRELEASED; urgency=medium
   * New upstream release candidate.
   * Drop patches applied upstream. Refresh remaining patch.
   * Override dh_autoreconf to run autogen.sh instead of `autoreconf -fi`.
+  * Add patch to fix automake warning by adding subdir-objects option.
 
  -- Bas Couwenberg <sebastic at debian.org>  Thu, 11 Aug 2016 18:02:03 +0200
 
diff --git a/debian/patches/automake-subdir-objects.patch b/debian/patches/automake-subdir-objects.patch
new file mode 100644
index 0000000..80bd9df
--- /dev/null
+++ b/debian/patches/automake-subdir-objects.patch
@@ -0,0 +1,15 @@
+Description: Fix automake warning by adding subdir-objects option.
+Author: Bas Couwenberg <sebastic at debian.org>
+Forwarded: https://trac.osgeo.org/geotiff/ticket/80
+Applied-Upstream: https://trac.osgeo.org/geotiff/changeset/2729
+
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -1,6 +1,6 @@
+ SUBDIRS = libxtiff . bin man cmake
+ 
+-AUTOMAKE_OPTIONS =	dist-zip
++AUTOMAKE_OPTIONS = dist-zip subdir-objects
+ ACLOCAL_AMFLAGS = -I m4
+ 
+ include $(top_srcdir)/m4/doxygen.am
diff --git a/debian/patches/series b/debian/patches/series
index e12eb7f..a1cb044 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 drop-epsg-data-installation
+automake-subdir-objects.patch

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



More information about the Pkg-grass-devel mailing list