[Python-apps-commits] r1678 - in packages/phenny/trunk/debian (rules)

nslater-guest at users.alioth.debian.org nslater-guest at users.alioth.debian.org
Thu Aug 21 13:34:42 UTC 2008


    Date: Thursday, August 21, 2008 @ 13:34:39
  Author: nslater-guest
Revision: 1678

moved the .PHONY rule

Modified:
  packages/phenny/trunk/debian/rules

Modified: packages/phenny/trunk/debian/rules
===================================================================
--- packages/phenny/trunk/debian/rules	2008-08-21 13:32:25 UTC (rev 1677)
+++ packages/phenny/trunk/debian/rules	2008-08-21 13:34:39 UTC (rev 1678)
@@ -34,9 +34,8 @@
 	dh_pysupport -pphenny
 
 # @@ only works from source directory, see #494141
+.PHONY: get-orig-source
 get-orig-source:
 	hg clone -r $(DEB_REPOS_VERSION) $(DEB_ORIG_URI) $(DEB_ORIG_DIRECTORY)
 	tar -czf $(DEB_ORIG_FILENAME) $(DEB_ORIG_DIRECTORY) --exclude .hg
 	rm -fr $(DEB_ORIG_DIRECTORY)
-
-.PHONY: get-orig-source




More information about the Python-apps-commits mailing list