debian/0000755000000000000000000000000012260472544007174 5ustar debian/source/0000755000000000000000000000000012214301107010455 5ustar debian/source/format0000644000000000000000000000001412214301107011663 0ustar 3.0 (quilt) debian/libigraph0-dev.install0000644000000000000000000000010712214301107013340 0ustar usr/lib/*/libigraph.so usr/include/igraph/*.h usr/lib/*/pkgconfig/*.pc debian/libigraph-dev.info0000644000000000000000000000002512214301107012544 0ustar doc/igraph-docs.info debian/libigraph.manpages0000644000000000000000000000001512214301107012627 0ustar doc/igraph.3 debian/libigraph0.install0000644000000000000000000000003112214301107012560 0ustar usr/lib/*/libigraph.so.* debian/copyright0000644000000000000000000000103412214301107011106 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: igraph Source: http://igraph.sf.net Files: * Copyright: Copyright © 2005-2008 Gabor Csardi, Tamas Nepusz License: GPL-2+ The Debian packaging is licensed under the GPL-2 or any later version, see `/usr/share/common-licenses/GPL-2' Files: debian/* Copyright: Copyright 2009-2012, Mathieu Malaterre License: GPL-2+ The Debian packaging is licensed under the GPL-2 or any later version, see `/usr/share/common-licenses/GPL-2' debian/rules0000755000000000000000000000067112260472273010257 0ustar #!/usr/bin/make -f #export DH_VERBOSE=1 %: dh $@ --parallel --with autoreconf # --enable-debug # disable TLS to fix warning with TLS and arpack CONF_FLAGS=\ --enable-gmp \ --disable-tls \ --with-external-arpack \ --with-external-blas \ --with-external-lapack \ --with-external-f2c \ --with-external-glpk override_dh_auto_configure: dh_auto_configure -- $(CONF_FLAGS) get-orig-source: uscan --verbose --force-download --rename debian/patches/0000755000000000000000000000000012254544573010630 5ustar debian/patches/link_f2c.patch0000644000000000000000000000112112254544573013333 0ustar Author: Andreas Tille 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 debian/patches/series0000644000000000000000000000001712254544344012037 0ustar link_f2c.patch debian/watch0000644000000000000000000000007112214301107010204 0ustar version=3 http://sf.net/igraph/igraph-([\d\.]+)\.tar\.gz debian/libigraph-dev.examples0000644000000000000000000000002212214301107013424 0ustar examples/simple/ debian/changelog0000644000000000000000000000334112260472166011047 0ustar igraph (0.6.5-5) unstable; urgency=medium * use dh-autoreconf instead of autotools-dev (thanks to Logan Rosen for the patch) Closes: #733712 -- Andreas Tille Tue, 31 Dec 2013 08:37:18 +0100 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 Thu, 19 Dec 2013 11:23:31 +0100 igraph (0.6.5-3) unstable; urgency=low * Team upload. * Rebuild against latest gmp * debian/control: - cme fix dpkg-control - Canonical Vcs-Svn -- Andreas Tille Tue, 16 Jul 2013 09:12:52 +0200 igraph (0.6.5-2) unstable; urgency=low * Upload to sid -- Mathieu Malaterre Mon, 27 May 2013 14:01:54 +0200 igraph (0.6.5-1) experimental; urgency=low * New upstream * Bump Std-Vers to 3.9.4. No changes needed -- Mathieu Malaterre Tue, 12 Mar 2013 14:34:23 +0100 igraph (0.5.4-2) unstable; urgency=low * Use my @d.o alias * Remove DMUA flag * Bump Std-Vers to 3.9.3, no changes needed * Switch to dpkg-source 3.0 (quilt) format * Use dh(9), get hardening for free -- Mathieu Malaterre Wed, 11 Apr 2012 13:09:46 +0200 igraph (0.5.4-1) unstable; urgency=low * New upstream. * control: Change depends libgmp3-dev --> libgmp-dev. Update Standards-Version to 3.9.1. * rules: empty out dependency_libs. -- Steve M. Robbins Wed, 16 Mar 2011 23:42:10 -0500 igraph (0.5.3-1) unstable; urgency=low * Initial upload to Debian. Closes: #546752. -- Mathieu Malaterre Mon, 16 Nov 2009 18:12:42 +0100 debian/compat0000644000000000000000000000000212214301107010353 0ustar 9 debian/control0000644000000000000000000000310712260472223010572 0ustar Source: igraph Maintainer: Debian Med Packaging Team Uploaders: Mathieu Malaterre , Andreas Tille Section: libs Priority: optional Build-Depends: debhelper (>= 9), libtool, libxml2-dev, libgmp-dev, libarpack2-dev, libblas-dev, liblapack-dev, automake, dh-autoreconf, libglpk-dev, libf2c2-dev 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/ Package: libigraph0 Architecture: any 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. It is intended to be as powerful (ie. fast) as possible to enable the analysis of large graphs. . This is the runtime library package. Package: libigraph0-dev Architecture: any Section: libdevel 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. It is intended to be as powerful (ie. fast) as possible to enable the analysis of large graphs. . This package contains the include files and static library for igraph.