]> git.donarmstrong.com Git - debhelper.git/commitdiff
r2019: * dh_strip: Man page reference to policy section on DEB_BUILD_OPTIONS.
authorjoeyh <joeyh>
Sat, 11 Aug 2007 23:28:28 +0000 (23:28 +0000)
committerjoeyh <joeyh>
Sat, 11 Aug 2007 23:28:28 +0000 (23:28 +0000)
Closes: #437337
debian/changelog
dh_strip

index bdc42ea40bcd632035489cf1ce1186655e8b094b..560be2d3cbb902ae4e9d2623c2a6915020f073d5 100644 (file)
@@ -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 <joeyh@debian.org>  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.
index 37834bc409f966054eda07732b056826ca6f6f69..e4e06984ac6cfb5b2541893d5b153111f6a8b28b 100755 (executable)
--- 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