[Python-modules-commits] r30227 - in packages/python-igraph/trunk/debian (3 files)
takaki at users.alioth.debian.org
takaki at users.alioth.debian.org
Fri Aug 22 12:58:09 UTC 2014
Date: Friday, August 22, 2014 @ 12:58:08
Author: takaki
Revision: 30227
python3 support
Modified:
packages/python-igraph/trunk/debian/changelog
packages/python-igraph/trunk/debian/control
packages/python-igraph/trunk/debian/rules
Modified: packages/python-igraph/trunk/debian/changelog
===================================================================
--- packages/python-igraph/trunk/debian/changelog 2014-08-22 12:24:59 UTC (rev 30226)
+++ packages/python-igraph/trunk/debian/changelog 2014-08-22 12:58:08 UTC (rev 30227)
@@ -1,6 +1,8 @@
python-igraph (0.7-1) UNRELEASED; urgency=medium
* New upstream release
+ * Bump Standards-Version to 3.9.5.
+ * Add python3 support.
-- TANIGUCHI Takaki <takaki at debian.org> Mon, 23 Jun 2014 23:27:56 +0900
Modified: packages/python-igraph/trunk/debian/control
===================================================================
--- packages/python-igraph/trunk/debian/control 2014-08-22 12:24:59 UTC (rev 30226)
+++ packages/python-igraph/trunk/debian/control 2014-08-22 12:58:08 UTC (rev 30227)
@@ -6,8 +6,10 @@
Build-Depends: debhelper (>= 8.0.0),
python-all-dev,
python-setuptools,
+ python3-all-dev,
+ python3-setuptools,
libigraph-dev
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
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/
@@ -23,3 +25,15 @@
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.
+
+Package: python3-igraph
+Architecture: any
+Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Provides: ${python3: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.
Modified: packages/python-igraph/trunk/debian/rules
===================================================================
--- packages/python-igraph/trunk/debian/rules 2014-08-22 12:24:59 UTC (rev 30226)
+++ packages/python-igraph/trunk/debian/rules 2014-08-22 12:58:08 UTC (rev 30227)
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
%:
- dh $@ --with python2
+ dh $@ --with python2,python3 --buildsystem=pybuild
override_dh_auto_install:
dh_auto_install
More information about the Python-modules-commits
mailing list