aboutsummaryrefslogtreecommitdiff
path: root/pbuilder-modules
diff options
context:
space:
mode:
authordancer <dancer>2001-11-03 10:56:58 +0000
committerdancer <dancer>2001-11-03 10:56:58 +0000
commitdfb6a00a0bd2adec2a6a2158e442a14dab36011f (patch)
tree687507376938dc0c798cdddfa86e35418fab4463 /pbuilder-modules
parent85911af08f0f710f8fcc333388887c6807312ea6 (diff)
downloadpbuilder-dfb6a00a0bd2adec2a6a2158e442a14dab36011f.tar
pbuilder-dfb6a00a0bd2adec2a6a2158e442a14dab36011f.tar.gz
A different way to implement the aforementioned feature.
It should be really good. I hope.
Diffstat (limited to 'pbuilder-modules')
-rw-r--r--pbuilder-modules12
1 files changed, 6 insertions, 6 deletions
diff --git a/pbuilder-modules b/pbuilder-modules
index 431f014..bb15e6d 100644
--- a/pbuilder-modules
+++ b/pbuilder-modules
@@ -8,6 +8,7 @@ Copyright 2001 Junichi Uekawa
Distributed under GNU Public License version 2 or later
pbuilder [operation] [operation options]
+pdebuild [operation options]
command lines:
pbuilder create [--basetgz base.tgz-path] [--distribution woody|sid]
@@ -25,11 +26,8 @@ pbuilder clean
pbuilder login
Logs in to the build environment
-pbuilder debuild
- Builds a Debian package from debian source directory,
- similar to the manner of "debuild" command.
-
Operation Options:
+pbuilder options
--basetgz [base.tgz location]
--buildplace [location of build]
--mirror [mirror location]
@@ -43,8 +41,10 @@ Operation Options:
--configfile [configuration file to load]
--hookdir [hook directory]
--debemail [mail address]
- --pbuilderroot [command to obtain root privilate for pbuilder] (for debuild)
- --buildsourceroot [command to obtain root privilate for dpkg-buildpackage] (for debuild)
+
+pdebuild options
+ --pbuilderroot [command to obtain root privilate for pbuilder]
+ --buildsourceroot [command to obtain root privilate for dpkg-buildpackage]
EOF
exit 1
}