diff --git a/debian/changelog b/debian/changelog index ac93f6a..1d4132e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,43 +1,49 @@ +swh.counters (0.3.0-1~swh2) unstable-swh; urgency=medium + + * Fix build dependency + + -- Vincent SELLIER Wed, 07 Apr 2021 12:37:36 +0200 + swh.counters (0.3.0-1~swh1) unstable-swh; urgency=medium * New upstream release 0.3.0 - (tagged by Vincent SELLIER on 2021-04-07 12:13:40 +0200) * Upstream changes: - v0.3.0 - improve the documentation - add management of the counters's historical data -- Software Heritage autobuilder (on jenkins-debian1) Wed, 07 Apr 2021 10:17:30 +0000 swh.counters (0.2.1-1~swh1) unstable-swh; urgency=medium * New upstream release 0.2.1 - (tagged by Valentin Lorentz on 2021-04-06 17:24:25 +0200) * Upstream changes: - v0.2.1 - Documentation improvements -- Software Heritage autobuilder (on jenkins-debian1) Tue, 06 Apr 2021 15:26:14 +0000 swh.counters (0.2.0-1~swh1) unstable-swh; urgency=medium * New upstream release 0.2.0 - (tagged by Vincent SELLIER on 2021-03-25 10:15:51 +0100) * Upstream changes: - v0.2.0 - Expose counters as prometheus metrics -- Software Heritage autobuilder (on jenkins-debian1) Thu, 25 Mar 2021 09:18:18 +0000 swh.counters (0.1.0-1+swh3) unstable-swh; urgency=medium * Rebuild to remove the swh/__init__.py file from the package -- Vincent SELLIER Fri, 19 Mar 2021 17:25:15 +0100 swh.counters (0.1.0-1+swh2) unstable-swh; urgency=medium * Rebuild to unstuck the debian packaging. -- Vincent Sellier Wed, 17 Mar 2021 17:20:49 +0100 swh.counters (0.1.0-1+swh1) unstable-swh; urgency=medium * Initial release. -- Vincent Sellier Wed, 17 Mar 2021 17:20:49 +0100 diff --git a/debian/control b/debian/control index 5ec923e..ad8fe01 100644 --- a/debian/control +++ b/debian/control @@ -1,25 +1,26 @@ Source: swh.counters Maintainer: Software Heritage developers Section: python Priority: optional Build-Depends: debhelper (>= 9), dh-python (>= 2), python3-all, python3-pytest, python3-pytest-mock, python3-pytest-redis, + python3-requests-mock, python3-setuptools, python3-setuptools-scm, python3-swh.core, python3-swh.journal, redis, Standards-Version: 3.9.6 Homepage: https://forge.softwareheritage.org/source/swh-counters Package: python3-swh.counters Architecture: all Depends: python3-swh.core, python3-swh.journal, ${misc:Depends}, ${python3:Depends} Description: Software Heritage counters utilities