diff options
author | Junichi Uekawa <dancer@dancer64.netfort.gr.jp> | 2007-10-15 09:35:18 +0900 |
---|---|---|
committer | Junichi Uekawa <dancer@dancer64.netfort.gr.jp> | 2007-10-15 09:35:18 +0900 |
commit | c2d38c8064fa611c429c503ba901e2469719fc39 (patch) | |
tree | 228cd3ce7d105d4a04e4ace308f79326fdae2a46 | |
parent | 2fbeeefe4f28030054dc11c5987ea4513e068512 (diff) | |
download | pbuilder-c2d38c8064fa611c429c503ba901e2469719fc39.tar pbuilder-c2d38c8064fa611c429c503ba901e2469719fc39.tar.gz |
* Bug fix: "pbuilder: incoherence man page with --help", thanks to David
Vernazobres (Closes: #446479).
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | pbuilder-modules | 14 |
3 files changed, 13 insertions, 8 deletions
@@ -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: |