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

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Sun Mar 28 22:11:09 UTC 2010


    Date: Sunday, March 28, 2010 @ 22:11:00
  Author: piotr
Revision: 5051

add missing "\"

Modified:
  packages/eric/trunk/debian/rules

Modified: packages/eric/trunk/debian/rules
===================================================================
--- packages/eric/trunk/debian/rules	2010-03-28 22:07:51 UTC (rev 5050)
+++ packages/eric/trunk/debian/rules	2010-03-28 22:11:00 UTC (rev 5051)
@@ -88,7 +88,7 @@
 	dh_builddeb -i
 
 get-orig-source:
-	VER=$(shell dpkg-parsechangelog | sed -rne 's,^Version: ([^-+~]+).*,\1,p');
+	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;\




More information about the Python-apps-commits mailing list