Files
deb-python-steadymark/debian/control
Ondřej Nový b9fc539fd0 Bumped debhelper compat version to 10
Change-Id: Ib797b5b5d174f4b275d530045f30a9f07bf7a771
2016-11-24 00:11:52 +01:00

38 lines
1.3 KiB
Plaintext

Source: python-steadymark
Section: python
Priority: optional
Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders: Julien Danjou <acid@debian.org>,
Thomas Goirand <zigo@debian.org>,
Mehdi Abaakouk <sileht@sileht.net>
Build-Depends: debhelper (>= 10),
openstack-pkg-tools,
python-all (>= 2.6.6-3~),
python-misaka,
python-nose,
python-sure,
python-setuptools
Standards-Version: 3.9.4
Vcs-Browser: https://git.openstack.org/cgit/openstack/deb-python-steadymark?h=debian%2Fnewton
Vcs-Git: https://git.openstack.org/openstack/deb-python-steadymark -b debian/newton
Homepage: https://github.com/gabrielfalcao/steadymark
Package: python-steadymark
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Depends: bpython,
ipython,
python-ipdb,
python-misaka,
python-nose,
python-pygments,
python-sure,
${misc:Depends},
${python:Depends}
Recommends: ${python:Recommends}
Description: markdown-based test runner
Write your documentation using github-flavored markdown, surround your
snippets with Python code blocks and steadymark will automatically find and
run them, if there is a header preceding your Python snippet it will be used
as title for your test.