diff --git a/debian/changelog b/debian/changelog index 38cc6d5..9c3980c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,38 +1,44 @@ +mirakuru (2.1.0-2~~swh2) UNRELEASED; urgency=medium + + * Build-Depend on netcat-openbsd instead of netcat-traditional + + -- Nicolas Dandrimont Wed, 17 Mar 2021 13:17:00 +0100 + mirakuru (2.1.0-2~~swh1) unstable-swh; urgency=medium * Remove .coverage from installed directory -- Nicolas Dandrimont Wed, 23 Oct 2019 17:04:39 +0200 mirakuru (2.1.0-1~~swh1) unstable-swh; urgency=medium * New upstream release -- Nicolas Dandrimont Wed, 23 Oct 2019 15:17:23 +0200 mirakuru (1.1.0-1~swh3) unstable-swh; urgency=medium * Bump package version again -- Nicolas Dandrimont Thu, 07 Feb 2019 19:06:34 +0100 mirakuru (1.1.0-1~swh2) unstable-swh; urgency=medium * Bump package version -- Nicolas Dandrimont Thu, 07 Feb 2019 18:54:28 +0100 mirakuru (1.1.0-1~swh1) unstable-swh; urgency=medium * New upstream release 1.1.0 - (tagged by Antoine R. Dumont (@ardumont) on 2019-01-31 09:39:49 +0100) * Upstream changes: - New upstream version 1.1.0 -- Software Heritage autobuilder (on jenkins-debian1) Fri, 01 Feb 2019 14:23:23 +0000 mirakuru (1.1.0) unstable; urgency=medium * Initial release -- Antoine R. Dumont (@ardumont) Thu, 31 Jan 2019 09:41:58 +0100 diff --git a/debian/control b/debian/control index 71ebce8..4c0430e 100644 --- a/debian/control +++ b/debian/control @@ -1,24 +1,24 @@ Source: mirakuru Section: python Priority: optional Maintainer: Software Heritage Developers Build-Depends: debhelper (>= 11), dh-python (>= 2), - netcat-traditional, + netcat-openbsd, procps, python3-all, python3-daemon, python3-mock, python3-psutil, python3-pytest, python3-pytest-cov, python3-setuptools 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.