Package: procps
Severity: important
Version: 1:3.2.7-4
Tags: patch
User: [EMAIL PROTECTED]
Usertags: eabi
Hi,
The latest procps build for armel leaves users system without "/bin/kill"
which breaks user systems in suprising ways. This is due to usage of
"DEB_HOST_GNU_SYSTEM" variable to identify Linux. This incorrect,
as the system string might return "linux-gnueabi" (like on armel)
or "linux-uclibc" (like on uclibc systems).
--- procps-3.2.7.old/debian/rules 2007-08-13 10:22:09.000000000 +0000
+++ procps-3.2.7/debian/rules 2007-08-13 10:28:25.000000000 +0000
@@ -62,7 +62,7 @@
(cp proc/*.h $(CURDIR)/debian/libproc-dev/usr/include/proc)
cp static/libproc.a $(CURDIR)/debian/libproc-dev/usr/lib
-ifneq ($(DEB_HOST_GNU_SYSTEM), linux-gnu)
+ifneq ($(DEB_HOST_ARCH_OS), linux)
rm -f \
$(CURDIR)/debian/procps/bin/kill \
$(CURDIR)/debian/procps/usr/share/man/man1/kill.1 \
--
"rm -rf" only sounds scary if you don't have backups
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]