[Bug 1560839] Re: libdpdk0 should provide a package for debug symbols

2016-03-29 Thread Launchpad Bug Tracker
This bug was fixed in the package dpdk - 2.2.0-0ubuntu6 --- dpdk (2.2.0-0ubuntu6) xenial; urgency=medium * d/dpdk-init fix handling of multiple huge page sizes (LP: #1557532): - dpdk-init now ensures non-default-hugepage-size mountpoints are available as well. -

[Bug 1560839] Re: libdpdk0 should provide a package for debug symbols

2016-03-23 Thread ChristianEhrhardt
Reading through dh_strip since we have no old -dbg package to care about it might be enough to just do: export EXTRA_CFLAGS = -g - the export makes sure we build it for all binaries - dh_strip magically does the right thing and should create a dbgsym packages as appropriate -- You received

[Bug 1560839] Re: libdpdk0 should provide a package for debug symbols

2016-03-23 Thread ChristianEhrhardt
diff --git a/debian/control b/debian/control index 60cf704..61e3475 100644 --- a/debian/control +++ b/debian/control @@ -79,3 +79,16 @@ Description: Data Plane Development Kit (basic development files) This package contains the basic headers and library files required to build external