2004-08-31 Roland McGrath <roland@redhat.com>

* debian/rules: Rewrite sparc64 change of 2004-07-12.
	Always do each build in a separate build directory.
	Fixes Debian bug #254728.
This commit is contained in:
Roland McGrath 2004-08-31 08:54:09 +00:00
parent f5fcbc1fb0
commit 5db9032c63

3
debian/rules vendored
View File

@ -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 ..