Package: strace
Version: 4.5.14-2
Severity: minor
Hi folks,
It appears that strace 4.5.14-2 has added this patch:
--- strace-4.5.14.orig/debian/rules
+++ strace-4.5.14/debian/rules
@@ -66,8 +66,8 @@
# Install strace
install -d -o root -g root -m 755 debian/tmp/usr/bin
- install -o root -g root -m 755 build/strace debian/tmp/usr/bin/strace
- dh_strip
+ install -s -o root -g root -m 755 build/strace debian/tmp/usr/bin/strace
+
dpkg-gencontrol -is -pstrace-udeb -fdebian/files~
Am I missing some reason why this is desirable? Because dh_strip supports
DEB_BUILD_OPTIONS=nostrip automatically, but this update calls install -s
unconditionally.
Thanks,
--
Steve Langasek Give me a lever long enough and a Free OS
Debian Developer to set it on, and I can move the world.
[EMAIL PROTECTED] http://www.debian.org/
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]