[debian] Add ${misc:Depends} where missing
Fixes lintian warning "debhelper-but-no-misc-depends".
--- a/debian/control Tue Jun 25 16:43:16 2019 +0200
+++ b/debian/control Tue Jun 25 14:42:06 2019 +0200
@@ -196,6 +196,7 @@
Architecture: all
Section: python
Depends:
+ ${misc:Depends},
python-cubicweb (= ${source:Version}),
python-twisted-web (<< 16.0.0),
Description: meta package to use Twisted as HTTP server for CubicWeb
@@ -209,6 +210,7 @@
Architecture: all
Section: python
Depends:
+ ${misc:Depends},
python-cubicweb (= ${source:Version}),
python-pyramid (>= 1.5.0),
python-pyramid-multiauth,
@@ -229,6 +231,7 @@
Architecture: all
Section: python
Depends:
+ ${misc:Depends},
python3-cubicweb (= ${source:Version}),
python3-pyramid (>= 1.5.0),
python3-pyramid-multiauth,