From: Luca Boccassi Date: Wed, 31 Aug 2016 10:58:33 +0000 (+0100) Subject: Add missing entries in debian/changelog X-Git-Tag: debian/16.07-1~44 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F71%2F2571%2F2;p=deb_dpdk.git Add missing entries in debian/changelog - Note about README.source instructions - Note about setting compiler flags in debian/rules - Note about rte-compile-pre-cppflags.patch backport Change-Id: I5f931b28a73f844147b032b36dce1d54701b333e Signed-off-by: Luca Boccassi --- diff --git a/debian/changelog b/debian/changelog index a72d7621..b86d13de 100644 --- a/debian/changelog +++ b/debian/changelog @@ -42,6 +42,15 @@ dpdk (16.07-0~git1) UNRELEASED; urgency=medium modules agains the local, current kernel version (override by adding ksrc= to DEB_BUILD_OPTIONS) into a dpdk-modules- package + * Set HOST_/EXTRA/CPP/C/LDFLAGS in d/rules so that all built objects pick up + all flags set by the dpkg environment, like hardening flags + * Add rte-compile-pre-cppflags.patch to make all DPDK objects pick up the + user specified or environment specified CPP/C/LDFLAGS. + Fixes Lintian warning: + - W: dpdk-dev: hardening-no-relro + usr/share/dpdk/x86_64-default-linuxapp-gcc/app/dpdk-pmdinfogen + * Add a brief HOWTO to debian/README.source with instructions to build the + packages, for CI systems and the like. -- Christian Ehrhardt Fri, 29 Jul 2016 08:18:50 +0200