Package: debhelper
Version: 5.0.53
Severity: wishlist

Making it dependent on gconf compulsorily should stop just because there is a 
gconf schemes. gconf is not necessarily indispensable in operation.

debhelper/dh_gconf:
                addsubstvar($package, "misc:Recommends", "gconf2 (>= 
2.12.1-1)");


debhelper/autoscripts/postinst-gconf:
if [ "$1" = "configure" ] && which gconf-schemes >/dev/null 2>&1; then
        gconf-schemas --register #SCHEMAS#
fi


debhelper/autoscripts/prerm-gconf:
if [ "$1" = remove ] || [ "$1" = upgrade ] && which gconf-schemes >/dev/null 
2>&1; then
        gconf-schemas --unregister #SCHEMAS#
fi


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to