setup-packaging-environment: Add manpage.

This commit is contained in:
Andrew Starr-Bochicchio 2010-06-26 14:31:30 -04:00
parent 3f944f59b7
commit 6acfe02e37
2 changed files with 18 additions and 1 deletions

3
debian/changelog vendored
View File

@ -5,8 +5,9 @@ ubuntu-dev-tools (0.101) UNRELEASED; urgency=low
* edit-patch: Add manpage. (LP: #538379)
* massfile: Add manpage.
* pull-debian-debdiff: Add manpage.
* setup-packaging-environment: Add manpage.
-- Andrew Starr-Bochicchio <a.starr.b@gmail.com> Sat, 26 Jun 2010 14:14:11 -0400
-- Andrew Starr-Bochicchio <a.starr.b@gmail.com> Sat, 26 Jun 2010 14:31:15 -0400
ubuntu-dev-tools (0.100) maverick; urgency=low

View File

@ -0,0 +1,16 @@
.TH PULL-DEBIAN-DEBDIFF "1" "June 2010" "ubuntu-dev-tools"
.SH NAME
\fBsetup-packaging-environment\fR \- helps to get started with Ubuntu development
.SH SYNOPSIS
\fBsetup-packaging-environment\fR
.SH DESCRIPTION
\fBsetup-packaging-environment\fR aims to make it more straightforward for new contributors to get their Ubuntu installation ready for packaging work. It ensures that all four components from Ubuntu's official repositories are enabled along with their corresponding source repositories. It also installs a minimal set of packages needed for Ubuntu packaging work (ubuntu-dev-tools, devscripts, debhelper, cdbs, patchutils, pbuilder, and build-essential). Finally, it assists in defining the DEBEMAIL and DEBFULLNAME environment variables.
.SH AUTHORS
\fBsetup-packaging-environment\fR was written by Siegfried-A. Gevatter <rainct@ubuntu.com>.
This manual page was written by Andrew Starr-Bochicchio <a.starr.b@gmail.com>.
.PP
Both are released under the terms of the GNU General Public License, version 3 or later.