[Pkg-privacy-commits] [seahorse-nautilus] 15/26: Replace INCLUDES with target_CPPFLAGS in Makefile.am files.

Carlos Maddela maddela-guest at moszumanska.debian.org
Tue Jan 10 22:14:57 UTC 2017


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

maddela-guest pushed a commit to branch master
in repository seahorse-nautilus.

commit 1a004450a7566b5e66ee7ffd1018fcb1f0016976
Author: Carlos Maddela <e7appew at gmail.com>
Date:   Sun Jan 8 18:06:49 2017 +1100

    Replace INCLUDES with target_CPPFLAGS in Makefile.am files.
    
    This allows the Makefile.am files to work with more recent versions of
    automake without warnings.
---
 debian/patches/series                   |  1 +
 debian/patches/update-Makefile-am.patch | 42 +++++++++++++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
index 9861d15..fb724e1 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 gpg21.patch
+update-Makefile-am.patch
diff --git a/debian/patches/update-Makefile-am.patch b/debian/patches/update-Makefile-am.patch
new file mode 100644
index 0000000..3fbff58
--- /dev/null
+++ b/debian/patches/update-Makefile-am.patch
@@ -0,0 +1,42 @@
+From: Carlos Maddela <e7appew at gmail.com>
+Date: Sun, 8 Jan 2017 16:55:19 +1100
+Subject: Replace INCLUDES with target_CPPFLAGS in Makefile.am files.
+
+Description: Replace INCLUDES with target_CPPFLAGS in Makefile.am files.
+ This allows the Makefile.am files to work with more recent versions of
+ automake without warnings.
+Author: Carlos Maddela <e7appew at gmail.com>
+Origin: vendor
+Forwarded: no
+Last-Update: 2017-01-08
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+---
+ nautilus-ext/Makefile.am | 2 +-
+ tool/Makefile.am         | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/nautilus-ext/Makefile.am b/nautilus-ext/Makefile.am
+index 6f35c53..5f98bfc 100644
+--- a/nautilus-ext/Makefile.am
++++ b/nautilus-ext/Makefile.am
+@@ -1,5 +1,5 @@
+ 
+-INCLUDES = -I$(top_builddir) 	\
++libnautilus_seahorse_la_CPPFLAGS = -I$(top_builddir) 	\
+ 	-I$(top_srcdir) 			\
+ 	$(NAUTILUS_CFLAGS) 			\
+ 	-DGNOMELOCALEDIR=\""$(datadir)/locale"\"
+diff --git a/tool/Makefile.am b/tool/Makefile.am
+index 77348a0..50986d9 100644
+--- a/tool/Makefile.am
++++ b/tool/Makefile.am
+@@ -1,7 +1,7 @@
+ uidir = $(datadir)/seahorse-nautilus/ui/
+ localedir = $(datadir)/locale
+ 
+-INCLUDES = -I$(top_builddir) \
++seahorse_tool_CPPFLAGS = -I$(top_builddir) \
+ 	-I$(top_srcdir) \
+ 	-I$(top_srcdir)/libseahorse \
+ 	$(SEAHORSE_CFLAGS) \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/seahorse-nautilus.git



More information about the Pkg-privacy-commits mailing list