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
|
Source: git-remote-bzr
Section: vcs
Priority: extra
Maintainer: Vagrant Cascadian <vagrant@debian.org>
Uploaders: Jonathan Nieder <jrnieder@gmail.com>, Paul Wise <pabs@debian.org>
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: asciidoc, xmlto,
# Needed for the testsuite
bzr, git, python, python-bzrlib
Standards-Version: 3.9.5
Homepage: https://github.com/felipec/git-remote-bzr
Vcs-Git: git://anonscm.debian.org/collab-maint/git-remote-bzr.git
Vcs-Browser: https://anonscm.debian.org/gitweb/?p=collab-maint/git-remote-bzr.git;a=summary
Package: git-remote-bzr
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, git, python, python-bzrlib
Suggests: git-doc, bzr
Conflicts: bzr-git
Breaks: git-bzr (<< 2:0.2+20140700)
Replaces: git-bzr
Description: bidirectional bridge between Git and Bazaar
This package provides the bzr remote helper, which allows Git to
read from and write to Bazaar repositories as though they were remote
Git repositories.
Package: git-bzr
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, git-remote-bzr,
Description: transitional dummy package
This is a transitional dummy package to ease the migration
from the git-bzr to the new git-remote-bzr package.
You can remove it safely.
|