[Pkg-privacy-commits] [irssi-plugin-otr] 235/267: try out the upstream patch for a build warning

Ximin Luo infinity0 at moszumanska.debian.org
Sat Aug 22 12:41:46 UTC 2015


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

infinity0 pushed a commit to branch debian
in repository irssi-plugin-otr.

commit e2284502b385f8e8056516870f9528cbdd9b3006
Author: Antoine Beaupré <anarcat at koumbit.org>
Date:   Fri May 10 19:35:26 2013 -0400

    try out the upstream patch for a build warning
---
 debian/patches/gmodule-nolink.patch | 26 ++++++++++++++++++++++++++
 debian/patches/series               |  1 +
 2 files changed, 27 insertions(+)

diff --git a/debian/patches/gmodule-nolink.patch b/debian/patches/gmodule-nolink.patch
new file mode 100644
index 0000000..ce5a5dd
--- /dev/null
+++ b/debian/patches/gmodule-nolink.patch
@@ -0,0 +1,26 @@
+commit c3f7b4a9a381f9ee7853693dd810aad2db748846
+Author: David Goulet <dgoulet at ev0ke.net>
+Date:   Fri May 10 15:31:47 2013 -0400
+
+    Fix: remove gmodule useless linked library flags
+    
+    Only the CFLAGS are needed for irssi headers to make sense.
+    
+    Ref #31
+    
+    Reported-by: Antoine Beaupré <anarcat at debian.org>
+    Signed-off-by: David Goulet <dgoulet at ev0ke.net>
+
+diff --git a/configure.ac b/configure.ac
+index 249d0a8..ce5c52d 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -36,7 +36,7 @@ AM_PATH_LIBOTR(4.0.0, [], [AC_MSG_ERROR([libotr 4.0.0 or newer is required.])])
+ pkg_modules="gmodule-2.0 >= 2.0.0"
+ PKG_CHECK_MODULES(GMODULE, [$pkg_modules])
+ 
+-LIBS="$LIBS $GMODULE_LIBS"
++LIBS="$LIBS"
+ 
+ PACKAGE_CFLAGS="$GMODULE_CFLAGS -Wall -Werror=format-security"
+ AC_SUBST(PACKAGE_CFLAGS)
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..c026b58
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+gmodule-nolink.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/irssi-plugin-otr.git



More information about the Pkg-privacy-commits mailing list