summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog7
-rwxr-xr-xdh_strip3
2 files changed, 9 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index bdc42ea4..560be2d3 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 <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.
diff --git a/dh_strip b/dh_strip
index 37834bc4..e4e06984 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