[linux] 03/07: cpupower: Move library to multiarch directory
debian-kernel at lists.debian.org
debian-kernel at lists.debian.org
Wed Dec 27 01:41:05 UTC 2017
This is an automated email from the git hooks/post-receive script.
benh pushed a commit to branch master
in repository linux.
commit e01624c730ca6dc0ba7dbd7e238f797c626537e5
Author: Ben Hutchings <ben at decadent.org.uk>
Date: Wed Dec 27 00:53:34 2017 +0000
cpupower: Move library to multiarch directory
Upstream moved it from /usr/lib to /usr/lib64 in 4.15, but neither of
these is correct.
---
debian/changelog | 1 +
debian/libcpupower-dev.install | 2 +-
debian/libcpupower1.install | 2 +-
debian/rules.d/tools/power/cpupower/Makefile | 2 ++
4 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index ce8c9b5..743c20a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ linux (4.15~rc5-1~exp1) UNRELEASED; urgency=medium
* lockdown: Update patchset to 2017-11-10 version
* lockdown: Update calls to kernel_is_locked_down() in "mtd: Disable slram and
phram when locked down"
+ * cpupower: Move library to multiarch directory
-- Ben Hutchings <ben at decadent.org.uk> Tue, 26 Dec 2017 16:25:55 +0000
diff --git a/debian/libcpupower-dev.install b/debian/libcpupower-dev.install
index b341905..f3800aa 100644
--- a/debian/libcpupower-dev.install
+++ b/debian/libcpupower-dev.install
@@ -1,2 +1,2 @@
usr/include/*
-usr/lib/lib*.so
+usr/lib/*/lib*.so
diff --git a/debian/libcpupower1.install b/debian/libcpupower1.install
index d0dbfd1..3ddde58 100644
--- a/debian/libcpupower1.install
+++ b/debian/libcpupower1.install
@@ -1 +1 @@
-usr/lib/lib*.so.*
+usr/lib/*/lib*.so.*
diff --git a/debian/rules.d/tools/power/cpupower/Makefile b/debian/rules.d/tools/power/cpupower/Makefile
index 23193b5..d833939 100644
--- a/debian/rules.d/tools/power/cpupower/Makefile
+++ b/debian/rules.d/tools/power/cpupower/Makefile
@@ -8,6 +8,8 @@ MAKE_CPUPOWER += CROSS='$(CROSS_COMPILE)'
MAKE_CPUPOWER += PACKAGE_BUGREPORT='Debian\ \(reportbug\ linux-cpupower\)'
+MAKE_CPUPOWER += libdir=/usr/lib/$(DEB_HOST_MULTIARCH)
+
all:
$(MAKE_CPUPOWER) -C $(top_srcdir)/tools/power/cpupower
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git
More information about the Kernel-svn-changes
mailing list