Source: bzr-upload Section: vcs Priority: optional Maintainer: Debian Bazaar Maintainers Uploaders: Vincent Ladeuil , Jelmer Vernooij Build-Depends-Indep: python-testtools Build-Conflicts: bzr-hg Build-Depends: bzr (<< 2.8.0), bzr (>= 2.2~), debhelper (>= 9.0.0), python (>= 2.6.6-3), python-bzrlib.tests, python-paramiko (<< 1.12.0) | python-paramiko (>= 1.14.1) Standards-Version: 3.9.8 X-Python-Version: >= 2.6 Homepage: https://launchpad.net/bzr-upload Vcs-Bzr: https://code.launchpad.net/~debian-bazaar/debian/sid/bzr-upload/unstable Vcs-Browser: https://code.launchpad.net/~debian-bazaar/debian/sid/bzr-upload/unstable XS-Testsuite: autopkgtest Package: bzr-upload Architecture: all Depends: bzr (<< 2.8.0), bzr (>= 2.2~), ${misc:Depends}, ${python:Depends} Conflicts: python-paramiko (<< 1.14.1) Enhances: bzr Description: Bazaar plugin for uploading to web servers This is a plugin for Bazaar that incrementally uploads changes in a Bazaar branch to a dumb server. . Web sites are often hosted on servers where Bazaar can not be installed. In other cases, the web site must not give access to its corresponding branch (for security reasons for example). Finally, web hosting providers often provide only ftp access to upload sites. This plugin uploads only the relevant changes since the last upload using the ftp or sftp protocols. . It adds a "upload" subcommand to bzr.