aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog3
-rw-r--r--pbuilder.84
-rwxr-xr-xpbuilderrc4
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
diff --git a/pbuilder.8 b/pbuilder.8
index f41f8ef..2f83f0a 100644
--- a/pbuilder.8
+++ b/pbuilder.8
@@ -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.
diff --git a/pbuilderrc b/pbuilderrc
index bab2ff3..4cf3612 100755
--- a/pbuilderrc
+++ b/pbuilderrc
@@ -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