summaryrefslogtreecommitdiffstats
path: root/dh_installemacsen
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_installemacsen
parentAdding upstream version 13.16. (diff)
downloaddebhelper-ce06a069722c0be3114d83db03bb8bd1cb77ea11.tar.xz
debhelper-ce06a069722c0be3114d83db03bb8bd1cb77ea11.zip
Adding upstream version 13.17.upstream/13.17
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'dh_installemacsen')
-rwxr-xr-xdh_installemacsen36
1 files changed, 32 insertions, 4 deletions
diff --git a/dh_installemacsen b/dh_installemacsen
index bae900a..b2d7cfb 100755
--- a/dh_installemacsen
+++ b/dh_installemacsen
@@ -97,10 +97,38 @@ if (! defined $dh{FLAVOR}) {
foreach my $package (@{$dh{DOPACKAGES}}) {
my $tmp=tmpdir($package);
- my $emacsen_compat=pkgfile($package,"emacsen-compat");
- my $emacsen_install=pkgfile($package,"emacsen-install");
- my $emacsen_remove=pkgfile($package,"emacsen-remove");
- my $emacsen_startup=pkgfile($package,"emacsen-startup");
+ my $emacsen_compat = pkgfile(
+ {
+ 'named' => 0,
+ 'support-architecture-restriction' => 0,
+ },
+ $package,
+ "emacsen-compat",
+ );
+ my $emacsen_install = pkgfile(
+ {
+ 'named' => 0,
+ 'support-architecture-restriction' => 0,
+ },
+ $package,
+ "emacsen-install",
+ );
+ my $emacsen_remove = pkgfile(
+ {
+ 'named' => 0,
+ 'support-architecture-restriction' => 0,
+ },
+ $package,
+ "emacsen-remove",
+ );
+ my $emacsen_startup = pkgfile(
+ {
+ 'named' => 0,
+ 'support-architecture-restriction' => 0,
+ },
+ $package,
+ "emacsen-startup",
+ );
if ($emacsen_compat ne '') {
install_dir("$tmp/usr/lib/emacsen-common/packages/compat");