aboutsummaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorBen Hutchings <ben@decadent.org.uk>2016-06-10 02:16:09 +0100
committerBen Hutchings <ben@decadent.org.uk>2016-06-13 00:23:09 +0100
commit1ed7b4bdf1065fe4b1a86a26345af3537ad0b7af (patch)
tree6001d24baa88db08414543abd1c8e287d1885f7f /debian
parent2ed22da0d2288591d112e7ab2a35c749737597b2 (diff)
downloadkernel_replicant_linux-1ed7b4bdf1065fe4b1a86a26345af3537ad0b7af.tar.gz
kernel_replicant_linux-1ed7b4bdf1065fe4b1a86a26345af3537ad0b7af.tar.bz2
kernel_replicant_linux-1ed7b4bdf1065fe4b1a86a26345af3537ad0b7af.zip
linux-cpupower: Define PACKAGE_BUGREPORT to refer to reportbug, not upstream
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
-rw-r--r--debian/rules.d/tools/power/cpupower/Makefile2
2 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 1518313832c1..02e4642e34cc 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 <ben@decadent.org.uk> 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 d56e8f94a8e6..414d4af2101c 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