r24395 - in /packages/unstable/memphis/debian: changelog patches/ patches/fix_configure.patch patches/series

bigon at users.alioth.debian.org bigon at users.alioth.debian.org
Tue May 25 21:14:31 UTC 2010


Author: bigon
Date: Tue May 25 21:14:16 2010
New Revision: 24395

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=24395
Log:
debian/patches/fix_configure.patch: Fix bashism in configure

Added:
    packages/unstable/memphis/debian/patches/
    packages/unstable/memphis/debian/patches/fix_configure.patch
    packages/unstable/memphis/debian/patches/series
Modified:
    packages/unstable/memphis/debian/changelog

Modified: packages/unstable/memphis/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/memphis/debian/changelog?rev=24395&op=diff
==============================================================================
--- packages/unstable/memphis/debian/changelog [utf-8] (original)
+++ packages/unstable/memphis/debian/changelog [utf-8] Tue May 25 21:14:16 2010
@@ -2,8 +2,9 @@
 
   * New upstream release
     - Update .symbols file
+  * debian/patches/fix_configure.patch: Fix bashism in configure
 
- -- Laurent Bigonville <bigon at debian.org>  Tue, 25 May 2010 22:28:31 +0200
+ -- Laurent Bigonville <bigon at debian.org>  Tue, 25 May 2010 22:49:27 +0200
 
 memphis (0.2.1-2) unstable; urgency=low
 

Added: packages/unstable/memphis/debian/patches/fix_configure.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/memphis/debian/patches/fix_configure.patch?rev=24395&op=file
==============================================================================
--- packages/unstable/memphis/debian/patches/fix_configure.patch (added)
+++ packages/unstable/memphis/debian/patches/fix_configure.patch [utf-8] Tue May 25 21:14:16 2010
@@ -1,0 +1,40 @@
+--- a/configure.ac
++++ b/configure.ac
+@@ -27,7 +27,7 @@
+ AM_PROG_CC_C_O
+ AM_PROG_LIBTOOL
+ 
+-CPPFLAGS+="-Wall -Werror"
++CPPFLAGS="${CPPFLAGS} -Wall -Werror"
+ 
+ # API_VERSION is used to generate pc file only
+ API_VERSION=api_version
+@@ -50,7 +50,7 @@
+ )
+ 
+ # link against libmath
+-DEPS_LIBS+="-lm"
++DEPS_LIBS="${DEPS_LIBS} -lm"
+ 
+ # check for expat
+ AC_CHECK_LIB([expat], [XML_ParserCreate], [DEPS_LIBS="$DEPS_LIBS -lexpat"],
+--- a/configure
++++ b/configure
+@@ -10685,7 +10685,7 @@
+ 
+ 
+ 
+-CPPFLAGS+="-Wall -Werror"
++CPPFLAGS="${CPPFLAGS} -Wall -Werror"
+ 
+ # API_VERSION is used to generate pc file only
+ API_VERSION=0.2
+@@ -10944,7 +10944,7 @@
+ fi
+ 
+ # link against libmath
+-DEPS_LIBS+="-lm"
++DEPS_LIBS="${DEPS_LIBS} -lm"
+ 
+ # check for expat
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XML_ParserCreate in -lexpat" >&5

Added: packages/unstable/memphis/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/memphis/debian/patches/series?rev=24395&op=file
==============================================================================
--- packages/unstable/memphis/debian/patches/series (added)
+++ packages/unstable/memphis/debian/patches/series [utf-8] Tue May 25 21:14:16 2010
@@ -1,0 +1,1 @@
+fix_configure.patch




More information about the pkg-gnome-commits mailing list