]> git.donarmstrong.com Git - debhelper.git/commitdiff
r1644: * dh_gconf: Add proper parens around the package version in the misc:Depends version_4.1.87
authorjoey <joey>
Fri, 16 Jan 2004 17:48:33 +0000 (17:48 +0000)
committerjoey <joey>
Fri, 16 Jan 2004 17:48:33 +0000 (17:48 +0000)
     setting.

dh_gconf

index 2ca325de15b72a76b426491bcba0c1474f7cdea0..a7e0e41956113e6c383b67a6633c5613c4af61c0 100755 (executable)
--- a/dh_gconf
+++ b/dh_gconf
@@ -36,7 +36,7 @@ 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)");
                }
        }
 }