[Python-modules-commits] [django-bitfield] 13/18: Use pybuild to build both Python2 and Python3 packages.
Michael Fladischer
fladi at moszumanska.debian.org
Mon Jan 11 11:55:10 UTC 2016
This is an automated email from the git hooks/post-receive script.
fladi pushed a commit to branch master
in repository django-bitfield.
commit bad1da8148860d9f7cd757c4f02f078b264a77fe
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date: Fri Jun 26 10:59:13 2015 +0200
Use pybuild to build both Python2 and Python3 packages.
---
debian/rules | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index bcebae9..60d02cf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,8 @@
#!/usr/bin/make -f
+export PYBUILD_NAME=django-bitfield
+
%:
- dh $@ --with python2 --buildsystem=python_distutils
+ dh $@ --with python2,python3 --buildsystem=pybuild
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/django-bitfield.git
More information about the Python-modules-commits
mailing list