debian/0000775000000000000000000000000012153766400007174 5ustar debian/copyright.in0000664000000000000000000000220312013211505011513 0ustar This package was debianized by Tamas Nepusz on Tue, 10 Oct 2005 23:13:01 +0100. It was downloaded from http://pypi.python.org/packages/source/p/python-igraph/python-igraph-@VERSION@.tar.gz Upstream Authors: Gabor Csardi, Tamas Nepusz Copyright: Copyright (C) 2005-2009 Gabor Csardi, Tamas Nepusz License: This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License with the Debian GNU/Linux distribution in file /usr/share/common-licenses/GPL; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA On Debian systems, the complete text of the GNU General Public License, version 2, can be found in /usr/share/common-licenses/GPL-2. debian/changelog.in0000664000000000000000000000016412013211505011436 0ustar python-igraph (@VERSION@) unstable; urgency=low * Initial Release. -- Tamas Nepusz @DATE@ debian/control.in0000664000000000000000000000236112115455427011210 0ustar Source: python-igraph Section: python Priority: optional Maintainer: Tamas Nepusz Build-Depends: debhelper (>= 7), python-all-dev (>= 2.3.5-11), libxml2-dev, libigraph0-dev (>= @VERSION@), python-epydoc, python-central Standards-Version: 3.9.3 XS-Python-Version: >= 2.4 Homepage: http://igraph.sourceforge.net Package: python-igraph Architecture: any Depends: ${python:Depends}, ${misc:Depends}, libigraph0 (>= @VERSION@) Suggests: python-igraph-doc, python-cairo Provides: ${python:Provides} XB-Python-Version: ${python:Versions} Description: Python interface for the igraph library 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 Python interface of igraph. Package: python-igraph-doc Architecture: all Section: doc Suggests: python-igraph, python-doc Depends: ${misc:Depends} Description: Documentation of the Python interface of the igraph library 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 API documentation of the Python interface of the igraph library. debian/prepare0000775000000000000000000000060012013211505010536 0ustar #!/bin/sh DATE=`date -R` VER=`sed -n -e "s/^[ \t]*version *= *'\\(.*\\)', *$/\1/p" setup.py` if [ x$1 = xbzr -o x$1 = x--bzr ]; then VER="${VER}~bzr"`date +%Y%m%d` fi for i in copyright.in changelog.in control.in; do cat debian/$i | sed -e "s/@VERSION@/$VER/g" | sed -e "s/@DATE@/$DATE/g" >debian/`basename $i .in` done echo "Prepared Debian package files for version $VER." debian/source/0000775000000000000000000000000012153766400010474 5ustar debian/source/format0000664000000000000000000000001411731053650011677 0ustar 3.0 (quilt) debian/source/options0000664000000000000000000000005211731053650012104 0ustar extend-diff-ignore = "^[^/]*[.]egg-info/" debian/control0000664000000000000000000000177112153766024010607 0ustar Source: python-igraph Section: python Priority: extra Maintainer: Debian Python Modules Team Uploaders: TANIGUCHI Takaki Build-Depends: debhelper (>= 8.0.0), python-all-dev, python-setuptools, libigraph-dev Standards-Version: 3.9.4 Homepage: http://igraph.sourceforge.net/ Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-igraph/trunk/ Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-igraph/trunk/ Package: python-igraph Architecture: any Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends} Provides: ${python:Provides} Description: High performance graph data structures and algorithms Python interface to the igraph high performance graph library, primarily aimed at complex network research and analysis. . Graph plotting functionality is provided by the Cairo library, so make sure you install the Python bindings of Cairo if you want to generate publication-quality graph plots. debian/copyright0000664000000000000000000000220411731245105011120 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: python-igraph Source: http://pypi.python.org/pypi/python-igraph Files: * Copyright: 2006-2009 Gabor Csardi , Tamas Nepusz License: GPL-2.0+ Files: debian/* Copyright: 2012 TANIGUCHI Takaki License: GPL-2.0+ License: GPL-2.0+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". debian/changelog0000664000000000000000000000121512153766243011052 0ustar python-igraph (0.6.5-1) unstable; urgency=low [ Jakub Wilk ] * Use canonical URIs for Vcs-* fields. [ TANIGUCHI Takaki ] * New upstream release * Bump Standards-Version to 3.9.4. -- TANIGUCHI Takaki Thu, 06 Jun 2013 10:57:53 +0900 python-igraph (0.5.4-2) unstable; urgency=low * Stop installing /usr/bin/igrpah. (Closes: #664443) * debian/control: Change Maintainer to DPMT. -- TANIGUCHI Takaki Sun, 18 Mar 2012 11:38:57 +0900 python-igraph (0.5.4-1) unstable; urgency=low * Initial release (Closes: #574825) -- TANIGUCHI Takaki Sat, 17 Mar 2012 17:23:55 +0900 debian/watch0000664000000000000000000000013611731053650010222 0ustar version=3 http://pypi.python.org/packages/source/p/python-igraph/python-igraph-(.*)\.tar\.gz debian/rules0000775000000000000000000000021611731244375010256 0ustar #!/usr/bin/make -f %: dh $@ --with python2 override_dh_auto_install: dh_auto_install rm -f $(CURDIR)/debian/python-igraph/usr/bin/igraph debian/compat0000664000000000000000000000000211731053650010367 0ustar 8