[Python-modules-commits] r7608 - in packages/pyofa/trunk/debian (rules)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Tue Feb 17 20:48:18 UTC 2009


    Date: Tuesday, February 17, 2009 @ 20:48:17
  Author: piotr
Revision: 7608

* don't depend on setup.py's executable bit
* simplify get-orig-source a little bit

Modified:
  packages/pyofa/trunk/debian/rules

Modified: packages/pyofa/trunk/debian/rules
===================================================================
--- packages/pyofa/trunk/debian/rules	2009-02-17 20:34:23 UTC (rev 7607)
+++ packages/pyofa/trunk/debian/rules	2009-02-17 20:48:17 UTC (rev 7608)
@@ -15,14 +15,13 @@
 
 .PHONY: get-orig-source
 get-orig-source:
-		hg clone -r $(DEB_REPOS_VERSION) https://hg.furius.ca/public/pyofa/ pyofa
-		mv pyofa $(DEB_ORIG_DIRECTORY)
-		tar -czf $(DEB_ORIG_FILENAME) $(DEB_ORIG_DIRECTORY) --exclude .hg
-		rm -fr $(DEB_ORIG_DIRECTORY)
+	hg clone -qr $(DEB_REPOS_VERSION) https://hg.furius.ca/public/pyofa/ $(DEB_ORIG_DIRECTORY)
+	tar -czf $(DEB_ORIG_FILENAME) $(DEB_ORIG_DIRECTORY) --exclude .hg
+	rm -fr $(DEB_ORIG_DIRECTORY)
 		
 clean::
 	rm -f build.cfg
 	rm -f patch-stamp
 
 makebuilddir:: patch 
-	./setup.py config
+	python ./setup.py config




More information about the Python-modules-commits mailing list