diff --git a/debian/changelog b/debian/changelog index e488172..ea2d376 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,17 @@ ubuntu-dev-tools (0.43ubuntu1) intrepid; urgency=low + [Jonathan Patrick Davies] * common.py: - If loading a cookie file raises an exception exit. - Improve cookie file writing. - -- Jonathan Patrick Davies Wed, 27 Aug 2008 15:32:14 +0100 + [Ryan Kavanagh] + * dgetlp.1: New manpage + * dgetlp: fix typo in usage + * hugdaylist: New manpage + * s/requestsync/pull-lp-source/g in doc/pull-lp-source.1 + + -- Ryan Kavanagh Wed, 27 Aug 2008 11:20:11 -0400 ubuntu-dev-tools (0.42ubuntu1) intrepid; urgency=low diff --git a/dgetlp b/dgetlp index 9df4289..bf6d9d7 100755 --- a/dgetlp +++ b/dgetlp @@ -37,7 +37,7 @@ usage() cat << EOF Usage: $0 [-d] -This scripts simulates «dget»'s behaviour for files hostead at +This scripts simulates «dget»'s behaviour for files hosted at launchpadlibrarian.net. If you specify the -d option then it won't do anything, except download the diff --git a/doc/dgetlp.1 b/doc/dgetlp.1 new file mode 100644 index 0000000..9e84872 --- /dev/null +++ b/doc/dgetlp.1 @@ -0,0 +1,37 @@ +.TH DGETLP "1" "27 August 2008" "ubuntu-dev-tools" + +.SH NAME +dgetlp \- simulate ``dget'' behaviour for files hosted at +librarian.launchpad.net + +.SH SYNOPSIS +.B dgetlp [-d] <\fBLaunchpad DSC URL\fR> + +.SH DESCRIPTION +.PP +\fBdgetlp\fR downloads and optionally extracts the <\fBLaunchpad DSC URL\fR> from Launchpad. + +.SH OPTIONS +.PP +Listed below are the command line options for dgetlp: +.TP +.B \-d +Download the .dsc file and display the commands that would be run otherwise. +.TP +.B +This is the source package that you would like to be downloaded from Launchpad. + +.SH ENVIRONMENT VARIABLES +.TP +DIST +Specifies the default target. + +.SH EXAMPLE +.B dgetlp http://launchpadlibrarian.net/10348157/coreutils_5.97-5.4ubuntu1.dsc + +.SH AUTHOR +.PP +\fBdgetlp\fR was written written by Terence Simpson and +modified by Siegfried-A. Gevatter . This man page was written +by Ryan Kavanagh . Both are released under the GNU General +Public License, version 2 or later. diff --git a/doc/hugdaylist.1 b/doc/hugdaylist.1 new file mode 100644 index 0000000..a10f160 --- /dev/null +++ b/doc/hugdaylist.1 @@ -0,0 +1,29 @@ +.TH HUGDAYLIST "1" "August 27, 2008" "ubuntu-dev-tools" + +.SH NAME +hugdaylist \- produce MoinMoin wiki formatted tables based on a Launchpad bug +list + +.SH SYNOPSIS +.B hugdaylist [\fB\-n , \fB\-\-number=\fP] +\fBlaunchpad-buglist-url\fP + +.SH DESCRIPTION +\fBhugdaylist\fP produces MoinMoin wiki formatted tables based on a +Launchpad bug list + +.SH OPTIONS +.TP +\fB\-\-number=\fP +This option allows you to specify the number of entries to output. +.TP +\fBlaunchpad-buglist-url\fP +Required, this option is a URL pointing to a launchpad bug list. + + +.SH AUTHOR +\fBhugdaylist\fP has been written by Canonical Ltd., Daniel Holbach + and Jonathan Patrick Davies . +This manual page was written by Ryan Kavanagh . +.PP +Both are released under the GNU General Public License, version 3. diff --git a/doc/pull-lp-source.1 b/doc/pull-lp-source.1 index ec106a5..64ef9ea 100644 --- a/doc/pull-lp-source.1 +++ b/doc/pull-lp-source.1 @@ -15,7 +15,7 @@ will be downloaded instead. .SH OPTIONS .PP -Listed below are the command line options for requestsync: +Listed below are the command line options for pull-lp-source: .TP .B \-h, --help Display a help message and exit.