Wrap-and-sort.
This commit is contained in:
parent
b46bde6c34
commit
c6b512db5f
2 changed files with 16 additions and 3 deletions
16
debian/control
vendored
16
debian/control
vendored
|
@ -1,6 +1,13 @@
|
|||
Rules-Requires-Root: no
|
||||
Standards-Version: 4.5.1
|
||||
Build-Depends: debhelper-compat (= 12), dh-sequence-python3, python3-all, python3-setuptools, python3-buildlog-consultant
|
||||
Build-Depends: debhelper-compat (= 12),
|
||||
dh-sequence-python3,
|
||||
python3-all,
|
||||
python3-apt,
|
||||
python3-breezy,
|
||||
python3-buildlog-consultant,
|
||||
python3-debmutate,
|
||||
python3-setuptools,
|
||||
Source: ognibuild
|
||||
Priority: optional
|
||||
Section: devel
|
||||
|
@ -11,7 +18,12 @@ Homepage: https://github.com/jelmer/ognibuild
|
|||
|
||||
Package: ognibuild
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}, ${python3:Depends}
|
||||
Depends: python3-apt,
|
||||
python3-breezy,
|
||||
python3-buildlog-consultant,
|
||||
python3-debmutate,
|
||||
${misc:Depends},
|
||||
${python3:Depends},
|
||||
Description: Detect and run any build system
|
||||
Ognibuild is a simple wrapper with a common interface for invoking any kind of
|
||||
build tool.
|
||||
|
|
3
debian/tests/control
vendored
3
debian/tests/control
vendored
|
@ -1,3 +1,4 @@
|
|||
Test-Command: python3 -m unittest ognibuild.tests.test_suite
|
||||
Depends: @, python3
|
||||
Depends: python3,
|
||||
@,
|
||||
Restrictions: allow-stderr
|
||||
|
|
Loading…
Add table
Reference in a new issue