[Python-apps-commits] r3014 - in packages/vitables/trunk/debian (rules)

xnox-guest at users.alioth.debian.org xnox-guest at users.alioth.debian.org
Thu May 28 19:03:05 UTC 2009


    Date: Thursday, May 28, 2009 @ 19:03:04
  Author: xnox-guest
Revision: 3014

Added quite option to wget

Modified:
  packages/vitables/trunk/debian/rules

Modified: packages/vitables/trunk/debian/rules
===================================================================
--- packages/vitables/trunk/debian/rules	2009-05-28 16:13:11 UTC (rev 3013)
+++ packages/vitables/trunk/debian/rules	2009-05-28 19:03:04 UTC (rev 3014)
@@ -34,7 +34,7 @@
 #ugly but can be called from any directory
 get-orig-source:
 
-	wget http://hg.berlios.de/repos/vitables/archive/e80739d79701.tar.gz
+	wget -q http://hg.berlios.de/repos/vitables/archive/e80739d79701.tar.gz
 	tar xvf *.tar.gz
 	sed -i "s/.png/.png *.svg/; s/usersguide.pdf/fop_conf.xml/" $(tmp_dir)/MANIFEST.in
 	sed -i "230s/\(.*\)/# \1/p; 231s/\(.*\)/# \1/p" $(tmp_dir)/setup.py 




More information about the Python-apps-commits mailing list