From 2bdc9c148086492202c995d12becbc76abb3d569 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 4 Nov 2009 20:47:13 -0500 Subject: Add deprecation warnings for -u to the documentation, since putting options after -- is much more sane. (However, -u will not go away any time soon.) Closes: #554509 --- dh_builddeb | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'dh_builddeb') diff --git a/dh_builddeb b/dh_builddeb index 3547649b..3477f257 100755 --- a/dh_builddeb +++ b/dh_builddeb @@ -32,13 +32,16 @@ other than the default of ".." Use this if you want to force the generated .deb file to have a particular file name. Does not work well if more than one .deb is generated! -=item B<-u>I - =item B<--> I Pass I to L when it is used to build the package. +=item B<-u>I + +This is another way to pass I to L. +It is deprecated; use B<--> instead. + =back =cut -- cgit v1.2.3