[kernel] r16194 - dists/trunk/firmware-nonfree/debian

Ben Hutchings benh at alioth.debian.org
Sat Aug 28 17:56:27 UTC 2010


Author: benh
Date: Sat Aug 28 17:56:21 2010
New Revision: 16194

Log:
Add bug presubj message

directing users to report driver bugs against the appropriate package

Added:
   dists/trunk/firmware-nonfree/debian/bug-presubj
Modified:
   dists/trunk/firmware-nonfree/debian/changelog
   dists/trunk/firmware-nonfree/debian/rules
   dists/trunk/firmware-nonfree/debian/rules.real

Added: dists/trunk/firmware-nonfree/debian/bug-presubj
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ dists/trunk/firmware-nonfree/debian/bug-presubj	Sat Aug 28 17:56:21 2010	(r16194)
@@ -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'.

Modified: dists/trunk/firmware-nonfree/debian/changelog
==============================================================================
--- dists/trunk/firmware-nonfree/debian/changelog	Sat Aug 28 17:23:20 2010	(r16193)
+++ dists/trunk/firmware-nonfree/debian/changelog	Sat Aug 28 17:56:21 2010	(r16194)
@@ -2,6 +2,8 @@
 
   * Correct version number for ipw2200 firmware
   * Refer to index pages for ipw2100 and ipw2200 firmware
+  * Add bug presubj message directing users to report driver bugs against
+    the appropriate package
 
  -- Ben Hutchings <ben at decadent.org.uk>  Sun, 08 Aug 2010 05:16:12 +0100
 

Modified: dists/trunk/firmware-nonfree/debian/rules
==============================================================================
--- dists/trunk/firmware-nonfree/debian/rules	Sat Aug 28 17:23:20 2010	(r16193)
+++ dists/trunk/firmware-nonfree/debian/rules	Sat Aug 28 17:56:21 2010	(r16194)
@@ -8,6 +8,9 @@
 
 GENCONTROL = debian/bin/gencontrol.py $(KERNELVERSION)
 
+clean:
+	rm -f debian/*.bug-presubj
+
 maintainerclean:
 	-rm debian/control debian/control.md5sum debian/rules.gen
 	-rm debian/*.copyright

Modified: dists/trunk/firmware-nonfree/debian/rules.real
==============================================================================
--- dists/trunk/firmware-nonfree/debian/rules.real	Sat Aug 28 17:23:20 2010	(r16193)
+++ dists/trunk/firmware-nonfree/debian/rules.real	Sat Aug 28 17:56:21 2010	(r16194)
@@ -24,6 +24,8 @@
 	  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



More information about the Kernel-svn-changes mailing list