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
|
Source: git-review
Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
Section: vcs
Priority: optional
Uploaders:
Thomas Goirand <zigo@debian.org>,
Clint Adams <clint@debian.org>,
Build-Depends:
debhelper-compat (= 11),
dh-python,
openstack-pkg-tools,
python3-all,
python3-pbr,
python3-setuptools,
Build-Depends-Indep:
git,
python3-fixtures,
python3-hacking,
python3-requests,
python3-stestr (>= 2.2.0),
python3-testtools,
Standards-Version: 4.4.1
Homepage: https://opendev.org/opendev/git-review
Vcs-Git: https://salsa.debian.org/openstack-team/third-party/git-review.git
Vcs-Browser: https://salsa.debian.org/openstack-team/third-party/git-review
Package: git-review
Architecture: all
Depends:
git,
python3-requests,
${misc:Depends},
${python3:Depends},
Description: git command for submitting branches to Gerrit
git-review is a tool that helps submitting git branches to gerrit for review.
It is used extensively for the development and maintenance of OpenStack, but
it can be used for any project using Gerrit.
|