diff options
author | Christian Ehrhardt <christian.ehrhardt@canonical.com> | 2016-08-03 16:11:06 +0200 |
---|---|---|
committer | Christian Ehrhardt <christian.ehrhardt@canonical.com> | 2016-08-03 16:40:56 +0200 |
commit | c7473ce145c093501ceb0d5aa64487588d43db20 (patch) | |
tree | b78c7eedf395934d1fa5c1aec70a074af3b01188 /debian/changelog | |
parent | 9e4a641da6c7029a5e0302fb03474fda48c4de36 (diff) |
scripts: make load-devel-config not to appear as executable
Quoting the first line of the script: "#! /bin/echo must be loaded with ."
Given that we should drop the .sh file ending as well as the executable
flag - both are not needed to source the file.
Backport of http://dpdk.org/dev/patchwork/patch/15100/
Already got an ack to be commited, but no git commit id yet.
Change-Id: Iadad8b2454feb82361731fce19928b395b256fa2
Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 1c03ef79..18bd2e75 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,6 +13,9 @@ dpdk (16.07-1) UNRELEASED; urgency=medium These binaries are part of the sdk and meant to be shipped with the sdk. * d/p/dpdk-dev-doc-fix-old-dpdk-nic-bind.py-references.patch to fix the docs in regard to 16.07 changes renaming dpdk_nic_bind + * d/p/make-load-devel-config-not-to-appear-as-executable.patch to avoid + accidentially executing as script and to fix unusual-interpreter lintian + warning. [ Anders Roxell ] * debian/control: add pciutils to the dpdk depends list, since lspci is used |