Package: pbuilder Version: 0.183 Tags: patch User: [EMAIL PROTECTED] Usertags: origin-ubuntu ubuntu-patch jaunty
Hello, Michael Vogt (CC'ed) recently improved documentation in pbuilder.config in Ubuntu to add an explanation header that the new /etc/pbuilderrc uses the default values from /usr/share/pbuilder/pbuilderrc. This is applicable to Debian as well. Thanks for considering, Martin -- Martin Pitt | http://www.piware.de Ubuntu Developer (www.ubuntu.com) | Debian Developer (www.debian.org)
# add explanation header on new install that the new /etc/pbuilderrc uses the default values from /usr/share/pbuilder/pbuilderrc.
--- pbuilder-0.183/debian/pbuilder.config 2008-04-29 09:12:00.000000000 +0200
+++ pbuilder-0.183ubuntu1/debian/pbuilder.config 2008-11-05 13:19:44.000000000 +0100
@@ -39,7 +39,15 @@
db_set pbuilder/mirrorsite ""
fi
else
- echo "MIRRORSITE=$PLACEHOLDER" > "$CONFFILE"
+ cat <<EOF > "$CONFFILE"
+# this is your configuration file for pbuilder.
+# the file in /usr/share/pbuilder/pbuilderrc is the default template.
+# /etc/pbuilderrc is the one meant for overwritting defaults in
+# the default template
+#
+# read pbuilderrc.5 document for notes on specific options.
+EOF
+ echo "MIRRORSITE=$PLACEHOLDER" >> "$CONFFILE"
MIRRORSITE=""
db_set pbuilder/mirrorsite ""
fi
signature.asc
Description: Digital signature

