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

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


The following commit has been merged in the upstream branch:
commit 180dc7345892a2b573f151034e76533c007a742a
Author: Clint Adams <schizo at debian.org>
Date:   Wed Mar 16 03:08:07 2005 +0000

    missing another -sysv
    
    git-archimport-id: fakeroot at packages.debian.org--fakeroot/fakeroot--main--0.0--patch-53

diff --git a/debian/rules b/debian/rules
index fcca2dc..bbdceca 100755
--- a/debian/rules
+++ b/debian/rules
@@ -138,7 +138,9 @@ endif
 	$(INSTALL_SCRIPT) debian/fakeroot.prerm debian/tmp/DEBIAN/prerm
 	$(INSTALL_SCRIPT) debian/fakeroot.postinst debian/tmp/DEBIAN/postinst
 	# We can just use the deps for faked.
-	dpkg-shlibdeps -Tdebian/substvars debian/tmp/usr/bin/faked
+	dpkg-shlibdeps -Tdebian/substvars \
+		debian/tmp/usr/bin/faked-sysv \
+		debian/tmp/usr/bin/faked-tcp \
 	dpkg-gencontrol -ldebian/changelog -isp -Tdebian/substvars -Pdebian/tmp
 	chmod 644 debian/tmp/DEBIAN/control
 	chown root:root debian/tmp/DEBIAN/control

-- 
fakeroot



More information about the Fakeroot-commits mailing list