Scroll to navigation

SYNCPACKAGE(1) General Commands Manual SYNCPACKAGE(1)

NAME

syncpackage - copy source packages from Debian to Ubuntu

SYNOPSIS

syncpackage [options] <.dsc URL/path or package name>

DESCRIPTION

syncpackage causes a source package to be copied from Debian to Ubuntu.

syncpackage allows you to upload files with the same checksums of the Debian ones, as the common script used by Ubuntu archive administrators does, this way you can preserve source files integrity between the two distributions.

syncpackage will detect source tarballs with mismatching checksums, and can perform fake syncs.

WARNING

The use of syncpackage --no-lp, which generates a changes file to be directly uploaded to the Ubuntu primary archive or a PPA, is discouraged by the Ubuntu Archive Administrators, as it introduces an unnecessary window for error. This only exists for backward compatibility, for unusual corner cases (such as fakesyncs), and for uploads to archives other than the Ubuntu primary archive. Omitting this option will cause Launchpad to perform the sync request directly, which is the preferred method for uploads to the Ubuntu primary archive.

OPTIONS

Show help message and exit
Debian distribution to sync from. Default is unstable.
Specify target Ubuntu release. Default: current development release.
Specify the version to sync from.
Specify the component to sync from.
Mark a Launchpad bug as being fixed by this upload.
Sponsor the sync for USERNAME (a Launchpad username).
Display more progress information.
Perform a fakesync, to work around a tarball mismatch between Debian and Ubuntu. This option ignores blacklisting, and performs a local sync. It implies --no-lp, and will leave a signed .changes file for you to upload.
Force sync over the top of Ubuntu changes.
Do not read any configuration files, or configuration from environment variables.
Launchpad instance to connect to (default: production).
Show what would be done, but don't actually do it.

LOCAL SYNC PREPARATION OPTIONS

Construct sync locally, rather than letting Launchpad copy the package directly. It will leave a signed .changes file for you to upload. See the WARNING above.
Use UPLOADER_NAME as the name of the maintainer for this upload instead of evaluating DEBFULLNAME and UBUMAIL. This option may only be used in --no-lp mode.
Use UPLOADER_EMAIL as the email address of the maintainer for this upload instead of evaluating DEBEMAIL and UBUMAIL. This option may only be used in --no-lp mode.
Specify the key ID to be used for signing.
Do not sign the upload.
Use the specified mirror. Should be in the form http://ftp.debian.org/debian. If the package isn't found on this mirror, syncpackage will fall back to the default mirror.
Use the specified Debian security mirror. Should be in the form http://archive.ubuntu.com/ubuntu. If the package isn't found on this mirror, syncpackage will fall back to the default mirror.

ENVIRONMENT

Used to determine the uploader (if not supplied as options). See ubuntu-dev-tools(5) for details.

All of the CONFIGURATION VARIABLES below are also supported as environment variables. Variables in the environment take precedence to those in configuration files.

CONFIGURATION VARIABLES

The following variables can be set in the environment or in ubuntu-dev-tools(5) configuration files. In each case, the script-specific variable takes precedence over the package-wide variable.

The default value for --debian-mirror.
The default value for --ubuntu-mirror.
The default value for --key.

SEE ALSO

requestsync(1), ubuntu-dev-tools(5)

AUTHOR

syncpackage was written by Martin Pitt <martin.pitt@canonical.com> and Benjamin Drung <bdrung@ubuntu.com>.

This manual page was written by Luca Falavigna <dktrkranz@ubuntu.com>

Both are released under GNU General Public License, version 3.

June 2010 ubuntu-dev-tools