]> granicus.if.org Git - strace/commitdiff
2004-08-31 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@redhat.com>
Tue, 31 Aug 2004 08:54:09 +0000 (08:54 +0000)
committerRoland McGrath <roland@redhat.com>
Tue, 31 Aug 2004 08:54:09 +0000 (08:54 +0000)
* debian/rules: Rewrite sparc64 change of 2004-07-12.
Always do each build in a separate build directory.
Fixes Debian bug #254728.

debian/rules

index 4646e177d5ef180c9898cee39d4a4238ea5ce932..17624305046280c732ab6020930d33736e46dd64 100755 (executable)
@@ -70,7 +70,8 @@ ifeq ($(build64),yes)
        ln -s strace.1 debian/tmp/usr/share/man/man1/strace64.1
 endif
 
-       dpkg-shlibdeps strace
+       dpkg-shlibdeps build/strace $(patsubst yes,build64/strace,$(build64))
+
        dpkg-gencontrol -isp
        dpkg --build debian/tmp ..