diff --git a/debian/changelog b/debian/changelog index f54e296..97b73cc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,12 +1,18 @@ +swh-objstorage-replayer (0.1.0-3~swh1) unstable-swh; urgency=medium + + * Correctly set dependencies in debian/control. + + -- David Douard Wed, 29 Apr 2020 16:34:48 +0200 + swh-objstorage-replayer (0.1.0-2~swh1) unstable-swh; urgency=medium * Fix debian/rules and debian/control files. -- David Douard Wed, 29 Apr 2020 16:22:58 +0200 swh-objstorage-replayer (0.1.0-1~swh1) unstable-swh; urgency=medium * Initial release * v0.1.0 -- David Douard Wed, 29 Apr 2020 10:29:25 +0200 diff --git a/debian/control b/debian/control index bbffd45..adebc01 100644 --- a/debian/control +++ b/debian/control @@ -1,19 +1,21 @@ Source: swh-objstorage-replayer Maintainer: Software Heritage developers Section: python Priority: optional Build-Depends: debhelper (>= 9), dh-python (>= 2), python3-all, python3-nose, + python3-pytest, python3-setuptools, + python3-setuptools-scm, python3-swh.core, - python3-swh.storage, - python3-vcversioner + python3-swh.journal (>= 0.0.31), + python3-swh.objstorage (>= 0.0.43), Standards-Version: 3.9.6 Homepage: https://forge.softwareheritage.org/source/swh-objstorage-replayer/ Package: python3-swh.objstorage.replayer Architecture: all Depends: ${misc:Depends}, ${python3:Depends} Description: Software Heritage object storage replication tool