Revert last commit, use Andrew Starr-Bochicchio's branch instead.

This commit is contained in:
Benjamin Drung 2010-06-29 16:39:12 +02:00
parent c696deeff1
commit 49b1f200a5
2 changed files with 5 additions and 39 deletions

7
debian/changelog vendored
View File

@ -1,10 +1,3 @@
ubuntu-dev-tools (0.101) UNRELEASED; urgency=low
* doc/syncpackage.1:
- Integrate with new syncpackage options (Closes: #587142).
-- Luca Falavigna <dktrkranz@ubuntu.com> Sun, 27 Jun 2010 17:12:03 +0200
ubuntu-dev-tools (0.100) maverick; urgency=low ubuntu-dev-tools (0.100) maverick; urgency=low
[ Luca Falavigna ] [ Luca Falavigna ]

View File

@ -2,7 +2,7 @@
.SH NAME .SH NAME
syncpackage \- helper to prepare .changes file to upload synced packages syncpackage \- helper to prepare .changes file to upload synced packages
.SH SYNOPSIS .SH SYNOPSIS
.B syncpacage\fR \fB[OPTIONS]\fR \fB<.dsc file>\fR .B syncpacage\fR \fB<.dsc file>\fR \fB<target release>\fR
.SH DESCRIPTION .SH DESCRIPTION
\fBsyncpackage\fR generates a changes file to be directly uploaded to Ubuntu \fBsyncpackage\fR generates a changes file to be directly uploaded to Ubuntu
primary archive or PPA starting from a pristine Debian package. primary archive or PPA starting from a pristine Debian package.
@ -14,38 +14,11 @@ this way you can preserve source files integrity between the two distributions.
.B <.dsc file> .B <.dsc file>
This is the .dsc file to generate .changes file against. This is the .dsc file to generate .changes file against.
.TP .TP
.B -h, --help .B <target release>
Show help message and exit This is the release that you would like the source package to be synced into.
.TP This should always be the latest development release of Ubuntu.
.B -d DIST, --distribution=DIST
Debian distribution to sync from
.TP
.B -r RELEASE, --release=RELEASE
Specify target Ubuntu release
.TP
.B -V DEBVERSION, --debian-version=DEBVERSION
Specify the version to sync
.TP
.B -c COMPONENT, --component=COMPONENT
Specify the component to sync from
.TP
.B -n UPLOADER_NAME, --uploader-name=UPLOADER_NAME
Use UPLOADER_NAME as the name of the maintainer for this upload instead of
evaluating DEBFULLNAME environment variable
.TP
.B -e UPLOADER_EMAIL, --uploader-email=UPLOADER_EMAIL
Use UPLOADER_EMAIL as email address of the maintainer for this upload instead
of evaluating DEBEMAIL environment variable
.TP
.B -k KEYID, --key=KEYID
Specify the key ID to be used for signing
.TP
.B -b BUG, --bug=BUG
Mark a Launchpad bug as being fixed by this upload
.TP
.B -v, --verbose
Display more information
.SH AUTHOR .SH AUTHOR
.B requestsync
This manual page were written by Luca Falavigna <dktrkranz@ubuntu.com> This manual page were written by Luca Falavigna <dktrkranz@ubuntu.com>
.PP .PP
It is released under GNU General Public License, version 3. It is released under GNU General Public License, version 3.