debian/*.dirs sanitize dir files v2 76/1776/3
authorChristian Ehrhardt <christian.ehrhardt@canonical.com>
Thu, 23 Jun 2016 13:24:05 +0000 (15:24 +0200)
committerC.J. Collier <cjcollier@linuxfoundation.org>
Tue, 28 Jun 2016 14:10:54 +0000 (07:10 -0700)
*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>
debian/dpdk-dev.dirs [deleted file]
debian/dpdk-doc.dirs [deleted file]
debian/dpdk.dirs [deleted file]
debian/libdpdk-dev.dirs [deleted file]
debian/libdpdk0.dirs [deleted file]
debian/rules

diff --git a/debian/dpdk-dev.dirs b/debian/dpdk-dev.dirs
deleted file mode 100644 (file)
index bdac81a..0000000
+++ /dev/null
@@ -1 +0,0 @@
-usr/share/dpdk
diff --git a/debian/dpdk-doc.dirs b/debian/dpdk-doc.dirs
deleted file mode 100644 (file)
index fcd9dfe..0000000
+++ /dev/null
@@ -1 +0,0 @@
-usr/share/doc/dpdk
diff --git a/debian/dpdk.dirs b/debian/dpdk.dirs
deleted file mode 100644 (file)
index 29ca563..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-etc/dpdk
-lib/dpdk
-sbin
-usr/bin
-usr/lib/dpdk
diff --git a/debian/libdpdk-dev.dirs b/debian/libdpdk-dev.dirs
deleted file mode 100644 (file)
index e43b95c..0000000
+++ /dev/null
@@ -1 +0,0 @@
-usr/include
diff --git a/debian/libdpdk0.dirs b/debian/libdpdk0.dirs
deleted file mode 100644 (file)
index 6845771..0000000
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib
index ce78198..43b3045 100755 (executable)
@@ -127,6 +127,7 @@ binary-arch:
                DESTDIR=debian/dpdk install-runtime
        cp debian/dpdk.interfaces debian/dpdk/etc/dpdk/interfaces
        rm debian/dpdk/usr/sbin/dpdk_nic_bind
+       mkdir -p debian/dpdk/sbin
        ln -s /usr/share/dpdk/tools/dpdk_nic_bind.py \
                debian/dpdk/sbin/dpdk_nic_bind
        # Package: dpdk-dev (build environment)