[Python-modules-commits] r30402 - in packages/django-polymorphic/trunk/debian (rules)
fladi-guest at users.alioth.debian.org
fladi-guest at users.alioth.debian.org
Sun Aug 31 21:02:44 UTC 2014
Date: Sunday, August 31, 2014 @ 21:02:43
Author: fladi-guest
Revision: 30402
Switch buildsystem to pybuild.
Modified:
packages/django-polymorphic/trunk/debian/rules
Modified: packages/django-polymorphic/trunk/debian/rules
===================================================================
--- packages/django-polymorphic/trunk/debian/rules 2014-08-31 21:01:50 UTC (rev 30401)
+++ packages/django-polymorphic/trunk/debian/rules 2014-08-31 21:02:43 UTC (rev 30402)
@@ -1,11 +1,16 @@
#!/usr/bin/make -f
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+export PYBUILD_NAME=django-polymorphic
+
%:
- dh $@ --with python2,sphinxdoc
+ dh $@ --with python2,sphinxdoc --buildsystem=pybuild
override_dh_auto_build:
+ dh_auto_build
PYTHONPATH=. sphinx-build -b html -d docs/_build/.doctrees -N docs docs/_build/html
- dh_auto_build
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
More information about the Python-modules-commits
mailing list