1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
Source: bzr-upload
Section: vcs
Priority: optional
Maintainer: Debian Bazaar Maintainers <pkg-bazaar-maint@lists.alioth.debian.org>
Uploaders: Vincent Ladeuil <v.ladeuil+lp@free.fr>, Jelmer Vernooij <jelmer@debian.org>
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.
|