diff options
author | joey <joey> | 2002-07-25 23:20:33 +0000 |
---|---|---|
committer | joey <joey> | 2002-07-25 23:20:33 +0000 |
commit | 0fc7d4c7cc3a3953c17347dde0a083e5929b4d21 (patch) | |
tree | 2cd27e01f19474091cc3020abd9cdb67810bd2d7 /Debian | |
parent | ff1eda3dfb95162cd26600ccdcc234d70916e1b8 (diff) | |
download | debhelper-0fc7d4c7cc3a3953c17347dde0a083e5929b4d21.tar.gz |
r540: * Added a -L flag to dh_shlibdeps that is a nice alternative to providing a
shlibs.local.
Diffstat (limited to 'Debian')
-rw-r--r-- | Debian/Debhelper/Dh_Getopt.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Debian/Debhelper/Dh_Getopt.pm b/Debian/Debhelper/Dh_Getopt.pm index 79674144..38aa3424 100644 --- a/Debian/Debhelper/Dh_Getopt.pm +++ b/Debian/Debhelper/Dh_Getopt.pm @@ -146,6 +146,8 @@ sub parseopts { "list-missing" => \$options{LIST_MISSING}, + "L|libpackage=s" => \$options{LIBPACKAGE}, + "<>" => \&NonOption, ); |