diff --git a/debian/changelog b/debian/changelog index 151831383..02e4642e3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,7 @@ linux (4.7~rc2-1~exp1) UNRELEASED; urgency=medium * cpupower: Bump soname version and rename library package accordingly * debian/rules.d/Makefile: Override architecture detection when building userland headers + * linux-cpupower: Define PACKAGE_BUGREPORT to refer to reportbug, not upstream -- Ben Hutchings Tue, 07 Jun 2016 19:37:55 +0100 diff --git a/debian/rules.d/tools/power/cpupower/Makefile b/debian/rules.d/tools/power/cpupower/Makefile index d56e8f94a..414d4af21 100644 --- a/debian/rules.d/tools/power/cpupower/Makefile +++ b/debian/rules.d/tools/power/cpupower/Makefile @@ -4,6 +4,8 @@ MAKE_CPUPOWER := $(shell dpkg-buildflags --export=cmdline) $(MAKE) O=$(CURDIR) C MAKE_CPUPOWER += DEBUG=$(if $(findstring nostrip,$(DEB_BUILD_OPTIONS)),true,) +MAKE_CPUPOWER += PACKAGE_BUGREPORT='Debian\ \(reportbug\ linux-cpupower\)' + all: $(MAKE_CPUPOWER) -C $(top_srcdir)/tools/power/cpupower