2004-10-19 Roland McGrath <roland@redhat.com>

* debian/rules: Make strace64.1.gz symlink to strace.1.gz instead of
	strace64.1 to strace.1, which doesn't exist.
	Fixes Debian bug #269220.
This commit is contained in:
Roland McGrath 2004-10-19 23:29:47 +00:00
parent 9597e6dc2c
commit c5fa4ac3f0

2
debian/rules vendored
View File

@ -80,7 +80,7 @@ binary-arch: $(extra_build_targets) build checkroot
ifeq ($(build64),yes)
install -s -o root -g root -m 755 build64/strace debian/tmp/usr/bin/strace64
ln -s strace.1 debian/tmp/usr/share/man/man1/strace64.1
ln -s strace.1.gz debian/tmp/usr/share/man/man1/strace64.1.gz
endif
dpkg-shlibdeps build/strace $(patsubst yes,build64/strace,$(build64))