pbuilder-dist-simple: Remove all mention of supporting Debian.

(LP: #481223)
This commit is contained in:
Stefano Rivera 2011-01-22 18:28:40 +02:00
parent 574f6a239d
commit a1cafe8843
3 changed files with 25 additions and 20 deletions

4
debian/changelog vendored
View File

@ -10,8 +10,10 @@ ubuntu-dev-tools (0.113) UNRELEASED; urgency=low
* bash_completion/pbuilder-dist: Use *-distro-info to determine pbuilder * bash_completion/pbuilder-dist: Use *-distro-info to determine pbuilder
file names. file names.
* pbuilder-dist: Use ubuntutools.logger. * pbuilder-dist: Use ubuntutools.logger.
* pbuilder-dist-simple: Remove all mention of supporting Debian.
(LP: #481223)
-- Stefano Rivera <stefanor@ubuntu.com> Sat, 22 Jan 2011 17:55:56 +0200 -- Stefano Rivera <stefanor@ubuntu.com> Sat, 22 Jan 2011 18:22:55 +0200
ubuntu-dev-tools (0.112) unstable; urgency=low ubuntu-dev-tools (0.112) unstable; urgency=low

View File

@ -1,35 +1,36 @@
.TH PBUILDER\-DIST 1 "February 25, 2008" "ubuntu-dev-tools" .TH PBUILDER\-DIST\-SIMPLE 1 "February 25, 2008" "ubuntu\-dev\-tools"
.SH NAME .SH NAME
pbuilder\-dist\-simple \- simple multi-distribution pbuilder wrapper pbuilder\-dist\-simple \- simple multi\-release pbuilder wrapper
.SH SYNOPSIS .SH SYNOPSIS
\fBpbuilder\-\fI<dist>\fR\fP \fIoperation\fR [\fI...\fR] \fBpbuilder\-\fI<dist>\fR\fP \fIoperation\fR [\fI...\fR]
.SH DESCRIPTION .SH DESCRIPTION
\fBpbuilder\-dist\fP is a wrapper that makes it easy to use pbuilder with \fBpbuilder\-dist\-simple\fP is a wrapper that makes it easy to use
chroots for many different Ubuntu/Debian distributions. pbuilder with chroots for many different Ubuntu distributions.
If you need more features than \fBpbuilder\-dist\-simple\fP provides, have a If you need more features than \fBpbuilder\-dist\-simple\fP provides, have a
look at \fBpbuilder\-dist\fP. look at
.BR pbuilder\-dist (1).
.SH USAGE .SH USAGE
Create one symlink to \fBpbuilder\-dist\-simple\fP for each distribution Create one symlink to \fBpbuilder\-dist\-simple\fP for each distribution
for which you want a build environment, naming them like "pbuilder\-hardy", for which you want a build environment, naming them like "pbuilder\-lucid",
"pbuilder\-gutsy", etc. "pbuilder\-natty", etc.
.PP .PP
Replace \fIoperation\fP with the action you want \fBpbuilder\-dist\-simple\fP Replace \fIoperation\fP with the action you want \fBpbuilder\-dist\-simple\fP
to do (create, update, build, clean, login or execute). to do (create, update, build, clean, login or execute).
.SH EXAMPLES .SH EXAMPLES
.TP .TP
pbuilder\-gutsy create pbuilder\-natty create
Creates a \fBpbuilder\fP environment for Ubuntu Gutsy. Creates a \fBpbuilder\fP environment for Ubuntu Natty.
.TP .TP
pbuilder\-sid update pbuilder\-lucid update
Updates an existing Debian Sid environment. Updates an existing Ubuntu Lucid environment.
.TP .TP
pbuilder\-hardy build ./sample_1.0\-0ubuntu1.dsc pbuilder\-lucid build ./sample_1.0\-0ubuntu1.dsc
Builds the specified package on an already existing Ubuntu Hardy environment. Builds the specified package on an already existing Ubuntu Lucid environment.
.SH FILES .SH FILES
By default, \fBpbuilder\-dist\-simple\fP will store all the files it By default, \fBpbuilder\-dist\-simple\fP will store all the files it
@ -39,12 +40,14 @@ to any other directory you want.
If the directory doesn't exit, it will be created at runtime. If the directory doesn't exit, it will be created at runtime.
.SH SEE ALSO .SH SEE ALSO
\fBpbuilder\fR, \fBpbuilderrc\fR .BR pbuilder (1),
.BR pbuilderrc (5),
.BR pbuilder\-dist (1)
.SH AUTHORS .SH AUTHORS
\fBpbuilder\-dist\fP was originally written by Jamin W. Collins \fBpbuilder\-dist\fP was originally written by Jamin W. Collins
<jcollins@asgardsrealm.net> and Jordan Mantha <mantha@ubuntu.com>, and <jcollins@asgardsrealm.net> and Jordan Mantha <mantha@ubuntu.com>, and
this manpage by Siegfried-A. Gevatter <rainct@ubuntu.com>. this manpage by Siegfried\-A. Gevatter <rainct@ubuntu.com>.
.PP .PP
Both are released under the GNU General Public License, version 2 or Both are released under the GNU General Public License, version 2 or
later. later.

View File

@ -20,11 +20,11 @@
# ################################################################## # ##################################################################
# #
# This script is a wrapper to be able to easily use pbuilder for # This script is a wrapper to be able to easily use pbuilder for
# different distributions (eg, Gutsy, Hardy, Debian unstable, etc). # different Ubuntu distributions (eg, Lucid, Natty, etc).
# #
# Create symlinks to this script naming them 'pbuilder-feisty', 'pbuilder- # Create symlinks to this script naming them 'pbuilder-lucid',
# gutsy', 'pbuilder-hardy', etc. If you want additional features try # 'pbuilder-natty', etc. If you want additional features try out the more
# out the more advanced script 'pbuilder-dist'. # advanced script 'pbuilder-dist'.
OPERATION=$1 OPERATION=$1
DISTRIBUTION=`basename $0 | cut -f2 -d '-'` DISTRIBUTION=`basename $0 | cut -f2 -d '-'`