Man page - pbuilder-dist-simple(1)
Packages contains this manual
- pbuilder-dist-simple(1)
- lp-bitesize(1)
- seeded-in-ubuntu(1)
- pull-lp-source(1)
- pull-ppa-ddebs(1)
- pull-lp-udebs(1)
- pull-debian-ddebs(1)
- pbuilder-dist(1)
- pm-helper(1)
- setup-packaging-environment(1)
- mk-sbuild(1)
- pull-uca-source(1)
- check-mir(1)
- requestbackport(1)
- grab-merge(1)
- pull-ppa-udebs(1)
- ubuntu-iso(1)
- pull-pkg(1)
- pull-uca-ddebs(1)
- pull-lp-debs(1)
- ubuntu-dev-tools(5)
- pull-debian-source(1)
- import-bug-from-debian(1)
- backportpackage(1)
- check-symbols(1)
- pull-debian-debdiff(1)
- pull-lp-ddebs(1)
- pull-ppa-debs(1)
- pull-debian-udebs(1)
- cowbuilder-dist(1)
- dch-repeat(1)
- pull-uca-debs(1)
- submittodebian(1)
- syncpackage(1)
- running-autopkgtests(1)
- update-maintainer(1)
- requestsync(1)
- merge-changelog(1)
- pull-uca-udebs(1)
- sponsor-patch(1)
- pull-debian-debs(1)
- reverse-depends(1)
- pull-ppa-source(1)
- ubuntu-upload-permission(1)
- ubuntu-build(1)
- grep-merges(1)
apt-get install ubuntu-dev-tools
Manual
PBUILDER-DIST-SIMPLE
NAMESYNOPSIS
DESCRIPTION
USAGE
EXAMPLES
FILES
SEE ALSO
AUTHORS
NAME
pbuilder-dist-simple - simple multi-release pbuilder wrapper
SYNOPSIS
pbuilder- <dist> operation [ ... ]
DESCRIPTION
pbuilder-dist-simple is a wrapper that makes it easy to use pbuilder with chroots for many different Ubuntu distributions. If you need more features than pbuilder-dist-simple provides, have a look at pbuilder-dist (1).
USAGE
Create one symlink to pbuilder-dist-simple for each distribution for which you want a build environment, naming them like "pbuilder-lucid", "pbuilder-natty", etc.
Replace operation with the action you want pbuilder-dist-simple to do (create, update, build, clean, login or execute).
EXAMPLES
pbuilder-natty create
Creates a pbuilder environment for Ubuntu Natty.
pbuilder-lucid update
Updates an existing Ubuntu Lucid environment.
pbuilder-lucid build ./sample_1.0-0ubuntu1.dsc
Builds the specified package on an already existing Ubuntu Lucid environment.
FILES
By default, pbuilder-dist-simple will store all the files it generates in Λ/pbuilder/ . This can be changed by modifying the BASE_DIR value on the top of the script to any other directory you want. If the directory doesnβt exit, it will be created at runtime.
SEE ALSO
pbuilder (1), pbuilderrc (5), pbuilder-dist (1)
AUTHORS
pbuilder-dist was originally written by Jamin W. Collins <jcollins@asgardsrealm.net> and Jordan Mantha <mantha@ubuntu.com>, and this manpage by Siegfried-A. Gevatter <rainct@ubuntu.com>.
Both are released under the GNU General Public License, version 2 or later.