X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=dh_gconf;fp=dh_gconf;h=6fc785269532c08e8af50798a99eadcc99765f44;hb=9eaebf4773b9f6437acf295f5a557d76735b1982;hp=6275b734cd1bd3cdae6971fa72f56efa076ade61;hpb=a526b567bfbb3fd9d0c7332922c5e5f571fd38a2;p=debhelper.git diff --git a/dh_gconf b/dh_gconf index 6275b73..6fc7852 100755 --- a/dh_gconf +++ b/dh_gconf @@ -25,16 +25,7 @@ gconf-schemas. If a file named debian/package.gconf-defaults exists, then it is installed into usr/share/gconf/defaults/10_package in the package build directory, with "package" replaced by the package name. Some postinst and -postrm fragments will be generated to launch update-gconf-defaults. The -syntax of this file consists of lines containing the key name, some -white space, and the key value, which can be an integer, a boolean, a -float, a string or a list of strings. Example: - - /apps/myprogram/frob_number 42 - /apps/myprogram/do_foo true - /apps/myprogram/priority 1.25 - /apps/myprogram/name "Gotcha !" - /apps/myprogram/names [Ha ha!,Let's keep serious,Ho ho!] +postrm fragments will be generated to launch update-gconf-defaults. The gconf-schemas and update-gconf-defaults scripts are provided by the gconf2 package. An appropriate dependency will be generated in @@ -47,9 +38,9 @@ ${misc:Depends}. =item B<--priority> I Use I (which should be a 2-digit number) as the defaults -priority instead of 10. Children distributions are encouraged to use 20 -for their branding, CDD distributions to use 50, and site-specific -packages should use 90 or more. +priority instead of 10. Higher values than ten can be used by +derived distributions (20), CDD distributions (50), or site-specific +packages (90). =cut