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

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


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

    dumb, dumb, dumb
    
    git-archimport-id: fakeroot at packages.debian.org--fakeroot/fakeroot--main--0.0--patch-44

diff --git a/Makefile.am b/Makefile.am
index 41438b2..db04706 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -24,7 +24,7 @@ DISTCLEANFILES = fakerootconfig.h
 EXTRA_DIST=wrapawk wrapfunc.inp                        \
            debian/rules debian/changelog debian/control  \
 	   message.h \
-	   DEBUG BUGS VERSION
+	   DEBUG BUGS
 
 CLEAN_FILES=fakerootconfig.h
 
diff --git a/debian/rules b/debian/rules
index 5807594..cfec2a4 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
+	printf "define(FAKEROOT_VERSION, %s)\n" $$(dpkg-parsechangelog | sed -n '/^Version: \(.*\)$$/ {s//\1/;p}') >acinclude.m4
 
 	autoreconf -fi
 	cd fake && autoreconf -fi

-- 
fakeroot



More information about the Fakeroot-commits mailing list