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

ffm-guest at users.alioth.debian.org ffm-guest at users.alioth.debian.org
Wed Dec 3 22:59:01 UTC 2008


    Date: Wednesday, December 3, 2008 @ 22:59:00
  Author: ffm-guest
Revision: 7070

Place tarball in the proper directory

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

Modified: packages/python-gasp/trunk/debian/rules
===================================================================
--- packages/python-gasp/trunk/debian/rules	2008-12-03 22:40:07 UTC (rev 7069)
+++ packages/python-gasp/trunk/debian/rules	2008-12-03 22:59:00 UTC (rev 7070)
@@ -15,5 +15,6 @@
 TARBALL = $(PACKAGE)_$(SRC_VERSION).orig.tar.gz
 .PHONY: get-orig-source
 get-orig-source:
-	rm -rf $(TARBALL) $(TARBALL).cdbs-config_list
-	bzr export -r $(SVN_REVISION) $(TARBALL) $(BRANCH_LOC) 
+	mkdir ../tarballs/
+	rm -rf ../tarballs/$(TARBALL) ../tarballs/$(TARBALL).cdbs-config_list
+	bzr export -r $(SVN_REVISION) ../tarballs$(TARBALL) $(BRANCH_LOC) 




More information about the Python-modules-commits mailing list