diff --git a/debian/changelog b/debian/changelog index e4387f5..45b08b9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,30 +1,36 @@ +swh-auth (0.1.0-1~swh2) unstable-swh; urgency=medium + + * Bump new release + + -- Antoine R. Dumont (@ardumont) Fri, 05 Mar 2021 10:10:53 +0100 + swh-auth (0.1.0-1~swh1) unstable-swh; urgency=medium * New upstream release 0.1.0 - (tagged by Antoine R. Dumont (@ardumont) on 2021-03-05 09:13:03 +0100) * Upstream changes: - v0.1.0 - keycloak: Open direct grant login endpoint - Expose a pytest plugin for swh.auth.keycloak -- Software Heritage autobuilder (on jenkins-debian1) Fri, 05 Mar 2021 08:14:31 +0000 swh-auth (0.0.1-1~swh1.1) unstable-swh; urgency=medium * Fix missing dependencies and trigger tests during package build -- Antoine R. Dumont (@ardumont) Thu, 04 Mar 2021 16:01:37 +0100 swh-auth (0.0.1-1~swh1) unstable-swh; urgency=medium * New upstream release 0.0.1 - (tagged by Antoine R. Dumont (@ardumont) on 2021-03-04 14:10:46 +0100) * Upstream changes: - v0.0.1 - Bootstrap swh.auth module -- Software Heritage autobuilder (on jenkins-debian1) Thu, 04 Mar 2021 13:58:18 +0000 swh-auth (0.0.1-1~swh1) unstable-swh; urgency=medium * Initial release -- Antoine R. Dumont (@ardumont) Thu, 04 Mar 2021 13:58:13 +0100 diff --git a/debian/control b/debian/control index b4d65bc..1e0dae2 100644 --- a/debian/control +++ b/debian/control @@ -1,20 +1,22 @@ Source: swh-auth Maintainer: Software Heritage developers Section: python Priority: optional Build-Depends: debhelper (>= 9), dh-python (>= 2), python3-all, python3-click, python3-keycloak, python3-pytest, python3-setuptools, python3-setuptools-scm, + python3-swh.core, Standards-Version: 3.9.6 Homepage: https://forge.softwareheritage.org/source/swh-auth Package: python3-swh.auth Architecture: all -Depends: ${misc:Depends}, +Depends: python3-swh.core, + ${misc:Depends}, ${python3:Depends} Description: Software Heritage Authentication library