From d3edef7383b171622119ac11f432232084bcf379 Mon Sep 17 00:00:00 2001 From: Nicolas Dandrimont <nicolas@dandrimont.eu> Date: Wed, 30 Oct 2019 18:09:19 +0100 Subject: [PATCH] Fix debian/control syntax --- debian/changelog | 6 ++++++ debian/control | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index d6c21bc6..aec91c60 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +swh-model (0.0.51-1~swh3~bpo9+2) stretch-swh; urgency=medium + + * fix syntax for debian/control + + -- Nicolas Dandrimont <olasd@debian.org> Wed, 30 Oct 2019 18:08:55 +0100 + swh-model (0.0.51-1~swh3~bpo9+1) stretch-swh; urgency=medium * Rebuild for stretch-swh diff --git a/debian/control b/debian/control index 2129cdec..13e8ca00 100644 --- a/debian/control +++ b/debian/control @@ -20,7 +20,7 @@ Homepage: https://forge.softwareheritage.org/diffusion/DMOD/ Package: python3-swh.model Architecture: all -Depends: ${misc:Depends}, ${python3:Depends}, python3-tz +Depends: ${misc:Depends}, ${python3:Depends}, python3-tz, python3-pyblake2, Breaks: python3-swh.loader.core (<< 0.0.16~), python3-swh.loader.dir (<< 0.0.28~), -- GitLab