]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_installgsettings
Updated French man page translation. Closes: #685560
[debhelper.git] / dh_installgsettings
index 2bb7fde997df6b30bcf44efbbc40559c99f289a5..8500706cdff096ca6dad2d0a656fe11ee6537c84 100755 (executable)
@@ -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<dh_gsettings> [S<I<debhelper options>>] [B<--priority=<number>>]
+B<dh_installgsettings> [S<I<debhelper options>>] [B<--priority=<number>>]
 
 =head1 DESCRIPTION
 
-B<dh_gsettings> is a debhelper program that is responsible for installing
+B<dh_installgsettings> 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");
                }