diff --git a/debian/changelog b/debian/changelog
index d6c21bc6fac905a1b20f2e7a547a7ceb0efe72dc..aec91c607b5d9eb86016e965820a66e18df8246d 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 2129cdecb61bf5eeab991aad622efdd74d944945..13e8ca001f6b65380daffeb665a8952b3b230a23 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~),