diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-26 10:17:27 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-26 10:17:27 +0000 |
commit | 7b3d5890037484a6ee4573744869f28301902a8b (patch) | |
tree | 421062658afbf3303827539a888f86d5f73432ba /dh_installgsettings | |
parent | Releasing progress-linux version 13.16-0.0~progress7.99u1. (diff) | |
download | debhelper-7b3d5890037484a6ee4573744869f28301902a8b.tar.xz debhelper-7b3d5890037484a6ee4573744869f28301902a8b.zip |
Merging upstream version 13.17.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'dh_installgsettings')
-rwxr-xr-x | dh_installgsettings | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/dh_installgsettings b/dh_installgsettings index 45b228e..7282857 100755 --- a/dh_installgsettings +++ b/dh_installgsettings @@ -71,7 +71,14 @@ foreach my $package (@{$dh{DOPACKAGES}}) { my $gsettings_schemas_dir = "$tmp/usr/share/glib-2.0/schemas/"; - my $override = pkgfile($package,"gsettings-override"); + my $override = pkgfile( + { + 'named' => 0, + 'support-architecture-restriction' => 0, + }, + $package, + "gsettings-override" + ); if ($override ne '') { install_dir($gsettings_schemas_dir); install_file($override, |