SYNCPACKAGE(1) | General Commands Manual | SYNCPACKAGE(1) |
syncpackage - copy source packages from Debian to Ubuntu
syncpackage [options] <.dsc URL/path or package name>
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.
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.
All of the CONFIGURATION VARIABLES below are also supported as environment variables. Variables in the environment take precedence to those in configuration files.
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.
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 |