[debian] Add ${misc:Depends} where missing 3.26
authorDenis Laxalde <denis.laxalde@logilab.fr>
Tue, 25 Jun 2019 14:42:06 +0200
branch3.26
changeset 12667 ac79dfde9cb1
parent 12666 0e12c615aa0b
child 12668 1f174cd9749c
[debian] Add ${misc:Depends} where missing Fixes lintian warning "debhelper-but-no-misc-depends".
debian/control
--- 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,