From: Ramesh Thomas <ramesh.thomas at intel.com>
To: accel-config@lists.01.org
Subject: [Accel-config] [PATCH 3/3] accel-config: Update debian scripts to install test programs in /usr/lib
Date: Wed, 05 Oct 2022 13:23:17 -0700 [thread overview]
Message-ID: <20221005202317.2113-4-ramesh.thomas@intel.com> (raw)
In-Reply-To: 20221005202317.2113-1-ramesh.thomas@intel.com
[-- Attachment #1: Type: text/plain, Size: 1224 bytes --]
Test programs are being installed into /usr/share which violates the
policy
https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#usrshareArchitectureindependentData
Update debian scripts to install test programs and related config files
in /usr/lib
Reported-by: Colin Ian King <colin.king(a)intel.com>
Signed-off-by: Ramesh Thomas <ramesh.thomas(a)intel.com>
---
debian/accel-config-test.install | 2 +-
debian/accel-config.install | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/debian/accel-config-test.install b/debian/accel-config-test.install
index 0045205..7af4d78 100644
--- a/debian/accel-config-test.install
+++ b/debian/accel-config-test.install
@@ -1 +1 @@
-usr/share/accel-config/test/*
+usr/lib/accel-config/test/*
diff --git a/debian/accel-config.install b/debian/accel-config.install
index 6da3872..e97d56f 100644
--- a/debian/accel-config.install
+++ b/debian/accel-config.install
@@ -1,4 +1,4 @@
-etc/accel-config/accel-config.conf.sample
usr/bin/accel-config
usr/share/man/man1/accel-config*
-usr/share/accel-config/contrib/configs/*
+usr/lib/accel-config/contrib/configs/*
+usr/lib/accel-config/accel-config.conf.sample
--
2.37.3
reply other threads:[~2022-10-05 20:23 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20221005202317.2113-4-ramesh.thomas@intel.com \
--to=accel-config@lists.01.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox