From: joeyh Date: Sat, 11 Aug 2007 23:28:28 +0000 (+0000) Subject: r2019: * dh_strip: Man page reference to policy section on DEB_BUILD_OPTIONS. X-Git-Tag: 5.0.54~4 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b5fbfc1ee24b49e9e7d902e66b42fad430f39e95;p=debhelper.git r2019: * dh_strip: Man page reference to policy section on DEB_BUILD_OPTIONS. Closes: #437337 --- diff --git a/debian/changelog b/debian/changelog index bdc42ea..560be2d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +debhelper (5.0.54) UNRELEASED; urgency=low + + * dh_strip: Man page reference to policy section on DEB_BUILD_OPTIONS. + Closes: #437337 + + -- Joey Hess Sat, 11 Aug 2007 19:27:55 -0400 + debhelper (5.0.53) unstable; urgency=low * dh_icons: Check for index.theme files before updating the cache. diff --git a/dh_strip b/dh_strip index 37834bc..e4e0698 100755 --- a/dh_strip +++ b/dh_strip @@ -68,7 +68,8 @@ is easier to use than this option, but this option is more flexible. =head1 NOTES If the DEB_BUILD_OPTIONS environment variable contains "nostrip", nothing -will be stripped, in accordance with Debian policy. +will be stripped, in accordance with Debian policy (section 10.1 +"Binaries"). =head1 CONFORMS TO