From: joey Date: Fri, 16 Jan 2004 17:48:33 +0000 (+0000) Subject: r1644: * dh_gconf: Add proper parens around the package version in the misc:Depends X-Git-Tag: version_4.1.87^0 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=62cf6a16c7862e057d27567187b3de026c248d09;p=debhelper.git r1644: * dh_gconf: Add proper parens around the package version in the misc:Depends setting. --- 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)"); } } }