[Python-modules-commits] r7057 - in packages/python-gasp/trunk/debian (rules)

ffm-guest at users.alioth.debian.org ffm-guest at users.alioth.debian.org
Mon Dec 1 22:11:34 UTC 2008


    Date: Monday, December 1, 2008 @ 22:11:33
  Author: ffm-guest
Revision: 7057

Place tarball in the proper place

Modified:
  packages/python-gasp/trunk/debian/rules

Modified: packages/python-gasp/trunk/debian/rules
===================================================================
--- packages/python-gasp/trunk/debian/rules	2008-12-01 22:07:16 UTC (rev 7056)
+++ packages/python-gasp/trunk/debian/rules	2008-12-01 22:11:33 UTC (rev 7057)
@@ -15,6 +15,5 @@
 TARBALL = $(PACKAGE)_$(SRC_VERSION).orig.tar.gz
 .PHONY: get-orig-source
 get-orig-source:
-	rm -rf ../$(TARBALL)
-	bzr export -r $(SVN_REVISION) ../$(TARBALL) $(BRANCH_LOC) 
-	echo "  "$(TARBALL)" created; move it to the right destination to build the package"
+	rm -rf $(TARBALL)
+	bzr export -r $(SVN_REVISION) $(TARBALL) $(BRANCH_LOC) 




More information about the Python-modules-commits mailing list