summaryrefslogtreecommitdiff
path: root/dh_gencontrol
diff options
context:
space:
mode:
Diffstat (limited to 'dh_gencontrol')
-rwxr-xr-xdh_gencontrol4
1 files changed, 3 insertions, 1 deletions
diff --git a/dh_gencontrol b/dh_gencontrol
index 268ab3a0..abecc1eb 100755
--- a/dh_gencontrol
+++ b/dh_gencontrol
@@ -37,7 +37,9 @@ Pass "params" to L<dpkg-gencontrol(1)>.
=cut
-init();
+init(options => {
+ "dpkg-gencontrol-params=s", => \$dh{U_PARAMS},
+});
foreach my $package (@{$dh{DOPACKAGES}}) {
my $tmp=tmpdir($package);