[pyplusplus] 03/08: Added python3 rules
Leopold Palomo-Avellaneda
leo at alaxarxa.net
Sat Oct 29 22:34:53 UTC 2016
This is an automated email from the git hooks/post-receive script.
lepalom-guest pushed a commit to branch master
in repository pyplusplus.
commit 12d27f114509f97ece9dd8e372a47c1348a4f84f
Author: Leopold Palomo-Avellaneda <leo at alaxarxa.net>
Date: Sat Oct 29 19:33:24 2016 +0200
Added python3 rules
---
debian/rules | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 37648ce..2433155 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,8 @@
#!/usr/bin/make -f
+export PYBUILD_NAME = py++
%:
- dh $@ --with python2
+ dh $@ --with python2,python3 --buildsystem=pybuild
override_dh_clean:
rm -rf pyplusplus.egg-info
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pyplusplus.git
More information about the debian-science-commits
mailing list