summaryrefslogtreecommitdiff
path: root/Debian/Debhelper
diff options
context:
space:
mode:
authorjoeyh <joeyh>2006-01-28 17:55:32 +0000
committerjoeyh <joeyh>2006-01-28 17:55:32 +0000
commit62a94850bb899dfd239354150e5475c654ac448c (patch)
tree28f553f1eaf0d961ab04a4ae4d8113a146cc1f9b /Debian/Debhelper
parentb6da226d6eb94409547d04baeb76de3a2a27111d (diff)
r1871: * dh_makeshlibs: add support for adding udeb: lines to shlibs file
via --add-udeb parameter. Closes: #345471
Diffstat (limited to 'Debian/Debhelper')
-rw-r--r--Debian/Debhelper/Dh_Getopt.pm2
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,