~ubuntu-branches/ubuntu/raring/dkms/raring

« back to all changes in this revision

Viewing changes to debian/patches/manpage-update.patch

  • Committer: Bazaar Package Importer
  • Author(s): Giuseppe Iuculano, Michael Gilbert, Giuseppe Iuculano
  • Date: 2010-06-04 13:53:23 UTC
  • mto: This revision was merged to the branch mainline in revision 38.
  • Revision ID: james.westby@ubuntu.com-20100604135323-gq71k8zml0ateckx
Tags: 2.1.1.2-3
[ Michael Gilbert ]
* Update to source format 3 (quilt) for better patch management/handling.
* Improve the status info displayed during the kernel postinst, and
  provide informative/useful messages when things go awry.
* Fix bashism in dkms_common.postinst (closes: #581079).
* Document odd behavior of MAKE[#] (closes: #553625).
* Document package naming convention (closes: #571753).
* Use system TMPDIR setting in all scripts (closes: #581568).

[ Giuseppe Iuculano ]
* [208b229] Added a lintian override for python-script-but-no-python-
  dep, dkms.py is an apport hook

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Description: Document MAKE[#] behavior 
 
2
--- dkms-2.1.1.2.orig/dkms.8
 
3
+++ dkms-2.1.1.2/dkms.8
 
4
@@ -477,6 +477,9 @@ directives match against the kernel bein
 
5
 will be used to build your module. If no MAKE directive is specified or if no
 
6
 MAKE_MATCH matches the kernel being built for, DKMS
 
7
 will attempt to use a generic MAKE command to build your module.
 
8
+
 
9
+KERNELRELEASE will be automatically appended to MAKE[#].  If you want to
 
10
+suppress this behavior, you can quote the make command: 'make'.
 
11
 .TP
 
12
 .B MAKE_MATCH[#]=
 
13
 See the above entry on