The following commit has been merged in the master branch:
commit 972095bea5f6bcf3a14f3b3151ca3ca56eff6744
Author: Guillem Jover <[email protected]>
Date: Fri Sep 9 06:24:19 2011 +0200
dpkg-buildflags(1): Escape minus sign
diff --git a/man/dpkg-buildflags.1 b/man/dpkg-buildflags.1
index cd33c77..305d608 100644
--- a/man/dpkg-buildflags.1
+++ b/man/dpkg-buildflags.1
@@ -1,4 +1,4 @@
-.TH dpkg\-buildflags 1 "2011-09-07" "Debian Project" "dpkg suite"
+.TH dpkg\-buildflags 1 "2011-09-09" "Debian Project" "dpkg suite"
.SH NAME
dpkg\-buildflags \- returns build flags to use during package build
.
@@ -181,7 +181,7 @@ The special feature \fBall\fP can be used to enable or
disable all
hardening features at the same time. Thus disabling everything and
enabling only "format" and "fortify" can be achieved with:
.P
- export DEB_BUILD_MAINT_OPTIONS="hardening=-all,+format,+fortify"
+ export DEB_BUILD_MAINT_OPTIONS="hardening=\-all,+format,+fortify"
.
.TP
.B format
--
dpkg's main repository
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]