aboutsummaryrefslogtreecommitdiffstats
path: root/debian/rules.real
diff options
context:
space:
mode:
authorBen Hutchings <ben@decadent.org.uk>2019-05-19 17:17:59 +0100
committerBen Hutchings <ben@decadent.org.uk>2019-05-19 17:28:16 +0100
commitc70082db5e4b7f96225bcf3331f007de1d901cfd (patch)
tree3d17eaaf68be8a048ca8c485bd79d5476e31499f /debian/rules.real
parent8e2bd08cbce97880b266f72bc78b3f6159b88472 (diff)
downloadkernel_replicant_linux-c70082db5e4b7f96225bcf3331f007de1d901cfd.tar.gz
kernel_replicant_linux-c70082db5e4b7f96225bcf3331f007de1d901cfd.tar.bz2
kernel_replicant_linux-c70082db5e4b7f96225bcf3331f007de1d901cfd.zip
libcpupower: Bump soversion since 2 exported functions have been removed
Diffstat (limited to 'debian/rules.real')
-rw-r--r--debian/rules.real2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules.real b/debian/rules.real
index eb5b949ce264..8917d9340723 100644
--- a/debian/rules.real
+++ b/debian/rules.real
@@ -634,7 +634,7 @@ ifneq ($(filter i386 amd64 x32,$(DEB_HOST_ARCH)),)
$(call make-tools,tools/power/x86)
endif
-install-cpupower: DH_OPTIONS = -plinux-cpupower -plibcpupower1 -plibcpupower-dev
+install-cpupower: DH_OPTIONS = -plinux-cpupower $(addprefix -p,$(filter libcpupower%,$(packages_enabled)))
install-cpupower: DIR = $(CURDIR)/debian/cpupower-tmp
install-cpupower: build-cpupower
dh_testdir