File: control

package info (click to toggle)
bzr-fastimport 0.13.0%2Bbzr361-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 568 kB
  • sloc: python: 5,094; xml: 19; makefile: 6; sh: 1
file content (34 lines) | stat: -rw-r--r-- 1,437 bytes parent folder | download
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
Source: bzr-fastimport
Section: vcs
Priority: optional
Maintainer: Debian Bazaar Maintainers <pkg-bazaar-maint@lists.alioth.debian.org>
Uploaders: Jelmer Vernooij <jelmer@debian.org>,
Homepage: https://launchpad.net/bzr-fastimport
Build-Depends-Indep: bzr (>= 1.0),
                     python-bzrlib.tests | bzr (<< 2.4.0~beta1-2),
                     python-fastimport (>= 0.9.0~),
                     python-testtools
Build-Depends: debhelper (>= 9), python (>= 2.6.6-3)
Standards-Version: 3.9.7
X-Python-Version: >= 2.4
Vcs-Bzr: http://anonscm.debian.org/bzr/pkg-bazaar/bzr-fastimport/unstable/
XS-Testsuite: autopkgtest

Package: bzr-fastimport
Architecture: all
Depends: bzr (>= 1.0),
         python-fastimport (>= 0.9.0~),
         ${misc:Depends},
         ${python:Depends}
Suggests: cvs2svn, git, monotone, python-subvertpy | svn-all-fast-export
Enhances: bzr
Description: Fast-import/fast-export plugin for Bazaar
 Bazaar Fast Import is a plugin providing fast loading of revision control
 data into Bazaar.
 .
 It is designed to be used in combination with front-end programs that
 generate a command/data stream for it to process. Front-ends are available
 for a wide range of foreign VCS tools including Subversion, CVS, Git,
 Mercurial, Darcs and Perforce. New front-ends are easy to develop in whatever
 programming language you prefer, making Bazaar Fast Import useful for teams
 needing a custom migration solution.