summaryrefslogtreecommitdiffstats
path: root/dh_debputy
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-07-01 18:12:28 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-07-01 18:12:28 +0000
commit49465103a1251b18df66b553af682b8bb5bde8bf (patch)
tree71fe831699689c66200a5677b5a557dd4d5565ce /dh_debputy
parentReleasing progress-linux version 0.1.39-0.0~progress7.99u1. (diff)
downloaddebputy-49465103a1251b18df66b553af682b8bb5bde8bf.tar.xz
debputy-49465103a1251b18df66b553af682b8bb5bde8bf.zip
Merging upstream version 0.1.40.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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);
}