From a1cafe8843ec4f312801c7f27c0cc440d0a52010 Mon Sep 17 00:00:00 2001 From: Stefano Rivera Date: Sat, 22 Jan 2011 18:28:40 +0200 Subject: [PATCH] pbuilder-dist-simple: Remove all mention of supporting Debian. (LP: #481223) --- debian/changelog | 4 +++- doc/pbuilder-dist-simple.1 | 33 ++++++++++++++++++--------------- pbuilder-dist-simple | 8 ++++---- 3 files changed, 25 insertions(+), 20 deletions(-) diff --git a/debian/changelog b/debian/changelog index f16c36f..235490a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,8 +10,10 @@ ubuntu-dev-tools (0.113) UNRELEASED; urgency=low * bash_completion/pbuilder-dist: Use *-distro-info to determine pbuilder file names. * pbuilder-dist: Use ubuntutools.logger. + * pbuilder-dist-simple: Remove all mention of supporting Debian. + (LP: #481223) - -- Stefano Rivera Sat, 22 Jan 2011 17:55:56 +0200 + -- Stefano Rivera Sat, 22 Jan 2011 18:22:55 +0200 ubuntu-dev-tools (0.112) unstable; urgency=low diff --git a/doc/pbuilder-dist-simple.1 b/doc/pbuilder-dist-simple.1 index 8db1772..3ea6b6d 100644 --- a/doc/pbuilder-dist-simple.1 +++ b/doc/pbuilder-dist-simple.1 @@ -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 -pbuilder\-dist\-simple \- simple multi-distribution pbuilder wrapper +pbuilder\-dist\-simple \- simple multi\-release pbuilder wrapper .SH SYNOPSIS \fBpbuilder\-\fI\fR\fP \fIoperation\fR [\fI...\fR] .SH DESCRIPTION -\fBpbuilder\-dist\fP is a wrapper that makes it easy to use pbuilder with -chroots for many different Ubuntu/Debian distributions. +\fBpbuilder\-dist\-simple\fP is a wrapper that makes it easy to use +pbuilder with chroots for many different Ubuntu distributions. 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 Create one symlink to \fBpbuilder\-dist\-simple\fP for each distribution -for which you want a build environment, naming them like "pbuilder\-hardy", -"pbuilder\-gutsy", etc. +for which you want a build environment, naming them like "pbuilder\-lucid", +"pbuilder\-natty", etc. .PP Replace \fIoperation\fP with the action you want \fBpbuilder\-dist\-simple\fP to do (create, update, build, clean, login or execute). .SH EXAMPLES .TP -pbuilder\-gutsy create -Creates a \fBpbuilder\fP environment for Ubuntu Gutsy. +pbuilder\-natty create +Creates a \fBpbuilder\fP environment for Ubuntu Natty. .TP -pbuilder\-sid update -Updates an existing Debian Sid environment. +pbuilder\-lucid update +Updates an existing Ubuntu Lucid environment. .TP -pbuilder\-hardy build ./sample_1.0\-0ubuntu1.dsc -Builds the specified package on an already existing Ubuntu Hardy environment. +pbuilder\-lucid build ./sample_1.0\-0ubuntu1.dsc +Builds the specified package on an already existing Ubuntu Lucid environment. .SH FILES 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. .SH SEE ALSO -\fBpbuilder\fR, \fBpbuilderrc\fR +.BR pbuilder (1), +.BR pbuilderrc (5), +.BR pbuilder\-dist (1) .SH AUTHORS \fBpbuilder\-dist\fP was originally written by Jamin W. Collins and Jordan Mantha , and -this manpage by Siegfried-A. Gevatter . +this manpage by Siegfried\-A. Gevatter . .PP Both are released under the GNU General Public License, version 2 or later. diff --git a/pbuilder-dist-simple b/pbuilder-dist-simple index fd600bf..6aad2eb 100755 --- a/pbuilder-dist-simple +++ b/pbuilder-dist-simple @@ -20,11 +20,11 @@ # ################################################################## # # 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- -# gutsy', 'pbuilder-hardy', etc. If you want additional features try -# out the more advanced script 'pbuilder-dist'. +# Create symlinks to this script naming them 'pbuilder-lucid', +# 'pbuilder-natty', etc. If you want additional features try out the more +# advanced script 'pbuilder-dist'. OPERATION=$1 DISTRIBUTION=`basename $0 | cut -f2 -d '-'`