[Python-apps-commits] r5050 - in packages/eric/trunk/debian (rules)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Sun Mar 28 22:08:06 UTC 2010


    Date: Sunday, March 28, 2010 @ 22:07:51
  Author: piotr
Revision: 5050

* be quiet
* do not unpack tarballs

Modified:
  packages/eric/trunk/debian/rules

Modified: packages/eric/trunk/debian/rules
===================================================================
--- packages/eric/trunk/debian/rules	2010-03-28 21:43:33 UTC (rev 5049)
+++ packages/eric/trunk/debian/rules	2010-03-28 22:07:51 UTC (rev 5050)
@@ -88,20 +88,14 @@
 	dh_builddeb -i
 
 get-orig-source:
-	VER=$(shell dpkg-parsechangelog | sed -rne 's,^Version: ([^-+~]+).*,\1,p'); \
-	rm -rf eric-$$VER; \
-	wget http://sourceforge.net/projects/eric-ide/files/eric4/stable/$$VER/eric4-$$VER.tar.gz/download; \
-	ln -s eric4-$$VER.tar.gz eric_$$VER.orig.tar.gz; \
-	tar xzf eric4-$$VER.tar.gz; \
-	mv eric4-$$VER eric-$$VER; \
-	set -e; for L in ${LAN};\
-	do\
-	 wget http://sourceforge.net/projects/eric-ide/files/eric4/stable/$$VER/eric4-i18n-$$L-$$VER.tar.gz/download; \
-	 ln -s eric4-i18n-$$L-$$VER.tar.gz eric_$$VER.orig-transl_$$L.tar.gz; \
-	 tar xzf eric4-i18n-$$L-$$VER.tar.gz; \
-	 mv eric4-$$VER eric-$$VER/transl_$$L; \
-	done; \
-	mv eric_$$VER.orig-transl_zh_CN.GB2312.tar.gz eric_$$VER.orig-transl_zh_CN_GB2312.tar.gz; \
-	mv eric-$$VER/transl_zh_CN.GB2312 eric-$$VER/transl_zh_CN_GB2312
+	VER=$(shell dpkg-parsechangelog | sed -rne 's,^Version: ([^-+~]+).*,\1,p');
+	set -e;\
+	wget -q http://sourceforge.net/projects/eric-ide/files/eric4/stable/$$VER/eric4-$$VER.tar.gz/download\
+	 -O eric_$$VER.orig.tar.gz;\
+	for L in ${LAN}; do\
+	 wget -q http://sourceforge.net/projects/eric-ide/files/eric4/stable/$$VER/eric4-i18n-$$L-$$VER.tar.gz/download\
+	  -O eric_$$VER.orig-transl_$$L.tar.gz;\
+	done;\
+	mv eric_$$VER.orig-transl_zh_CN.GB2312.tar.gz eric_$$VER.orig-transl_zh_CN_GB2312.tar.gz
 
 .PHONY: clean binary-indep binary-arch binary install




More information about the Python-apps-commits mailing list