~ubuntu-branches/ubuntu/precise/ubuntu-dev-tools/precise-proposed

« back to all changes in this revision

Viewing changes to doc/dgetlp.1

  • Committer: Package Import Robot
  • Author(s): Stefano Rivera, Stefano Rivera, Evan Broder
  • Date: 2012-02-15 17:21:39 UTC
  • Revision ID: package-import@ubuntu.com-20120215172139-0v53nju5kopdsku2
Tags: 0.139
[ Stefano Rivera ]
* syncpackage, backportpackage, sponsor-patch: Use -nc when building source
  packages. Avoids needing build-deps on the build machine.
* sponsor-patch:
  - Determine the task from the UDD branch.
  - Support syncs of new packages.
  - Support syncs from a non-default series (LP: #931644)
  - Check for dependencies that the package doesn't Depend on. Recommend
    dput, lintian, patch, quilt. (LP: #846385)
* Re-add dgetlp. Still needed for downloading source packages from +queue.
  (LP: #919805)
* pbuilder-dist:
  - Export DISTRIBUTION and ARCHITECTURE as well as DIST and ARCH. Thanks
    Alessio Treglia. (Closes: #659060, LP: #423609)
  - Pass DEB_BUILD_OPTIONS through (LP: #685786)
* reverse-depends: Now that Debian is supported server-side:
  - Convert Debian release aliases to codenames.
  - Default to the devel release of the vendor distribution.
  - Provide transitional reverse-build-depends wrapper to help users
    discover reverse-depends. (LP: #910420)
* backportpackage: Map Debian release aliases to codenames (LP: #918231)

[ Evan Broder]
* sponsor-patch, requestsync, syncpackage: Add a config variable for -k
  arguments.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH DGETLP "1" "27 August 2008" "ubuntu-dev-tools"
 
2
 
 
3
.SH NAME
 
4
dgetlp \- simulate ``dget'' behaviour for files hosted at librarian.launchpad.net
 
5
 
 
6
.SH SYNOPSIS
 
7
.B dgetlp [\fB\-d\fP|\fB(\fB\-v\fP|\fB\-q\fP)\fP] <\fBLaunchpad DSC URL\fP>
 
8
 
 
9
.SH DESCRIPTION
 
10
\fBdgetlp\fR simulates dget behaviour by downloading and extracting the
 
11
<\fBLaunchpad DSC URL\fP> from the Launchpad Librarian.
 
12
 
 
13
.SH OPTIONS
 
14
Listed below are the command line options for dgetlp:
 
15
.TP
 
16
.B \-h, \-\-help
 
17
show this help message and exit.
 
18
.TP
 
19
.B \-d, \-\-debug
 
20
Enable debugging.
 
21
.TP
 
22
.B \-v, \-\-verbose
 
23
Enable verbose output.
 
24
.TP
 
25
.B \-q, \-\-quiet
 
26
Never print any output.
 
27
.TP
 
28
.B <Launchpad DSC URL>
 
29
This is the source package that you would like to be downloaded from the
 
30
Launchpad Librarian.
 
31
 
 
32
.SH EXAMPLE
 
33
.B dgetlp http://launchpadlibrarian.net/10348157/coreutils_5.97-5.4ubuntu1.dsc
 
34
 
 
35
.SH AUTHOR
 
36
\fBdgetlp\fR was written by Terence Simpson <tsimpson@ubuntu.com> and
 
37
modified by Siegfried-A. Gevatter <rainct@ubuntu.com>. The python rewrite
 
38
was written by Terence Simpson <tsimpson@ubuntu.com> based off the original.
 
39
This man page was written by Ryan Kavanagh <ryanakca@kubuntu.org>.
 
40
Both are released under the GNU General Public License, version 2 or later.