]> git.donarmstrong.com Git - debhelper.git/commit
r472: * Fixed issues with extended parameters to dh_gencontrol including spaces
authorjoey <joey>
Tue, 29 May 2001 22:24:20 +0000 (22:24 +0000)
committerjoey <joey>
Tue, 29 May 2001 22:24:20 +0000 (22:24 +0000)
commita524668098e5215a64ac4cc466b3de6590d13cfe
tree277495c22fc3c42b5980e85c069cc1e2e9818bb1
parentc9c53916d94447ed7b33a6c1956142081071c206
r472:    * Fixed issues with extended parameters to dh_gencontrol including spaces
     and quotes. This was some histirical cruft that deals with splitting up
     the string specified by -u, and it should not have applied to the set
     of options after --. Now that it's fixed, any and all programs that
     support a -- and options after it, do not require any special quoting
     of the succeeding options. Quote just like you would in whatever
     program those options go to. So, for example,
     dh_gencontrol -Vblah:Depends='foo, bar (>= 1.2)' will work just as you
     would hope. This fix does NOT apply to -u; don't use -u if you must do
     something complex. Closes: #89311
   * Made escape_shell output a lot better.
Debian/Debhelper/Dh_Getopt.pm
Debian/Debhelper/Dh_Lib.pm
debian/changelog
debian/rules
dh_gencontrol