linux-cpupower: Define PACKAGE_BUGREPORT to refer to reportbug, not upstream

This commit is contained in:
Ben Hutchings 2016-06-10 02:16:09 +01:00
parent 2ed22da0d2
commit 1ed7b4bdf1
2 changed files with 3 additions and 0 deletions

1
debian/changelog vendored
View File

@ -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

View File

@ -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