Add python to dpdk-doc Recommends to fix Lintian W 89/2189/1
authorLuca Boccassi <luca.boccassi@gmail.com>
Tue, 2 Aug 2016 10:36:37 +0000 (11:36 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Tue, 2 Aug 2016 10:36:37 +0000 (11:36 +0100)
Change-Id: I05685943c9d4d956bdf51e0c3089b5b866583dbb
Signed-off-by: Luca Boccassi <luca.boccassi@gmail.com>
debian/changelog
debian/control

index 6562306..fc120c9 100644 (file)
@@ -18,6 +18,8 @@ dpdk (16.07-1) UNRELEASED; urgency=medium
   * Add ${shlib:Depends} to dpdk-dev dependencies
   * Install api and guides in dpdk-doc
   * Convert debian/rules to new style DH targets
+  * Add Recommends: python to dpdk-doc since it ships python scripts among the
+    examples, fixes Lintian warning about missing python dependencies
 
  -- Christian Ehrhardt <christian.ehrhardt@canonical.com>  Fri, 29 Jul 2016 08:18:50 +0200
 
index 74e9e6e..2b59fed 100644 (file)
@@ -54,7 +54,8 @@ Package: dpdk-doc
 Section: doc
 Architecture: all
 Homepage: http://dpdk.org/doc/guides/index.html
-Depends: libjs-jquery, libjs-underscore, ${misc:Depends}
+Depends: libjs-jquery, libjs-underscore, ${misc:Depends}, ${python:Depends}
+Recommends: python, ${python:Recommends}
 Description: Data Plane Development Kit (documentation)
  DPDK is a set of libraries for fast packet processing. Applications run
  in user-space and communicate directly with dedicated network interfaces.