diff options
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 6562306b..fc120c92 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 diff --git a/debian/control b/debian/control index 74e9e6ec..2b59fedb 100644 --- a/debian/control +++ b/debian/control @@ -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. |