X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=dh_gconf;fp=dh_gconf;h=a7e0e41956113e6c383b67a6633c5613c4af61c0;hb=62cf6a16c7862e057d27567187b3de026c248d09;hp=2ca325de15b72a76b426491bcba0c1474f7cdea0;hpb=2e27958f49f716583420b7b32be813ce78160903;p=debhelper.git diff --git a/dh_gconf b/dh_gconf index 2ca325d..a7e0e41 100755 --- 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)"); } } }