diff options
author | dancer <dancer> | 2001-11-03 10:45:46 +0000 |
---|---|---|
committer | dancer <dancer> | 2001-11-03 10:45:46 +0000 |
commit | 85911af08f0f710f8fcc333388887c6807312ea6 (patch) | |
tree | 861ff61e19534e9a62cf1a2ad710ff82cc1c57bf /pbuilder-modules | |
parent | ea942f5ba11cae51487aacfed0898ef2a02c3b0b (diff) | |
download | pbuilder-85911af08f0f710f8fcc333388887c6807312ea6.tar pbuilder-85911af08f0f710f8fcc333388887c6807312ea6.tar.gz |
added some feature, which I think was a bad idea.
Diffstat (limited to 'pbuilder-modules')
-rw-r--r-- | pbuilder-modules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pbuilder-modules b/pbuilder-modules index a4208a4..431f014 100644 --- a/pbuilder-modules +++ b/pbuilder-modules @@ -25,6 +25,10 @@ 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: --basetgz [base.tgz location] --buildplace [location of build] @@ -39,6 +43,8 @@ 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) EOF exit 1 } |