diff options
author | joey <joey> | 1999-08-17 04:58:27 +0000 |
---|---|---|
committer | joey <joey> | 1999-08-17 04:58:27 +0000 |
commit | a08b76c3505687f6298f762a28a80c34d2e9f07f (patch) | |
tree | 60aee1e7d5548c81d083a8d796a2cfe32dda07f7 /Dh_Getopt.pm | |
parent | 031868f3f6f1e1ff042f6c01d350d6bd260e4c9f (diff) | |
download | debhelper-a08b76c3505687f6298f762a28a80c34d2e9f07f.tar.gz |
r114: Initial Import
Diffstat (limited to 'Dh_Getopt.pm')
-rw-r--r-- | Dh_Getopt.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Dh_Getopt.pm b/Dh_Getopt.pm index 85f0e15b..0f9dafdf 100644 --- a/Dh_Getopt.pm +++ b/Dh_Getopt.pm @@ -90,6 +90,7 @@ sub parseopts { "u=s", => \$options{U_PARAMS}, "update-rcd-params=s", => \$options{U_PARAMS}, "dpkg-shlibdeps-params=s", => \$options{U_PARAMS}, + "dpkg-gencontrol-params=s", => \$options{U_PARAMS}, "m=s", => \$options{M_PARAMS}, "major=s" => \$options{M_PARAMS}, |