[med-svn] r15578 - in trunk/packages/igraph/trunk/debian: . patches
Andreas Tille
tille at moszumanska.debian.org
Fri Dec 20 13:52:15 UTC 2013
Author: tille
Date: 2013-12-20 13:52:14 +0000 (Fri, 20 Dec 2013)
New Revision: 15578
Added:
trunk/packages/igraph/trunk/debian/patches/
trunk/packages/igraph/trunk/debian/patches/link_f2c.patch
trunk/packages/igraph/trunk/debian/patches/series
Modified:
trunk/packages/igraph/trunk/debian/changelog
trunk/packages/igraph/trunk/debian/control
Log:
Decide for the more simple patch and upload to fix the bug
Modified: trunk/packages/igraph/trunk/debian/changelog
===================================================================
--- trunk/packages/igraph/trunk/debian/changelog 2013-12-20 13:41:21 UTC (rev 15577)
+++ trunk/packages/igraph/trunk/debian/changelog 2013-12-20 13:52:14 UTC (rev 15578)
@@ -1,3 +1,11 @@
+igraph (0.6.5-4) unstable; urgency=medium
+
+ * cme fix dpkg-control
+ * debian/patches/link_f2c.patch: Make sure libf2c will be properly linked
+ Closes: #702882
+
+ -- Andreas Tille <tille at debian.org> Thu, 19 Dec 2013 11:23:31 +0100
+
igraph (0.6.5-3) unstable; urgency=low
* Team upload.
Modified: trunk/packages/igraph/trunk/debian/control
===================================================================
--- trunk/packages/igraph/trunk/debian/control 2013-12-20 13:41:21 UTC (rev 15577)
+++ trunk/packages/igraph/trunk/debian/control 2013-12-20 13:52:14 UTC (rev 15578)
@@ -1,6 +1,7 @@
Source: igraph
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Mathieu Malaterre <malat at debian.org>
+Uploaders: Mathieu Malaterre <malat at debian.org>,
+ Andreas Tille <tille at debian.org>
Section: libs
Priority: optional
Build-Depends: debhelper (>= 9),
@@ -14,7 +15,7 @@
autotools-dev,
libglpk-dev,
libf2c2-dev
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/igraph/trunk/
Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/igraph/trunk/
Homepage: http://igraph.sourceforge.net/
@@ -43,4 +44,3 @@
analysis of large graphs.
.
This package contains the include files and static library for igraph.
-
Added: trunk/packages/igraph/trunk/debian/patches/link_f2c.patch
===================================================================
--- trunk/packages/igraph/trunk/debian/patches/link_f2c.patch (rev 0)
+++ trunk/packages/igraph/trunk/debian/patches/link_f2c.patch 2013-12-20 13:52:14 UTC (rev 15578)
@@ -0,0 +1,17 @@
+Author: Andreas Tille <tille at debian.org>
+Last-Changed: Thu, 19 Dec 2013 11:23:31 +0100
+Bug-Debian: http://bugs.debian.org/702882
+Description: Make sure libf2c will be properly linked
+
+
+--- a/configure.ac
++++ b/configure.ac
+@@ -217,7 +217,7 @@ if test "$internal_f2c" = "no"; then
+ AC_CHECK_LIB([f2c], [F77_ALLOC_], [],
+ AC_CHECK_LIB([f2c], [F77_ALLOC], [],
+ [AC_MSG_RESULT(not found, trying to use -lf2c anyway.)]))))
+- LDFLAGS="${LDFLAGS}"
++ LDFLAGS="${LDFLAGS} -lf2c"
+ else
+ AC_DEFINE([INTERNAL_F2C], [1], [Define to 1 if you use the internal F2C library])
+ fi
Added: trunk/packages/igraph/trunk/debian/patches/series
===================================================================
--- trunk/packages/igraph/trunk/debian/patches/series (rev 0)
+++ trunk/packages/igraph/trunk/debian/patches/series 2013-12-20 13:52:14 UTC (rev 15578)
@@ -0,0 +1 @@
+link_f2c.patch
More information about the debian-med-commit
mailing list