From c71465e4fe031a2b09d0d0034c88358a7313b175 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Sun, 15 Nov 2015 14:09:05 +0000 Subject: modules: short the --help output and point to the manual pages --- pbuilder-modules | 40 +++++++++++++++------------------------- 1 file changed, 15 insertions(+), 25 deletions(-) diff --git a/pbuilder-modules b/pbuilder-modules index 1a14c05..0e7a77f 100644 --- a/pbuilder-modules +++ b/pbuilder-modules @@ -28,45 +28,42 @@ Distributed under GNU Public License version 2 or later pbuilder [operation] [pbuilder-options] pdebuild [pdebuild-options] -- [pbuilder-options] -command lines: -pbuilder --create [--basetgz base.tgz-path] [--distribution sid|experimental|...] +command lines operations: +pbuilder create [--basetgz base.tgz-path] [--distribution sid|experimental|...] Creates a base.tgz -pbuilder --update [--basetgz base.tgz-path] [--distribution sid|experimental|...] +pbuilder update [--basetgz base.tgz-path] [--distribution 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: +pbuilder main options: --basetgz [base.tgz location] --buildplace [location of build] --mirror [mirror location] - --othermirror [other mirror location in apt deb-line format, delimited with | signs] + --othermirror [other mirrors location in apt deb-line format, delimited with | signs] --http-proxy [proxy] - --distribution [distribution(sid|experimental|...)] + --distribution [distribution (sid|experimental|...)] --architecture [architecture] --components [components] --buildresult [location-to-copy-build-result] --aptcache [location of retrieved package files] - --removepackages [packages-to-remove on pbuilder create] --extrapackages [packages-to-add on pbuilder create] --configfile [configuration file to load] --hookdir [hook directory] - --debemail [mail address] --debbuildopts [dpkg-buildpackage options] --logfile [filename to output log] - --pkgname-logfile --aptconfdir [overriding apt config dir] --timeout [timeout time] --override-config @@ -74,21 +71,14 @@ pbuilder-options: --preserve-buildplace --bindmounts [bind-mount-point] --debug - --twice - --autocleanaptcache - --compressprog [program] --debootstrapopts [debootstrap options] --save-after-login/--save-after-exec - --debootstrap [debootstrap|cdebootstrap] - -pdebuild-specific pbuilder-options: - --pbuilderroot [command to obtain root privilege for pbuilder] - --pbuildersatisfydepends [command to satisfy build-dependencies] - --buildsourceroot [command to obtain root privilege for dpkg-buildpackage] - --use-pdebuild-internal - --architecture + +pdebuild-specific pbuilder options: --auto-debsign --debsign-k [keyid] + +For the full documentation see the manual pages pbuilder(8) and pbuilderrc(5). EOF exit 1 } -- cgit v1.2.3