summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control120
1 files changed, 120 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..6ca5b60
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,120 @@
+Source: breezy
+Section: vcs
+Priority: optional
+Maintainer: Debian Breezy Maintainers <pkg-bazaar-maint@lists.alioth.debian.org>
+Uploaders: Jelmer Vernooij <jelmer@debian.org>
+Build-Depends: bash-completion,
+ ca-certificates,
+ dh-python,
+ debhelper (>= 12),
+ fdupes,
+ cython3-dbg (>= 0.17),
+ python3 (>= 2.6.6-3),
+ python3-all-dbg (>= 2.6.6-3),
+ python3-all-dev (>= 2.6.6-3),
+ python3-configobj (>= 4.7.2+ds-2),
+ python3-coverage <!nocheck>,
+ python3-dulwich (>= 0.20.23),
+ python3-docutils,
+ python3-fastimport (>= 0.9.8),
+ python3-launchpadlib,
+ python3-paramiko,
+ python3-patiencediff,
+ python3-setuptools,
+ python3-six,
+ python3-sphinx (>= 1.0.7+dfsg),
+ python3-subunit <!nocheck>,
+ python3-testtools (>= 0.9.5~) <!nocheck>,
+ debhelper-compat (= 12)
+Standards-Version: 4.5.0
+Rules-Requires-Root: no
+Vcs-Bzr: https://code.breezy-vcs.org/breezy/unstable
+Vcs-Browser: https://code.breezy-vcs.org/breezy/unstable
+Homepage: https://www.breezy-vcs.org/
+
+Package: brz
+Recommends: python3-gpg, python3-dulwich (>= 0.20.23)
+Architecture: all
+Conflicts: git-remote-bzr, bzr-git (<< 0.6.13+bzr1650+brz1), bzr (<< 2.7.0+bzr6622-1)
+Depends: python3-breezy (<= ${source:Version}.1~),
+ python3-breezy (>= ${source:Version}),
+ ${misc:Depends},
+ ${python3:Depends}
+Suggests: brz-doc,
+ python3-breezy.tests,
+ python3-fastimport (>= 0.9.8)
+Provides: bzr, bzr-stats, bzr-email, bzr-upload, bzr-git, bzr-fastimport, git-remote-bzr
+Description: easy to use distributed version control system
+ Breezy is a distributed version control system designed to be easy to
+ use and intuitive, able to adapt to many file formats and workflows, reliable,
+ and easily extendable.
+ .
+ Out of the box, Breezy supports both the Git and Bazaar repository
+ formats.
+
+Package: python3-breezy
+Architecture: any
+Section: python
+Depends: python3-configobj,
+ python3-six,
+ ${misc:Depends},
+ ${python3:Depends},
+ ${shlibs:Depends},
+ python3-dulwich (>= 0.20.23)
+Recommends: ca-certificates,
+ python3-launchpadlib,
+ python3-github,
+ python3-gitlab,
+ ssh-client | python3-paramiko,
+ python3-gpg,
+Conflicts: python3-paramiko (<< 1.14.1), python3-dulwich (<< 0.19.11)
+Suggests: python3-breezy-dbg,
+ python3-breezy.tests,
+ python3-fastimport,
+ python3-kerberos (>= 1.0+svn2455-1),
+ python3-paramiko,
+ python3-patiencediff,
+ xdg-utils,
+Provides: ${python3:Provides}
+Description: distributed version control system - Python 3 library
+ Breezy is a distributed version control system designed to be easy to
+ use and intuitive, able to adapt to many file formats and workflows, reliable,
+ and easily extendable.
+ .
+ This package contains the Breezy Python 3 library.
+
+Package: python3-breezy.tests
+Architecture: all
+Section: python
+Depends: python3-breezy (<= ${source:Version}.1~),
+ python3-breezy (>= ${source:Version}),
+ python3-testtools (>= 0.9.5~),
+ ${misc:Depends},
+ ${python3:Depends}
+Suggests: python3-subunit
+Provides: ${python3:Provides}
+Replaces: python3-breezy (<< 2.4.0~beta1-2)
+Description: distributed version control system - Python 3 testsuite
+ Breezy is a distributed version control system designed to be easy to
+ use and intuitive, able to adapt to many file formats workflows, reliable, and
+ easily extendable.
+ .
+ This package contains the breezy test infrastructure and testsuite,
+ which is required to run the 'brz selftest' command and to run
+ plugin tests.
+ .
+ This package contains the Python 3 version.
+
+Package: brz-doc
+Multi-Arch: foreign
+Architecture: all
+Section: doc
+Depends: ${misc:Depends},
+ ${sphinxdoc:Depends}
+Suggests: brz
+Description: easy to use distributed version control system (documentation)
+ Breezy is a distributed version control system designed to be easy to
+ use and intuitive, able to adapt to many file formats and workflows, reliable,
+ and easily extendable.
+ .
+ This package provides the documentation.