[Python-modules-commits] [python-django-crispy-forms] 06/09: Switch buildsystem to pybuild.

Michael Fladischer fladi at moszumanska.debian.org
Wed Oct 14 11:05:04 UTC 2015


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

fladi pushed a commit to branch master
in repository python-django-crispy-forms.

commit eaa41ffcdb5b10a6b44abc62bc6ed19f790bdacd
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date:   Wed Oct 14 12:26:58 2015 +0200

    Switch buildsystem to pybuild.
---
 debian/control | 3 ++-
 debian/rules   | 5 ++++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 7ea8ebc..c53f1eb 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,8 @@ Section: python
 Priority: optional
 Build-Depends: debhelper (>= 9),
                python
-Build-Depends-Indep: python-django,
+Build-Depends-Indep: dh-python,
+                     python-django,
                      python-setuptools,
                      python-sphinx | python3-sphinx
 Standards-Version: 3.9.6
diff --git a/debian/rules b/debian/rules
index 09f6f1a..d5670cc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,6 +4,9 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+export PYBUILD_NAME=django-crispy-forms
+export PYBUILD_DISABLE=test
+
 override_dh_auto_clean:
 	rm -rf docs/_build *.egg-info/
 	dh_auto_clean
@@ -16,4 +19,4 @@ override_dh_install_changelogs:
 	dh_install_changelogs -i CHANGELOG.md
 
 %:
-	dh $@ --with=python2,sphinxdoc --buildsystem=python_distutils
+	dh $@ --with=python2,sphinxdoc --buildsystem=pybuild

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



More information about the Python-modules-commits mailing list