[firmware-free] 01/19: Add bug presubj message

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Sun May 22 22:54:39 UTC 2016


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

benh pushed a commit to branch master
in repository firmware-free.

commit 93a30946c242b0e9d317dce8baa7cba8af196f9f
Author: Ben Hutchings <benh at debian.org>
Date:   Sat Aug 28 17:56:21 2010 +0000

    Add bug presubj message
    
    directing users to report driver bugs against the appropriate package
    
    [bwh: Cherry-picked from firmware-nonfree commit
     9f0a27fdcd78ab8b53f812a1a16275b0a8622a83]
---
 debian/bug-presubj | 7 +++++++
 debian/changelog   | 2 ++
 debian/rules       | 3 +++
 debian/rules.real  | 2 ++
 4 files changed, 14 insertions(+)

diff --git a/debian/bug-presubj b/debian/bug-presubj
new file mode 100644
index 0000000..0ae205d
--- /dev/null
+++ b/debian/bug-presubj
@@ -0,0 +1,7 @@
+You are about to report a bug on a firmware package.
+This package does not contain any drivers and is probably not responsible
+for the bug you have found.
+
+If you want to report a bug in a Linux kernel module, use the 'modinfo'
+command to find where it is installed and then give the filename to
+'reportbug'.
diff --git a/debian/changelog b/debian/changelog
index 430c2e3..aded2e7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 firmware-free (3.5) UNRELEASED; urgency=medium
 
   * debian/control: Update Standards-Version to 3.9.6; no changes needed
+  * Add bug presubj message directing users to report driver bugs against
+    the appropriate package
 
  -- Ben Hutchings <ben at decadent.org.uk>  Sun, 16 Aug 2015 18:43:29 +0200
 
diff --git a/debian/rules b/debian/rules
index 5c6bc06..1357ee6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -47,6 +47,9 @@ debian/control-real: $(GENCONTROL) $(CONTROL_FILES)
 	@echo
 	exit 1
 
+clean:
+	rm -f debian/*.bug-presubj
+
 maintainerclean:
 	-rm debian/control debian/control.md5sum debian/rules.gen
 	-rm debian/*.copyright
diff --git a/debian/rules.real b/debian/rules.real
index 9e5bc67..c8051fe 100644
--- a/debian/rules.real
+++ b/debian/rules.real
@@ -21,6 +21,8 @@ install:
 	  echo install -m644 -D "$$s" debian/$(PACKAGE_NAME)"$$d"; \
 	  install -m644 -D "$$s" debian/$(PACKAGE_NAME)"$$d"; \
 	done
+	ln -sf bug-presubj debian/$(PACKAGE_NAME).bug-presubj
+	dh_bugfiles
 	dh_installchangelogs
 	dh_installdocs
 	dh_installdebconf

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



More information about the Kernel-svn-changes mailing list