[Python-modules-commits] r30411 - in packages/django-reversion/trunk/debian (rules)

fladi-guest at users.alioth.debian.org fladi-guest at users.alioth.debian.org
Sun Aug 31 21:35:56 UTC 2014


    Date: Sunday, August 31, 2014 @ 21:35:55
  Author: fladi-guest
Revision: 30411

Switch buildsystem to pybuild.

Modified:
  packages/django-reversion/trunk/debian/rules

Modified: packages/django-reversion/trunk/debian/rules
===================================================================
--- packages/django-reversion/trunk/debian/rules	2014-08-31 21:33:45 UTC (rev 30410)
+++ packages/django-reversion/trunk/debian/rules	2014-08-31 21:35:55 UTC (rev 30411)
@@ -1,6 +1,12 @@
 #!/usr/bin/make -f
+#
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+export PYBUILD_NAME=django-reversion
+
 %:
-	dh $@ --with python2,sphinxdoc
+	dh $@ --with python2,sphinxdoc --buildsystem=pybuild
 
 .PHONY: override_dh_auto_test
 override_dh_auto_test:




More information about the Python-modules-commits mailing list