Add missing dependnecies.

This commit is contained in:
Jelmer Vernooij 2021-03-02 18:26:37 +00:00
parent f367193566
commit 8427e59fd8
No known key found for this signature in database
GPG key ID: 579C160D4C9E23E8
3 changed files with 8 additions and 2 deletions

4
debian/changelog vendored
View file

@ -1,8 +1,8 @@
ognibuild (0.0.2-1) UNRELEASED; urgency=medium
ognibuild (0.0.2-1) unstable; urgency=medium
* New upstream release.
-- Jelmer Vernooij <jelmer@debian.org> Tue, 02 Mar 2021 17:55:58 +0000
-- Jelmer Vernooij <jelmer@debian.org> Tue, 02 Mar 2021 18:25:45 +0000
ognibuild (0.0.1~git20210228.bc79314-1) unstable; urgency=medium

5
debian/control vendored
View file

@ -5,9 +5,13 @@ Build-Depends: debhelper-compat (= 12),
python3-all,
python3-apt,
python3-breezy,
python3-breezy.tests,
python3-buildlog-consultant,
python3-requirement-parser,
python3-debmutate,
python3-setuptools,
lintian-brush,
brz-debian
Source: ognibuild
Priority: optional
Section: devel
@ -22,6 +26,7 @@ Depends: python3-apt,
python3-breezy,
python3-buildlog-consultant,
python3-debmutate,
python3-requirement-parser,
${misc:Depends},
${python3:Depends},
Description: Detect and run any build system

View file

@ -1,4 +1,5 @@
Test-Command: python3 -m unittest ognibuild.tests.test_suite
Depends: python3,
@,
lintian-brush, brz-debian, python3-breezy.tests
Restrictions: allow-stderr