summaryrefslogtreecommitdiffstats
path: root/dh_installmenu
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-08-26 10:17:26 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-08-26 10:17:26 +0000
commitd6e1d2323492fd53d142c79c1816f132ec161b83 (patch)
tree71fb9778de5e8ef50446e7d32b07f088e4ede23a /dh_installmenu
parentAdding upstream version 13.16. (diff)
downloaddebhelper-upstream/13.17.tar.xz
debhelper-upstream/13.17.zip
Adding upstream version 13.17.upstream/13.17
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'dh_installmenu')
-rwxr-xr-xdh_installmenu18
1 files changed, 16 insertions, 2 deletions
diff --git a/dh_installmenu b/dh_installmenu
index c30e90f..b7aff14 100755
--- a/dh_installmenu
+++ b/dh_installmenu
@@ -59,8 +59,22 @@ init();
foreach my $package (@{$dh{DOPACKAGES}}) {
my $tmp=tmpdir($package);
- my $menu=pkgfile($package,"menu");
- my $menu_method=pkgfile($package,"menu-method");
+ my $menu = pkgfile(
+ {
+ 'named' => 0,
+ 'support-architecture-restriction' => 0,
+ },
+ $package,
+ "menu",
+ );
+ my $menu_method = pkgfile(
+ {
+ 'named' => 0,
+ 'support-architecture-restriction' => 0,
+ },
+ $package,
+ "menu-method",
+ );
if ($menu ne '') {
install_dir("$tmp/usr/share/menu");