diff options
author | Christian Ehrhardt <christian.ehrhardt@canonical.com> | 2016-06-23 15:24:05 +0200 |
---|---|---|
committer | C.J. Collier <cjcollier@linuxfoundation.org> | 2016-06-28 07:10:54 -0700 |
commit | b8ce7c38b99df118002fb460e680fabf16944f6c (patch) | |
tree | 677f6aaeeaab55602d839ce53c69ac4caf3734c6 /debian/dpdk-doc.dirs | |
parent | 941b61362b32d1bd9ef33f062feda72d4f2febdc (diff) |
debian/*.dirs sanitize dir files v2
*updates in v2*
updated to adapt to changes we made when integrating earlier changes
This is a cleanup from the early days of dpdk packaging.
They are no more needed and not recommended if not needed according to
https://www.debian.org/doc/manuals/maint-guide/dother.en.html#dirs
The only remaining is a mkdir -p for dpdk_nic_bind which is much better
in d/rules close to the remove and relink that is done there.
Change-Id: Ife69e3fa23e5f061c86dec03d4b71d76a441e29d
Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>
Signed-off-by: C.J. Collier <cjcollier@linuxfoundation.org>
Diffstat (limited to 'debian/dpdk-doc.dirs')
-rw-r--r-- | debian/dpdk-doc.dirs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/debian/dpdk-doc.dirs b/debian/dpdk-doc.dirs deleted file mode 100644 index fcd9dfe3..00000000 --- a/debian/dpdk-doc.dirs +++ /dev/null @@ -1 +0,0 @@ -usr/share/doc/dpdk |