[Python-modules-commits] r30436 - in packages/django-reversion/trunk/debian (rules)
fladi-guest at users.alioth.debian.org
fladi-guest at users.alioth.debian.org
Mon Sep 1 05:58:26 UTC 2014
Date: Monday, September 1, 2014 @ 05:58:26
Author: fladi-guest
Revision: 30436
Remove PHONY target declarations in d/rules.
Modified:
packages/django-reversion/trunk/debian/rules
Modified: packages/django-reversion/trunk/debian/rules
===================================================================
--- packages/django-reversion/trunk/debian/rules 2014-09-01 05:57:41 UTC (rev 30435)
+++ packages/django-reversion/trunk/debian/rules 2014-09-01 05:58:26 UTC (rev 30436)
@@ -8,7 +8,6 @@
%:
dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
-.PHONY: override_dh_auto_test
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
set -e; \
@@ -17,7 +16,6 @@
done
endif
-.PHONY: override_dh_auto_build
override_dh_auto_build:
set -e; \
for loc in src/reversion/locale/*; do \
@@ -26,11 +24,9 @@
dh_auto_build
PYTHONPATH=. sphinx-build -b html -d docs/.build/.doctrees -N docs docs/.build/html
-.PHONY: override_dh_installchangelogs
override_dh_installchangelogs:
dh_installchangelogs CHANGELOG.rst
-.PHONY: override_dh_clean
override_dh_clean:
dh_clean
rm -rf docs/.build
More information about the Python-modules-commits
mailing list