summaryrefslogtreecommitdiffstats
path: root/dh_installgsettings
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
commit36b03e2bee4497aef85033f4f900f5d89d5dc55e (patch)
treeec9a0e0972bd08cc628efaa53161b44f9361dd37 /dh_installgsettings
parentAdding debian version 13.16. (diff)
downloaddebhelper-36b03e2bee4497aef85033f4f900f5d89d5dc55e.tar.xz
debhelper-36b03e2bee4497aef85033f4f900f5d89d5dc55e.zip
Merging upstream version 13.17.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rwxr-xr-xdh_installgsettings9
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,