diff --git a/debian/changelog b/debian/changelog index 65c7733..3303d73 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,18 +1,24 @@ +swh-perfecthash (0.1.1-2~swh3) unstable-swh; urgency=medium + + * Add explicit dependency on python3-cffi + + -- Nicolas Dandrimont Thu, 03 Mar 2022 12:08:08 +0100 + swh-perfecthash (0.1.1-2~swh2) unstable-swh; urgency=medium * Rebuild for new cffi/dh-python3 -- Nicolas Dandrimont Thu, 03 Mar 2022 11:58:15 +0100 swh-perfecthash (0.1.1-2~swh1) unstable-swh; urgency=medium * Add missing dh_install override to avoid stomping on the namespace __init__.py -- Nicolas Dandrimont Wed, 15 Dec 2021 15:45:02 +0100 swh-perfecthash (0.1.1-1~swh1) unstable-swh; urgency=medium * Initial release -- Loïc Dachary Thu, 09 Dec 2021 10:42:36 +0100 diff --git a/debian/control b/debian/control index 5cd2887..8531c92 100644 --- a/debian/control +++ b/debian/control @@ -1,24 +1,27 @@ Source: swh-perfecthash Maintainer: Software Heritage developers Section: python Priority: optional Build-Depends: debhelper-compat (= 13), dh-python (>= 3), python3-all, python3-cffi, python3-pytest, python3-setuptools, python3-setuptools-scm, # The above dependencies are automatically generated. Add extra dependencies below: libcmph-dev, python3-all-dev, Rules-Requires-Root: no Standards-Version: 4.6.0 Homepage: https://forge.softwareheritage.org/source/swh-perfecthash Package: python3-swh.perfecthash Architecture: any -Depends: ${misc:Depends}, ${python3:Depends}, +Depends: + python3-cffi, + ${misc:Depends}, + ${python3:Depends}, ${shlibs:Depends}, Description: Software Heritage Perfect Hash