From 1ed7b4bdf1065fe4b1a86a26345af3537ad0b7af Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Fri, 10 Jun 2016 02:16:09 +0100 Subject: [PATCH] linux-cpupower: Define PACKAGE_BUGREPORT to refer to reportbug, not upstream --- debian/changelog | 1 + debian/rules.d/tools/power/cpupower/Makefile | 2 ++ 2 files changed, 3 insertions(+) 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