[Python-modules-commits] [python-smmap] 03/05: Support Python-3
Takaki Taniguchi
takaki at moszumanska.debian.org
Wed Nov 25 13:42:37 UTC 2015
This is an automated email from the git hooks/post-receive script.
takaki pushed a commit to branch master
in repository python-smmap.
commit 1145d183557892781a2f35d7268d3127232d9d2e
Author: TANIGUCHI Takaki <takaki at asis.media-as.org>
Date: Wed Nov 25 22:36:49 2015 +0900
Support Python-3
---
debian/rules | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/debian/rules b/debian/rules
index 6ab79a7..f614bd8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,9 @@
#!/usr/bin/make -f
+export PYBUILD_NAME=smmap
+
%:
- dh $@ --with python2
+ dh $@ --with python2,python3 --buildsystem=pybuild
-override_dh_auto_test:
- nosetests -s -v smmap
+#override_dh_auto_test:
+# nosetests -s -v smmap
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-smmap.git
More information about the Python-modules-commits
mailing list