r5304 - packages/trunk/fretsonfire/debian

Matthew Johnson mjj29 at alioth.debian.org
Sat Jan 12 12:33:37 UTC 2008


Author: mjj29
Date: 2008-01-12 12:33:37 +0000 (Sat, 12 Jan 2008)
New Revision: 5304

Modified:
   packages/trunk/fretsonfire/debian/rules
Log:
fix last commit


Modified: packages/trunk/fretsonfire/debian/rules
===================================================================
--- packages/trunk/fretsonfire/debian/rules	2008-01-12 12:26:32 UTC (rev 5303)
+++ packages/trunk/fretsonfire/debian/rules	2008-01-12 12:33:37 UTC (rev 5304)
@@ -103,7 +103,7 @@
 
 binary: binary-indep binary-arch
 
-ORIG_VERSION=$(shell dpkg-parsechangelog | sed -n '/^Version/s/Version: //p')
+ORIG_VERSION=$(shell dpkg-parsechangelog | sed -n '/^Version/s/[^:].*: \(.*\).dfsg-[^-]*$/\1/p')
 
 ../FretsOnFire-$(ORIG_VERSION)-linux.tar.gz:
 	wget "http://downloads.sourceforge.net/fretsonfire/FretsOnFire-$(ORIG_VERSION)-linux.tar.gz?use_mirror=osdn" --directory-prefix=../




More information about the Pkg-games-commits mailing list