[Fakeroot-commits] [SCM] fakeroot branch, upstream, updated. debian/1.14.3-200-gb232f8a

Clint Adams schizo at debian.org
Tue Aug 23 13:05:31 UTC 2011


The following commit has been merged in the upstream branch:
commit e28637219a3a930eb97c3df19890709cbbfdf1d1
Author: Clint Adams <schizo at debian.org>
Date:   Tue Dec 21 20:50:11 2004 +0000

    forgot to escape $
    
    git-archimport-id: fakeroot at packages.debian.org--fakeroot/fakeroot--main--0.0--patch-43

diff --git a/debian/rules b/debian/rules
index f17dc0f..5807594 100755
--- a/debian/rules
+++ b/debian/rules
@@ -175,7 +175,7 @@ binary: binary-indep binary-arch
 .PHONY: build clean binary-indep binary-arch binary checkroot prebuild
 
 prebuild:
-	dpkg-parsechangelog | sed -n '/^Version: \(.*\)$/ {s//\1/;p}' >VERSION
+	dpkg-parsechangelog | sed -n '/^Version: \(.*\)$$/ {s//\1/;p}' >VERSION
 
 	autoreconf -fi
 	cd fake && autoreconf -fi

-- 
fakeroot



More information about the Fakeroot-commits mailing list