]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_gconf
r1667: * dh_installdocs: ignore .EX files as produced by dh-make.
[debhelper.git] / dh_gconf
index 90ee14c33e989a053aadcb89b29e467aad683c7b..a7e0e41956113e6c383b67a6633c5613c4af61c0 100755 (executable)
--- a/dh_gconf
+++ b/dh_gconf
@@ -18,7 +18,7 @@ B<dh_gconf> [S<I<debhelper options>>] [B<-p<package>>]
 dh_gconf is a debhelper program that is responsible for registering
 GConf schemas.
 
-It automatically generates the postinst and prerm sragments needed
+It automatically generates the postinst and prerm fragments needed
 to register and unregister the schemas in etc/gconf/schemas.
 These fragements will use gconftool-2, so the package should depend on
 gconf2. This rogram will add an apprioriate dependency to ${misc:Depends}.
@@ -36,14 +36,14 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
                if ($schemas ne '') {
                        autoscript($package,"postinst","postinst-gconf","s%#SCHEMAS#%$schemas%");
                        autoscript($package,"prerm","prerm-gconf","s%#SCHEMAS#%$schemas%");
-                       addsubstvar($package, "misc:Depends", "gconf2 >= 2.4.0");
+                       addsubstvar($package, "misc:Depends", "gconf2 (>= 2.4.0)");
                }
        }
 }
 
 =head1 SEE ALSO
 
-L<debhelper(1)>
+L<debhelper(7)>
 
 This program is a part of debhelper.