mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-12 23:51:08 +00:00
* More *roff fixes.
This commit is contained in:
parent
2d704f9165
commit
39938465a5
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -13,6 +13,7 @@ ubuntu-dev-tools (0.23) UNRELEASED; urgency=low
|
||||
[ Colin Watson ]
|
||||
* Add a SYNOPSIS section to submittodebian(1) to clarify that it takes no
|
||||
arguments.
|
||||
* More *roff fixes.
|
||||
|
||||
-- Luke Yelavich <themuso@ubuntu.com> Sat, 24 Nov 2007 07:49:32 +1100
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
get\-build\-deps \- install build dependencies for one or more packages
|
||||
.\"
|
||||
.SH SYNOPSIS
|
||||
\fBget\-build\-deps\fP [\fIPACKAGE(S)\fR]
|
||||
\fBget\-build\-deps\fP [\fIPACKAGE\fR...]
|
||||
.\"
|
||||
.SH DESCRIPTION
|
||||
\fBget\-build\-deps\fP is a script to install the build dependencies for either a
|
||||
@ -16,40 +16,47 @@ local source package or one or more packages from the repositories.
|
||||
.PP
|
||||
In order to obtain all missing build dependencies for a package on which source
|
||||
you are currently working, just run this script without any argument, and it'll
|
||||
read it's debian/control file to determine the missing build dependencies.
|
||||
read its debian/control file to determine the missing build dependencies.
|
||||
.PP
|
||||
Alternatively, you can call it with a list of space-separated package names, or the
|
||||
name of a single file which contains the package names each on a line. Then it will
|
||||
install the missing dependencies for those packages using "apt-get build-dep".
|
||||
name of a single file which contains the package names each on a line.
|
||||
Then it will install the missing dependencies for those packages using
|
||||
"apt-get build-dep".
|
||||
.\"
|
||||
.SH EXAMPLES
|
||||
.TP
|
||||
get\-build\-deps
|
||||
Looks for a the debian/control file in the current working directory and installs the
|
||||
Looks for a debian/control file in the current working directory and installs the
|
||||
dependencies listed there.
|
||||
.TP
|
||||
get\-build\-deps geany
|
||||
Installs the build dependencies for version of «geany» that's in the repositories.
|
||||
Installs the build dependencies for the version of
|
||||
.B geany
|
||||
that's in the repositories.
|
||||
.TP
|
||||
get\-build\-deps geany epiphany-browser rhythmbox
|
||||
Same as the previous example but also with the dependencies for «epiphany-browser»
|
||||
and «rhythmbox».
|
||||
Same as the previous example but also with the dependencies for
|
||||
.B epiphany-browser
|
||||
and
|
||||
.BR rhythmbox .
|
||||
.TP
|
||||
get\-build\-deps ./package_list.txt
|
||||
Reads the file «package_list.txt» (relatively to the current working directory),
|
||||
Reads the file
|
||||
.B package_list.txt
|
||||
(relative to the current working directory),
|
||||
where each line contains the name of a package, and installs the dependencies
|
||||
for the versions of all those that's in the repositories.
|
||||
for the versions of all those that are in the repositories.
|
||||
.\"
|
||||
.SH KNOWN BUGS AND LIMITATIONS
|
||||
When it's being used to install the missing dependencies for a local source package
|
||||
(ie, no arguments are passed to it) it doesn't check for the dependencies to match
|
||||
(i.e., no arguments are passed to it) it doesn't check for the dependencies to match
|
||||
the indicated versions, but just installs the newest one available in the repositories.
|
||||
.\"
|
||||
.SH SEE ALSO
|
||||
\fBdpkg-checkbuilddeps(1)\fR,
|
||||
\fBapt-get(8)\fR
|
||||
.BR dpkg-checkbuilddeps (1),
|
||||
.BR apt-get (8)
|
||||
.SH AUTHORS
|
||||
.\"
|
||||
\fBget\-build\-deps\fP and this manual page have been written by Siegfried-Angel
|
||||
Gevatter Pujals <siggi.gevatter@gmail.com>. They are released under the GNU General
|
||||
Public License, version 3 or later.
|
||||
Gevatter Pujals <siggi.gevatter@gmail.com>.
|
||||
They are released under the GNU General Public License, version 3 or later.
|
||||
|
@ -5,32 +5,41 @@ requestsync \- helper to file sync requests for Ubuntu
|
||||
.B requestsync\fR [\fB\-ns\fR] [\fB-k \fIkeyid\fR] <\fBsource package\fR> <\fBtarget release\fR> [\fIbase version\fR]
|
||||
.SH DESCRIPTION
|
||||
.PP
|
||||
\fBrequestsync\fR looks at the versions of <source package> in Debian and Ubuntu and prompts for an explanation of why the Ubuntu changes (if there are any) should be dropped. The changelog entry is then downloaded from packages.debian.org, followed by prompt for your GPG passphrase so that it can sign the mail and send it off, to file a sync request in the form of a bug report in Launchpad.
|
||||
\fBrequestsync\fR looks at the versions of <source package> in Debian and
|
||||
Ubuntu and prompts for an explanation of why the Ubuntu changes (if there
|
||||
are any) should be dropped.
|
||||
The changelog entry is then downloaded from packages.debian.org, followed by
|
||||
a prompt for your GPG passphrase so that it can sign the mail and send it
|
||||
off, to file a sync request in the form of a bug report in Launchpad.
|
||||
.SH OPTIONS
|
||||
.PP
|
||||
Listed below are the command line options for requestsync:
|
||||
.TP
|
||||
.B \-n
|
||||
Specifies that the package is a new package, and requestsync should not attempt to look it up in Ubuntu since it will not exist.
|
||||
Specifies that the package is a new package, and requestsync should not
|
||||
attempt to look it up in Ubuntu since it will not exist.
|
||||
.TP
|
||||
.B \-s
|
||||
Specifies that you require sponsorship.
|
||||
You need this option if you are not a member of ubuntu-dev for universe or multiverse, or ubuntu-core-dev for main or restricted.
|
||||
You need this option if you are not a member of ubuntu-dev for universe or
|
||||
multiverse, or ubuntu-core-dev for main or restricted.
|
||||
.TP
|
||||
.B \-k \fI<keyid>\fR
|
||||
Specifies your GPC key.
|
||||
Can also be set with the line `\fIexport GPGKEY=<keyid>\fR' in
|
||||
.IR $HOME/.bashrc \fR.
|
||||
.IR $HOME/.bashrc .
|
||||
.TP
|
||||
.B <source package>
|
||||
This is the source package that you would like to be synced from Debian.
|
||||
.TP
|
||||
.B <target release>
|
||||
This is the release that you would like the source package to be synced into.
|
||||
This should always be the latest development release of Ubuntu, ie: gutsy.
|
||||
This is the release that you would like the source package to be synced
|
||||
into.
|
||||
This should always be the latest development release of Ubuntu, i.e.: hardy.
|
||||
.TP
|
||||
.B [base version]
|
||||
In some cases, the base version (where the Ubuntu package started differing from the Debian package) can not be automatically determined.
|
||||
In some cases, the base version (where the Ubuntu package started differing
|
||||
from the Debian package) cannot be automatically determined.
|
||||
Specify this option in this case.
|
||||
.SH AUTHOR
|
||||
.PP
|
||||
@ -39,5 +48,4 @@ This manual page was pieced together by Steve Kowalik.
|
||||
It was then updated by Ryan Kavanagh to reflect additional features.
|
||||
.SH SEE ALSO
|
||||
.PP
|
||||
\fBrmadison\fP\fB(1)\fP
|
||||
.UE
|
||||
.BR rmadison (1)
|
||||
|
@ -9,9 +9,10 @@ This manual page documents briefly the
|
||||
command.
|
||||
.PP
|
||||
.B submittodebian
|
||||
was created to help bridge a gap between Debian and Ubuntu, namely by making it trivially easy to submit your changes to a Debian package to the Debian bts.
|
||||
was created to help bridge a gap between Debian and Ubuntu, namely by making it trivially easy to submit your changes to a Debian package to the Debian bug tracking system.
|
||||
.PP
|
||||
It expects to find the .dsc and diff.gz of the current version (which you likely just created) and the previous one in the parent directory. By examining debian/changelog it will extract the information it needs to:
|
||||
It expects to find the .dsc and diff.gz of the current version (which you likely just created) and the previous one in the parent directory.
|
||||
By examining debian/changelog it will extract the information it needs to:
|
||||
.PP
|
||||
1. Extract the debdiff containing your changes.
|
||||
.PP
|
||||
|
@ -23,7 +23,8 @@ considered.
|
||||
a script with the same name, by Martin Pitt <martin.pitt@ubuntu.com>.
|
||||
.\"
|
||||
.SH SEE ALSO
|
||||
\fBfind(1)\fR
|
||||
.BR find (1)
|
||||
.\"
|
||||
.SH COPYRIGHT
|
||||
This manual page was written by Siegfried-Angel Gevatter Pujals (RainCT). It is released under the GNU General Public License, version 2 or later.
|
||||
This manual page was written by Siegfried-Angel Gevatter Pujals (RainCT).
|
||||
It is released under the GNU General Public License, version 2 or later.
|
||||
|
Loading…
x
Reference in New Issue
Block a user