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

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Mon Jul 27 21:11:23 UTC 2009


    Date: Monday, July 27, 2009 @ 21:11:15
  Author: piotr
Revision: 9179

shorten get-orig-source a little bit

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

Modified: packages/python-gasp/trunk/debian/rules
===================================================================
--- packages/python-gasp/trunk/debian/rules	2009-07-27 21:10:22 UTC (rev 9178)
+++ packages/python-gasp/trunk/debian/rules	2009-07-27 21:11:15 UTC (rev 9179)
@@ -14,9 +14,7 @@
         if [ x$$REV = x ]; then \
          uscan --force-download --rename --repack --download-version=$$VER --destdir=.; \
         else \
-	bzr  export -r $$REV lp:gasp-code  && \
-         tar -zcf ./python-gasp_$$VER.orig.tar.gz gasp-code; \
-         rm -rf gasp-code; \
+	 bzr export -r $$REV python-gasp_$$VER.orig.tar.gz lp:gasp-code; \
         fi
 
 




More information about the Python-modules-commits mailing list