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
|
Source: breezy-loom
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/brz-loom
Build-Depends: python3, python3-breezy (>= 3.1~), debhelper-compat (= 13), dh-python
Rules-Requires-Root: no
Build-Depends-Indep: brz,
python3-subunit,
python3-testtools,
python3-breezy.tests
Standards-Version: 4.5.0
Vcs-Bzr: https://code.launchpad.net/~debian-bazaar/debian/sid/brz-loom/unstable
Vcs-Browser: https://code.launchpad.net/~debian-bazaar/debian/sid/brz-loom/unstable
Package: brz-loom
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-breezy (>= 3.1~)
Recommends: bzr
Enhances: bzr
Description: Focused patch plugin support for Bazaar branches in Breezy
Loom is a Breezy plugin to assist in developing focused patches. It adds a
'loom' to a Bazaar branch.
.
A loom allows the development of multiple patches at once, while still giving
each patch a branch of its own.
|