This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository igraph.
commit de458ce028a956e7c983b5aa2088f01c144992eb Author: Andreas Tille <[email protected]> Date: Fri Dec 20 13:52:14 2013 +0000 Decide for the more simple patch and upload to fix the bug --- debian/changelog | 8 ++++++++ debian/control | 6 +++--- debian/patches/link_f2c.patch | 17 +++++++++++++++++ debian/patches/series | 1 + 4 files changed, 29 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index eccebac..ea73101 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 <[email protected]> Thu, 19 Dec 2013 11:23:31 +0100 + igraph (0.6.5-3) unstable; urgency=low * Team upload. diff --git a/debian/control b/debian/control index 2069280..189177f 100644 --- a/debian/control +++ b/debian/control @@ -1,6 +1,7 @@ Source: igraph Maintainer: Debian Med Packaging Team <[email protected]> -Uploaders: Mathieu Malaterre <[email protected]> +Uploaders: Mathieu Malaterre <[email protected]>, + Andreas Tille <[email protected]> Section: libs Priority: optional Build-Depends: debhelper (>= 9), @@ -14,7 +15,7 @@ Build-Depends: debhelper (>= 9), 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 @@ Description: library for creating and manipulating graphs - development files analysis of large graphs. . This package contains the include files and static library for igraph. - diff --git a/debian/patches/link_f2c.patch b/debian/patches/link_f2c.patch new file mode 100644 index 0000000..a1f5e6c --- /dev/null +++ b/debian/patches/link_f2c.patch @@ -0,0 +1,17 @@ +Author: Andreas Tille <[email protected]> +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 diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..286f2cb --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +link_f2c.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/igraph.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
