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 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64
|
Source: breezy-debian
Section: vcs
Priority: optional
Maintainer: Debian Bazaar Maintainers <pkg-bazaar-maint@lists.alioth.debian.org>
Uploaders: Jelmer Vernooij <jelmer@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-python,
python3-all (>= 2.6.6-3),
xz-utils
Build-Depends-Indep: brz (>= 3.3~),
debcargo,
devscripts (>= 2.10.59),
libalgorithm-merge-perl,
patchutils,
pristine-tar,
python3-apt,
python3-breezy.tests (>= 3.3~),
python3-debian,
python3-debmutate (>= 0.34),
python3-distro-info,
python3-docutils,
python3-dulwich (>= 0.19.9),
python3-subunit,
python3-testtools,
python3-yaml,
quilt
Vcs-Git: https://salsa.debian.org/breezy-team/breezy-debian.git
Vcs-Browser: https://salsa.debian.org/breezy-team/breezy-debian
Rules-Requires-Root: no
Standards-Version: 4.5.0
Package: brz-debian
Architecture: all
Depends: brz (>= 3.3~),
devscripts (>= 2.10.59),
dpkg-dev,
fakeroot,
patchutils,
pristine-tar,
python3-apt,
python3-breezy (>= 3.3.5-6),
python3-debian,
python3-debmutate (>= 0.34),
python3-psycopg2,
python3-yaml,
quilt,
${misc:Depends},
${python3:Depends}
Recommends: libalgorithm-merge-perl,
python3-distro-info,
python3-dulwich (>= 0.19.9),
python3-launchpadlib,
python3-upstream-ontologist
Suggests: debcargo
Provides: brz-buildpackage
Breaks: silver-platter (<= 0.1.0)
Enhances: brz
Description: breezy plugin for Debian package management
brz-debian is a plugin for the breezy version control system that helps to
automate the task of maintaining Debian packages using breezy. It is similar
in intent to cvs-buildpackage, svn-buildpackage and the similar scripts.
.
It builds a Debian package from a branch, optionally using a separate
upstream tarball.
|