diff options
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | pbuilder.8 | 4 | ||||
-rwxr-xr-x | pbuilderrc | 4 |
3 files changed, 7 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index cd012dc..c43d8ab 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,8 +6,9 @@ pbuilder (0.170) UNRELEASED; urgency=low (closes: #425832) * fix pbuilder.8 manpage example, it was different from real output. * pbuilder-doc.pdf: do not compress this file. + * make pbuilderrc example on DEBBUILDOPTS not contain -b, which is not recommended. - -- Junichi Uekawa <dancer@debian.org> Tue, 19 Jun 2007 18:42:35 +0900 + -- Junichi Uekawa <dancer@debian.org> Wed, 20 Jun 2007 04:24:25 +0900 pbuilder (0.169) unstable; urgency=low @@ -13,7 +13,7 @@ pbuilder \- personal package builder .BI "pbuilder --clean" .PP .BI "pbuilder --login [" "options" "]" -.SH DESCRIPTION +.SH "DESCRIPTION" Front end program to the .B "pbuilder" suite of programs, used for creating and maintaining chroot environment @@ -312,6 +312,7 @@ in target. \" End of hookdir description + .TP .BI "\-\-debbuildopts [" "options" "]" @@ -321,6 +322,7 @@ pbuilderrc. Multiple options are delimited with spaces. + .TP .BI "\-\-logfile [" "file to log" "]" Specifies the logfile to create. @@ -44,8 +44,8 @@ PBUILDERROOTCMD="sudo" # not support unsigned APT repositories PBUILDERSATISFYDEPENDSCMD="/usr/lib/pbuilder/pbuilder-satisfydepends" -#default is to build everything. Passed on to dpkg-buildpackage -#DEBBUILDOPTS="-b" +#Command-line option passed on to dpkg-buildpackage. +#DEBBUILDOPTS="-IXXX -iXXX" DEBBUILDOPTS="" #APT configuration files directory |