summaryrefslogtreecommitdiffstats
path: root/dh_debputy
diff options
context:
space:
mode:
Diffstat (limited to 'dh_debputy')
-rwxr-xr-xdh_debputy3
1 files changed, 0 insertions, 3 deletions
diff --git a/dh_debputy b/dh_debputy
index 1fe6dd1..1d0dc0f 100755
--- a/dh_debputy
+++ b/dh_debputy
@@ -81,7 +81,6 @@ my (@plugins, $integration_mode);
init(options => {
"destdir=s" => \$dh{DESTDIR},
"plugin=s" => \@plugins,
- "integration-mode=s" => \$integration_mode,
});
# Set the default destination directory.
@@ -104,8 +103,6 @@ push(@debputy_cmdline,
'internal-command',
'dh-integration-generate-debs',
);
-push(@debputy_cmdline, "--integration-mode=${integration_mode}")
- if defined($integration_mode);
for my $package (@{$dh{DOPACKAGES}}) {
push(@debputy_cmdline, '-p', $package);
}