diff options
author | Luca Boccassi <luca.boccassi@gmail.com> | 2017-06-24 15:15:38 +0100 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2017-06-24 15:25:15 +0100 |
commit | c60c959b9b490c87d466cd8152a28839438925bb (patch) | |
tree | a9005f8b6f0bf852812bdbf02a7ce8ae46578591 /debian/changelog | |
parent | 146be0ebc2d0e889d7123bdd7ef277216b9ded8e (diff) |
Note reproducibility and new patches in changelog
Change-Id: Ie4e5507bb4f43f7cc39bf1a826cb2abbcb0e72f5
Signed-off-by: Luca Boccassi <luca.boccassi@gmail.com>
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 4165c2c7..17b5bee1 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 |