diff --git a/debian/control b/debian/control index 1f6efbf..44e7ff3 100644 --- a/debian/control +++ b/debian/control @@ -1,29 +1,24 @@ Source: python3-mirakuru Section: python Priority: optional Maintainer: Software Heritage developers Build-Depends: debhelper (>= 9), dh-python (>= 2), python3-all, python3-setuptools, python3-psutil, python3-pytest, python3-pytest-cov, python3-mock, python3-daemon Standards-Version: 4.1.3 Homepage: https://github.com/ClearcodeHQ/mirakuru Package: python3-mirakuru Architecture: all Depends: python3-psutil, ${misc:Depends}, ${python3:Depends} Description: Process executor for tests Mirakuru is a process orchestration tool designed for functional and integration tests. - . - Maybe you want to be able to start a database before you start your - program or maybe you just need to set additional services up for - your tests. This is where you should consider using mirakuru to add - superpowers to your program or tests.