diff options
author | joeyh <joeyh> | 2006-01-28 17:55:32 +0000 |
---|---|---|
committer | joeyh <joeyh> | 2006-01-28 17:55:32 +0000 |
commit | 62a94850bb899dfd239354150e5475c654ac448c (patch) | |
tree | 28f553f1eaf0d961ab04a4ae4d8113a146cc1f9b /Debian | |
parent | b6da226d6eb94409547d04baeb76de3a2a27111d (diff) | |
download | debhelper-62a94850bb899dfd239354150e5475c654ac448c.tar.gz |
r1871: * dh_makeshlibs: add support for adding udeb: lines to shlibs file
via --add-udeb parameter. Closes: #345471
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 5e3ffacf..aecac14d 100644 --- a/Debian/Debhelper/Dh_Getopt.pm +++ b/Debian/Debhelper/Dh_Getopt.pm @@ -166,6 +166,8 @@ sub parseopts { "error-handler=s" => \$options{ERROR_HANDLER}, + "add-udeb=s" => \$options{SHLIBS_UDEB}, + "language=s" => \$options{LANGUAGE}, "<>" => \&NonOption, |