X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=dh_installgsettings;h=8500706cdff096ca6dad2d0a656fe11ee6537c84;hb=798e7eb1659e8a1fab0e171a8f77d097f0d18694;hp=2bb7fde997df6b30bcf44efbbc40559c99f289a5;hpb=25e91ce4e2bb558d300b56258563ad3fc3ffbc19;p=debhelper.git diff --git a/dh_installgsettings b/dh_installgsettings index 2bb7fde..8500706 100755 --- a/dh_installgsettings +++ b/dh_installgsettings @@ -2,7 +2,7 @@ =head1 NAME -dh_gsettings - install GSettings overrides and set dependencies +dh_installgsettings - install GSettings overrides and set dependencies =cut @@ -11,11 +11,11 @@ use Debian::Debhelper::Dh_Lib; =head1 SYNOPSIS -B [S>] [B<--priority=>] +B [S>] [B<--priority=>] =head1 DESCRIPTION -B is a debhelper program that is responsible for installing +B is a debhelper program that is responsible for installing GSettings override files and generating appropriate dependencies on the GSettings backend. @@ -72,7 +72,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) { if (-d "$gsettings_schemas_dir") { # Get a list of the schemas - my $schemas = `find $gsettings_schemas_dir -type f -name \\*.xml -o -name \\*.override -printf '%P '`; + my $schemas = `find $gsettings_schemas_dir -type f \\( -name \\*.xml -o -name \\*.override \\) -printf '%P '`; if ($schemas ne '') { addsubstvar($package, "misc:Depends", "dconf-gsettings-backend | gsettings-backend"); }