[Python-modules-commits] r28181 - in packages/django-haystack/trunk/debian (rules)

fladi-guest at users.alioth.debian.org fladi-guest at users.alioth.debian.org
Fri Mar 14 09:41:54 UTC 2014


    Date: Friday, March 14, 2014 @ 09:41:49
  Author: fladi-guest
Revision: 28181

Remove PHONY from makefile targets.

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

Modified: packages/django-haystack/trunk/debian/rules
===================================================================
--- packages/django-haystack/trunk/debian/rules	2014-03-14 08:01:00 UTC (rev 28180)
+++ packages/django-haystack/trunk/debian/rules	2014-03-14 09:41:49 UTC (rev 28181)
@@ -3,12 +3,10 @@
 %:
 	dh $@ --with python2,sphinxdoc
 
-.PHONY: override_dh_auto_build
 override_dh_auto_build:
 	PYTHONPATH=. sphinx-build -b html -d docs/_build/.doctrees -N docs docs/_build/html
 	dh_auto_build
 
-.PHONY: override_dh_auto_test
 override_dh_auto_test:
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 	set -e; \
@@ -21,7 +19,6 @@
 	done
 endif
 
-.PHONY: override_dh_clean
 override_dh_clean:
 	rm -rf docs/_build
 	dh_clean




More information about the Python-modules-commits mailing list