[linux] 03/08: linux-cpupower: Define PACKAGE_BUGREPORT to refer to reportbug, not upstream

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Mon Jun 13 01:09:59 UTC 2016


This is an automated email from the git hooks/post-receive script.

benh pushed a commit to branch master
in repository linux.

commit 1ed7b4bdf1065fe4b1a86a26345af3537ad0b7af
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Fri Jun 10 02:16:09 2016 +0100

    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 1518313..02e4642 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 at 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 d56e8f9..414d4af 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
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git



More information about the Kernel-svn-changes mailing list