[Python-apps-commits] r1679 - in packages/planet-venus/trunk/debian (rules)

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


    Date: Thursday, August 21, 2008 @ 13:34:58
  Author: nslater-guest
Revision: 1679

moved the .PHONY rule

Modified:
  packages/planet-venus/trunk/debian/rules

Modified: packages/planet-venus/trunk/debian/rules
===================================================================
--- packages/planet-venus/trunk/debian/rules	2008-08-21 13:34:39 UTC (rev 1678)
+++ packages/planet-venus/trunk/debian/rules	2008-08-21 13:34:58 UTC (rev 1679)
@@ -50,9 +50,8 @@
 	dh_pysupport -pplanet-venus -X example -X filter
 
 # @@ only works from source directory, see #494141
+.PHONY: get-orig-source
 get-orig-source:
 	bzr export -r $(DEB_REPOS_VERSION) $(DEB_ORIG_DIRECTORY) $(DEB_ORIG_URI)
 	tar -czf $(DEB_ORIG_FILENAME) $(DEB_ORIG_DIRECTORY)
 	rm -fr $(DEB_ORIG_DIRECTORY)
-
-.PHONY: get-orig-source




More information about the Python-apps-commits mailing list