This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository igraph.
commit e78f8937a6886c0477e2679ae90023de107790c3 Author: Andreas Tille <[email protected]> Date: Tue Jul 16 07:12:22 2013 +0000 Team upload to rebuild against latest gmp; cme fix dpkg-control --- debian/changelog | 8 ++++++++ debian/control | 24 ++++++++++++++++++------ 2 files changed, 26 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5d40c53..4cc1e54 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +igraph (0.6.5-3) UNRELEASED; urgency=low + + * Team upload. + * Rebuild against latest gmp + * debian/control: cme fix dpkg-control + + -- Andreas Tille <[email protected]> Tue, 16 Jul 2013 09:12:52 +0200 + igraph (0.6.5-2) unstable; urgency=low * Upload to sid diff --git a/debian/control b/debian/control index 4917f27..0279a23 100644 --- a/debian/control +++ b/debian/control @@ -1,10 +1,19 @@ Source: igraph +Maintainer: Debian Med Packaging Team <[email protected]> +Uploaders: Mathieu Malaterre <[email protected]> Section: libs Priority: optional -Maintainer: Debian Med Packaging Team <[email protected]> -Uploaders: Mathieu Malaterre <[email protected]>, -Build-Depends: debhelper (>= 9), libtool, libxml2-dev, libgmp-dev, libarpack2-dev, - libblas-dev, liblapack-dev, automake, autotools-dev, libglpk-dev, libf2c2-dev +Build-Depends: debhelper (>= 9), + libtool, + libxml2-dev, + libgmp-dev, + libarpack2-dev, + libblas-dev, + liblapack-dev, + automake, + autotools-dev, + libglpk-dev, + libf2c2-dev Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/igraph/trunk/ Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/igraph/trunk/ @@ -12,7 +21,8 @@ Homepage: http://igraph.sourceforge.net/ Package: libigraph0 Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: ${shlibs:Depends}, + ${misc:Depends} Pre-Depends: ${misc:Pre-Depends} Description: library for creating and manipulating graphs igraph is a library for creating and manipulating graphs. @@ -24,7 +34,8 @@ Description: library for creating and manipulating graphs Package: libigraph0-dev Architecture: any Section: libdevel -Depends: libigraph0 (= ${binary:Version}), ${misc:Depends} +Depends: libigraph0 (= ${binary:Version}), + ${misc:Depends} Provides: libigraph-dev Description: library for creating and manipulating graphs - development files igraph is a library for creating and manipulating graphs. @@ -32,3 +43,4 @@ Description: library for creating and manipulating graphs - development files analysis of large graphs. . This package contains the include files and static library for igraph. + -- 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
