[med-svn] [SCM] emboss branch, master, updated. debian/6.4.0-2-5-g8a5e854

Andreas Tille tille at debian.org
Fri Aug 10 06:09:08 UTC 2012


The following commit has been merged in the master branch:
commit 8a5e8540c9c2e21d6767b3840d7227811bab9644
Author: Andreas Tille <tille at debian.org>
Date:   Thu Aug 9 22:57:03 2012 +0200

    Fix patch

diff --git a/debian/patches/emboss_psql_fix_typo.patch b/debian/patches/emboss_psql_fix_typo.patch
index fd9138d..6c86fa6 100644
--- a/debian/patches/emboss_psql_fix_typo.patch
+++ b/debian/patches/emboss_psql_fix_typo.patch
@@ -3,14 +3,14 @@ Author: Felix Geyer <fgeyer at debian.org>
 Date: Sun, 29 Jul 2012 17:51:04 UTC
 Bugs-Debian: http://bugs.debian.org/683190
 
---- emboss-6.4.0.orig/m4/postgresql.m4
-+++ emboss-6.4.0/m4/postgresql.m4
-@@ -98,7 +98,7 @@
+--- a/m4/postgresql.m4
++++ b/m4/postgresql.m4
+@@ -98,7 +98,7 @@ dnl not be installed
              EMBCPPFLAGS=$CPPFLAGS
- 	    EMBLDFLAGS=$LDFLAGS
+ 	    EMBLIBS=$LIBS
              
 -            CPPFLAGS="$POSTGRESSQL_CPPFLAGS $EMBCPPFLAGS"
 +            CPPFLAGS="$POSTGRESQL_CPPFLAGS $EMBCPPFLAGS"
- 	    LDFLAGS="$POSTGRESQL_LDFLAGS $EMBLDFLAGS"
+ 	    LIBS="$POSTGRESQL_LDFLAGS $EMBLIBS"
  
              AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include <stdio.h>

-- 
The European Molecular Biology Open Software Suite.



More information about the debian-med-commit mailing list