aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRicardo Salveti <ricardo.salveti@linaro.org>2016-08-02 11:48:17 -0300
committerRicardo Salveti <ricardo.salveti@linaro.org>2016-08-02 11:55:10 -0300
commit337ab1e37780040b12434b17dbdfcbcfbb7b9f11 (patch)
tree348eba716cc95b8326312ee1c391d4994bfb9282
parentd55eb331118725b0dfff347b6eb7b71e524fc82e (diff)
changelog: fix debian-changelog-line-too-long lintian warning
Change-Id: I37a6eaf8be830ed0e233cb7324558448cbc09687 Signed-off-by: Ricardo Salveti <ricardo.salveti@linaro.org>
-rw-r--r--debian/changelog9
1 files changed, 5 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index 26709ca0..4ad4ab77 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -22,11 +22,12 @@ dpdk (16.07-1) UNRELEASED; urgency=medium
examples, fixes Lintian warning about missing python dependencies
* Fix typo in dpdk-doc.README.Debian, fixes "W: dpdk-doc:
spelling-error-in-readme-debian to to (duplicate word) to"
- * Fix upstream rc versions by using "~" instead of "-". 16.07-rc1 evaluates as newer
- than 16.07 which causes issues with Debian tools and Lintian errors and warnings:
+ * Fix upstream rc versions by using "~" instead of "-". 16.07-rc1 evaluates
+ as newer than 16.07 which causes issues with Debian tools and Lintian
+ errors and warnings:
- W: libethdev4: latest-debian-changelog-entry-without-new-version
- - E: libethdev4: symbols-file-contains-current-version-with-debian-revision on
- symbol DPDK_16.04@DPDK_16.04 and 114 others
+ - E: libethdev4: symbols-file-contains-current-version-with-debian-revision
+ on symbol DPDK_16.04@DPDK_16.04 and 114 others
-- Christian Ehrhardt <christian.ehrhardt@canonical.com> Fri, 29 Jul 2016 08:18:50 +0200