[Python-modules-commits] r28502 - in packages/billiard/trunk/debian (changelog rules)

fladi-guest at users.alioth.debian.org fladi-guest at users.alioth.debian.org
Thu Apr 10 10:37:34 UTC 2014


    Date: Thursday, April 10, 2014 @ 10:37:33
  Author: fladi-guest
Revision: 28502

Remove .PHONY declarations from debian/rules.

Modified:
  packages/billiard/trunk/debian/changelog
  packages/billiard/trunk/debian/rules

Modified: packages/billiard/trunk/debian/changelog
===================================================================
--- packages/billiard/trunk/debian/changelog	2014-04-10 00:46:10 UTC (rev 28501)
+++ packages/billiard/trunk/debian/changelog	2014-04-10 10:37:33 UTC (rev 28502)
@@ -9,6 +9,7 @@
     + Add signature URL to debian/watch.
     + Include upstream public PGP key 030A2708.
     + Allow debian/upstream-signing-key.pgp to be included as a binary.
+  * Remove .PHONY declarations from debian/rules.
 
  -- Michael Fladischer <FladischerMichael at fladi.at>  Wed, 09 Apr 2014 09:52:00 +0200
 

Modified: packages/billiard/trunk/debian/rules
===================================================================
--- packages/billiard/trunk/debian/rules	2014-04-10 00:46:10 UTC (rev 28501)
+++ packages/billiard/trunk/debian/rules	2014-04-10 10:37:33 UTC (rev 28502)
@@ -9,7 +9,6 @@
 %:
 	dh $@ --with python2,python3,sphinxdoc --buildsystem=python_distutils
 
-.PHONY: override_dh_auto_build
 override_dh_auto_build:
 	set -e; \
 	for py in $(PYVERS) $(PY3VERS); do \
@@ -17,7 +16,6 @@
 	done
 	PYTHONPATH=. sphinx-build -b html -N Doc/ Doc/.build/html
 
-.PHONY: override_dh_auto_clean
 override_dh_auto_clean:
 	set -e; \
 	for py in $(PYVERS) $(PY3VERS); do \
@@ -27,7 +25,6 @@
 	find -name __pycache__ | xargs rm -rf
 	find -name "*.pyc" -delete
 
-.PHONY: override_dh_auto_install
 override_dh_auto_install:
 	set -e; \
 	for py in $(PYVERS); do \
@@ -41,20 +38,16 @@
 	done
 	rm debian/python*-billiard/usr/lib/python*/*-packages/billiard*.egg-info/SOURCES.txt
 
-.PHONY: override_dh_installchangelogs
 override_dh_installchangelogs:
 	dh_installchangelogs CHANGES.txt
 
-.PHONY: override_dh_compress
 override_dh_compress:
 	dh_compress -X.js -X.html -X.txt
 
-.PHONY: override_dh_clean
 override_dh_clean:
 	dh_clean
 	rm -rf Doc/.build
 
-.PHONY: override_dh_auto_test
 override_dh_auto_test:
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 	# Test setup fails for python3.4, will be reenabled once the
@@ -65,5 +58,4 @@
 	done
 endif
 
-.PHONY: override_dh_sphinxdoc-arch
 override_dh_sphinxdoc-arch:




More information about the Python-modules-commits mailing list