aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2015-11-15 14:09:05 +0000
committerMattia Rizzolo <mattia@mapreri.org>2015-11-15 14:13:08 +0000
commitc71465e4fe031a2b09d0d0034c88358a7313b175 (patch)
treee4eabae13dd3355a566ced6f0d6ee94f8de74e52
parent23330a11d76bca55c152c081efde7a375c925574 (diff)
downloadpbuilder-c71465e4fe031a2b09d0d0034c88358a7313b175.tar
pbuilder-c71465e4fe031a2b09d0d0034c88358a7313b175.tar.gz
modules: short the --help output and point to the manual pages
-rw-r--r--pbuilder-modules40
1 files 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
}