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

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


The following commit has been merged in the upstream branch:
commit ce74ed2bc98ec204000851b37474a1463a8853cf
Author: Clint Adams <schizo at debian.org>
Date:   Thu Jun 24 13:38:33 2004 +0000

    change chown 0.0 to chown root:root
    
    at David Weinehall's request
    
    git-archimport-id: fakeroot at packages.debian.org--fakeroot/fakeroot--main--0.0--patch-11

diff --git a/debian/rules b/debian/rules
index f111a95..16d9b40 100755
--- a/debian/rules
+++ b/debian/rules
@@ -123,7 +123,7 @@ endif
 	dpkg-shlibdeps -Tdebian/substvars debian/tmp/usr/bin/faked
 	dpkg-gencontrol -ldebian/changelog -isp -Tdebian/substvars -Pdebian/tmp
 	chmod 644 debian/tmp/DEBIAN/control
-	chown 0.0 debian/tmp/DEBIAN/control
+	chown root:root debian/tmp/DEBIAN/control
 	chmod  4644  debian/tmp/usr/lib/libfakeroot.so.0.0.1
 	chmod  4644  debian/tmp/usr/lib/libfakeroot-tcp.so.0.0.1
 	cd debian/tmp && find * -type f ! -regex '^DEBIAN/.*' -print0 | xargs -r0 md5sum > DEBIAN/md5sums

-- 
fakeroot



More information about the Fakeroot-commits mailing list