Package: pbuilder Version: 0.199 Severity: minor Tags: patch -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256
Hi, Please find attached a patch fixing some errors in the formatting of pbuilderrc(5). Cheers, Julien - -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable'), (200, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.36-trunk-amd64 (SMP w/2 CPU cores) Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages pbuilder depends on: ii coreutils 8.5-1 GNU core utilities ii debconf [debconf-2.0] 1.5.36 Debian configuration management sy ii debianutils 3.4.1 Miscellaneous utilities specific t ii debootstrap 1.0.26 Bootstrap a basic Debian system ii wget 1.12-2.1 retrieves files from the web Versions of packages pbuilder recommends: ii devscripts 2.10.69 scripts to make the life of a Debi ii fakeroot 1.14.4-1 Gives a fake root environment ii sudo 1.7.4p4-4 Provide limited super user privile Versions of packages pbuilder suggests: ii cowdancer 0.62 Copy-on-write directory tree utili ii gdebi-core 0.6.4 Simple tool to install deb files pn pbuilder-uml <none> (no description available) - -- debconf information excluded -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iQIcBAEBCAAGBQJM3wl3AAoJEIWf72cljiaxiiEQAJwBFHUzIBcdbEy/SySx0YrU UBA6n0vfJRfgANf2QD+Wzv5jxQawvKKtJqUeX1nGpzZ5CoTnJbN8NlWP9PNxP2z2 hQmGv3lP25tsBZ/STM68qz9mWJCUqT14a+LIa95bXe6cT5g6oGiJH/vDgtGVGIkE AJNhjQ8pFzSwH5XcnpNn3/ctfdF53UGjdcLKBXpPucnrwRqFH8/N+XiBtyu4kDqm QQxdA4WI/fJuC5DW6x8dMVZY1imJE0qtoCI8tig0/hJ5uzFYqTUfAy5OileJ8Vla AoKHEAIj4V+HI666ceu8FmGHzfFs+CMeijNAYeli4y81CFQTjB5tlKaO5Ra5W+LB HDgOrMdeLDonegY5bIhLYCAnE09E1QFc6dIl/55MgWPwGSKB41Aw7mViq6uqPMYO +3x7vqIK0ApUDYFgg0wKIOr/F6P8D/MwYDCNYeOKGW1yCOtB5BO1dkcQMdJBv43q SDzTHyqjDwltaKR4bPCbxsbR7nnBRGeR68tQsrBPxK71k06YNlklZ5+2D1RKtCGy eEtD5s9GuA0ImdJbgd9ETDZMIa8PcyG+pAneZ9BdC9AHpEIwDb2PU121fQAwhahC EVuwKsTFH65IjCMBw6DWGQqT75GPgALXZGSDcpCQAcFJMhfGhD2IwhjYHBOjyCPa xfowEPGgzLzr90r7GnjP =2oDp -----END PGP SIGNATURE-----
diff --git a/pbuilderrc.5 b/pbuilderrc.5 index e6123d6..611e694 100644 --- a/pbuilderrc.5 +++ b/pbuilderrc.5 @@ -91,7 +91,8 @@ Unlike .B "--buildresult" command-line option. The path is not canonicalized, so you should specify a full-path, -not a relative path..TP +not a relative path. +.TP .BI "CCACHEDIR=" "/var/cache/pbuilder/ccache" Specifies where ccache will keep its cached compiler output. If this is specified, ccache will be installed upon pbuilder create or @@ -100,7 +101,8 @@ CCACHEDIR will be bind-mounted in the chroot, and CCACHE_DIR will be set to CCACHEDIR. Note that files in CCACHEDIR are chowned to BUILDUSERID (1234 by default). .TP -.BI "BUILDRESULTUID=".TP +.BI "BUILDRESULTUID=" +.TP .BI "BUILDRESULTGID=" Set the UID and GID of the files built as result. They probably need to be set to numeric UID values, @@ -148,7 +150,8 @@ or when .B "--override-config" is specified for .B "pbuilder update" -option..TP +option. +.TP .BI "export http_proxy=" "http://your-proxy:8080/" Defines the proxy for http connection. .TP