summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Boccassi <luca.boccassi@gmail.com>2017-06-24 15:15:38 +0100
committerLuca Boccassi <luca.boccassi@gmail.com>2017-06-24 15:25:15 +0100
commitc60c959b9b490c87d466cd8152a28839438925bb (patch)
treea9005f8b6f0bf852812bdbf02a7ce8ae46578591
parent146be0ebc2d0e889d7123bdd7ef277216b9ded8e (diff)
Note reproducibility and new patches in changelog
Change-Id: Ie4e5507bb4f43f7cc39bf1a826cb2abbcb0e72f5 Signed-off-by: Luca Boccassi <luca.boccassi@gmail.com>
-rw-r--r--debian/changelog6
1 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 4165c2c..17b5bee 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -24,8 +24,10 @@ dpdk (17.05-1~git1) UNRELEASED; urgency=medium
* Drop patches merged upstream and refresh
fix-vhost-user-socket-permission.patch
* Add patches to make the documentation and linker script builds fully
- reproducible. There are still reproducibility issues due to the use
- of __FILE__ and absolute paths.
+ reproducible.
+ * Add patches to make the libraries and PMDs builds fully reproducible,
+ by making the listing order of headers, source files and objects in
+ the makefiles stable (via sorting).
-- Christian Ehrhardt <christian.ehrhardt@canonical.com> Tue, 16 May 2017 15:38:17 +0200