aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--debian/changelog4
-rw-r--r--pbuilder-modules14
3 files changed, 13 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index a6c733b..52c34ef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2007-10-15 Junichi Uekawa <dancer@debian.org>
+ * pbuilder-modules: change 'pbuilder --help' command-line format
+ to be prepended with '--'
+
* Makefile: update makefile to install bash_completion
* bash_completion.pbuilder: add bash_completion
diff --git a/debian/changelog b/debian/changelog
index 42ab6b9..891e7d2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,10 @@
pbuilder (0.174) UNRELEASED; urgency=low
* add bash_completion.
+ * Bug fix: "pbuilder: incoherence man page with --help", thanks to David
+ Vernazobres (Closes: #446479).
- -- Junichi Uekawa <dancer@debian.org> Mon, 15 Oct 2007 08:23:37 +0900
+ -- Junichi Uekawa <dancer@debian.org> Mon, 15 Oct 2007 08:44:20 +0900
pbuilder (0.173) unstable; urgency=low
diff --git a/pbuilder-modules b/pbuilder-modules
index 763c308..d62e2f4 100644
--- a/pbuilder-modules
+++ b/pbuilder-modules
@@ -28,23 +28,23 @@ pbuilder [operation] [pbuilder-options]
pdebuild [pdebuild-options] -- [pbuilder-options]
command lines:
-pbuilder create [--basetgz base.tgz-path] [--distribution etch|lenny|sid|experimental]
+pbuilder --create [--basetgz base.tgz-path] [--distribution etch|lenny|sid|experimental]
Creates a base.tgz
-pbuilder update [--basetgz base.tgz-path] [--distribution etch|lenny|sid|experimental]
+pbuilder --update [--basetgz base.tgz-path] [--distribution etch|lenny|sid|experimental]
Updates a base.tgz
-pbuilder build [--basetgz base.tgz-path] pbuilder_2.2.0-1.dsc
+pbuilder --build [--basetgz base.tgz-path] pbuilder_2.2.0-1.dsc
Builds using the base.tgz. Requires a .dsc filename
-pbuilder clean
+pbuilder --clean
Cleans the temporal build directory.
-pbuilder login
-pbuilder execute -- [command] [command-options]
+pbuilder --login
+pbuilder --execute -- [command] [command-options]
Logs in to the build environment and execute command.
-pbuilder dumpconfig
+pbuilder --dumpconfig
Dumps configuration information to stdout for debugging.
pbuilder-options: