[Python-modules-commits] [python-igraph] 06/08: debian/rules: support python3

Takaki Taniguchi takaki at moszumanska.debian.org
Wed Nov 25 04:54:47 UTC 2015


This is an automated email from the git hooks/post-receive script.

takaki pushed a commit to branch master
in repository python-igraph.

commit 4ffc08db139aa94276ac1dd5e344847e76fc8147
Author: TANIGUCHI Takaki <takaki at asis.media-as.org>
Date:   Wed Nov 25 13:01:09 2015 +0900

    debian/rules: support python3
---
 debian/changelog | 3 ++-
 debian/rules     | 3 +++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 539c5ba..2cdc0a4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 python-igraph (0.7.1.post6-1) UNRELEASED; urgency=medium
 
-  * New upstream release
+  * New upstream release. (Closes: #758211)
+    +  Fix FTBFS. (Closes: #759858, #797829)
   * Bump Standards-Version to 3.9.6.
   * Support Python 3. (Closes: #742134)
 
diff --git a/debian/rules b/debian/rules
index 6bc35b4..629ba5b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,7 @@
 #!/usr/bin/make -f
+
+export PYBUILD_NAME=igraph
+
 %:
 	dh $@  --with python2,python3 --buildsystem=pybuild
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-igraph.git



More information about the Python-modules-commits mailing list