[xml-security-c] 19/24: New patch Avoid-forward-incompatibility-warnings-from-Automake.patch

Ferenc Wágner wferi-guest at moszumanska.debian.org
Sun Nov 29 19:42:51 UTC 2015


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

wferi-guest pushed a commit to branch master
in repository xml-security-c.

commit 0832cf9d27aa8994c43b1fae33f29a3052be6520
Author: Ferenc Wágner <wferi at niif.hu>
Date:   Wed Nov 25 02:09:25 2015 +0100

    New patch Avoid-forward-incompatibility-warnings-from-Automake.patch
    
    Avoid forward-incompatibility warnings from Automake
---
 ...ard-incompatibility-warnings-from-Automake.patch | 21 +++++++++++++++++++++
 debian/patches/series                               |  1 +
 2 files changed, 22 insertions(+)

diff --git a/debian/patches/Avoid-forward-incompatibility-warnings-from-Automake.patch b/debian/patches/Avoid-forward-incompatibility-warnings-from-Automake.patch
new file mode 100644
index 0000000..ea67bc8
--- /dev/null
+++ b/debian/patches/Avoid-forward-incompatibility-warnings-from-Automake.patch
@@ -0,0 +1,21 @@
+From: =?utf-8?q?Ferenc_W=C3=A1gner?= <wferi at niif.hu>
+Date: Wed, 25 Nov 2015 01:58:20 +0100
+Subject: Avoid forward-incompatibility warnings from Automake
+
+---
+ configure.ac |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/configure.ac b/configure.ac
+index 32a2ccb..8591297 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -21,7 +21,7 @@ AC_INIT([[XML-Security-C]],[1.7.3],[dev at santuario.apache.org],[xml-security-c])
+ AC_CONFIG_SRCDIR(xsec)
+ AC_CONFIG_AUX_DIR(build-aux)
+ AC_CONFIG_MACRO_DIR(m4)
+-AM_INIT_AUTOMAKE
++AM_INIT_AUTOMAKE([subdir-objects])
+ AC_PROG_LIBTOOL
+ 
+ AC_ARG_ENABLE(debug,
diff --git a/debian/patches/series b/debian/patches/series
index 55f9f96..5d0991a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 Add-xsec-prefix-to-utilities.patch
+Avoid-forward-incompatibility-warnings-from-Automake.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-shibboleth/xml-security-c.git



More information about the Pkg-shibboleth-devel mailing list