[Python-modules-commits] r20824 - in packages/python-igraph/trunk (11 files)

takaki at users.alioth.debian.org takaki at users.alioth.debian.org
Sat Mar 17 09:21:37 UTC 2012


    Date: Saturday, March 17, 2012 @ 09:21:34
  Author: takaki
Revision: 20824

[svn-inject] Applying Debian modifications (0.5.4-1) to trunk

Added:
  packages/python-igraph/trunk/debian/
  packages/python-igraph/trunk/debian/changelog
  packages/python-igraph/trunk/debian/compat
  packages/python-igraph/trunk/debian/control
  packages/python-igraph/trunk/debian/copyright
  packages/python-igraph/trunk/debian/docs
  packages/python-igraph/trunk/debian/rules
  packages/python-igraph/trunk/debian/source/
  packages/python-igraph/trunk/debian/source/format
  packages/python-igraph/trunk/debian/source/options
  packages/python-igraph/trunk/debian/watch


Property changes on: packages/python-igraph/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/python-igraph/trunk/debian/changelog
===================================================================
--- packages/python-igraph/trunk/debian/changelog	                        (rev 0)
+++ packages/python-igraph/trunk/debian/changelog	2012-03-17 09:21:34 UTC (rev 20824)
@@ -0,0 +1,5 @@
+python-igraph (0.5.4-1) unstable; urgency=low
+
+  * Initial release (Closes: #574825)
+
+ -- TANIGUCHI Takaki <takaki at debian.org>  Sat, 17 Mar 2012 17:23:55 +0900

Added: packages/python-igraph/trunk/debian/compat
===================================================================
--- packages/python-igraph/trunk/debian/compat	                        (rev 0)
+++ packages/python-igraph/trunk/debian/compat	2012-03-17 09:21:34 UTC (rev 20824)
@@ -0,0 +1 @@
+8

Added: packages/python-igraph/trunk/debian/control
===================================================================
--- packages/python-igraph/trunk/debian/control	                        (rev 0)
+++ packages/python-igraph/trunk/debian/control	2012-03-17 09:21:34 UTC (rev 20824)
@@ -0,0 +1,24 @@
+Source: python-igraph
+Section: python
+Priority: extra
+Maintainer: TANIGUCHI Takaki <takaki at debian.org>
+Build-Depends: debhelper (>= 8.0.0),
+	python-all-dev,
+	python-setuptools,
+	libigraph-dev
+Standards-Version: 3.9.3
+Homepage: http://igraph.sourceforge.net/
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-igraph/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/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.

Added: packages/python-igraph/trunk/debian/copyright
===================================================================
--- packages/python-igraph/trunk/debian/copyright	                        (rev 0)
+++ packages/python-igraph/trunk/debian/copyright	2012-03-17 09:21:34 UTC (rev 20824)
@@ -0,0 +1,31 @@
+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 <csardi at rmki.kfki.hu>,
+	          Tamas Nepusz <tamas at cs.rhul.ac.uk>
+License: GPL-2.0+
+
+Files: debian/*
+Copyright: 2012 TANIGUCHI Takaki <takaki at debian.org>
+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 <http://www.gnu.org/licenses/>
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
+

Added: packages/python-igraph/trunk/debian/docs
===================================================================
Added: packages/python-igraph/trunk/debian/rules
===================================================================
--- packages/python-igraph/trunk/debian/rules	                        (rev 0)
+++ packages/python-igraph/trunk/debian/rules	2012-03-17 09:21:34 UTC (rev 20824)
@@ -0,0 +1,3 @@
+#!/usr/bin/make -f
+%:
+	dh $@  --with python2


Property changes on: packages/python-igraph/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/python-igraph/trunk/debian/source/format
===================================================================
--- packages/python-igraph/trunk/debian/source/format	                        (rev 0)
+++ packages/python-igraph/trunk/debian/source/format	2012-03-17 09:21:34 UTC (rev 20824)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/python-igraph/trunk/debian/source/options
===================================================================
--- packages/python-igraph/trunk/debian/source/options	                        (rev 0)
+++ packages/python-igraph/trunk/debian/source/options	2012-03-17 09:21:34 UTC (rev 20824)
@@ -0,0 +1 @@
+extend-diff-ignore = "^[^/]*[.]egg-info/"

Added: packages/python-igraph/trunk/debian/watch
===================================================================
--- packages/python-igraph/trunk/debian/watch	                        (rev 0)
+++ packages/python-igraph/trunk/debian/watch	2012-03-17 09:21:34 UTC (rev 20824)
@@ -0,0 +1,3 @@
+version=3
+http://pypi.python.org/packages/source/p/python-igraph/python-igraph-(.*)\.tar\.gz
+




More information about the Python-modules-commits mailing list