[Pkg-dkms-commits] [SCM] Dynamic Kernel Module Support branch, master, updated. debian/2.2.0.1-2-3-g370ff7b

Giuseppe Iuculano iuculano at debian.org
Fri Jul 15 14:43:49 UTC 2011


The following commit has been merged in the master branch:
commit 57c5c9d1b32593cf32cdd90f5b061fd1c6526604
Author: Giuseppe Iuculano <iuculano at debian.org>
Date:   Fri Jul 15 16:41:59 2011 +0200

    Removed improved-error-messages.patch

diff --git a/debian/patches/improved-error-messages.patch b/debian/patches/improved-error-messages.patch
deleted file mode 100644
index 619d626..0000000
--- a/debian/patches/improved-error-messages.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Description: Improve kernel postinst status information.
-Author: Michael Gilbert <michael.s.gilbert at gmail.com>
---- a/kernel_postinst.d_dkms
-+++ b/kernel_postinst.d_dkms
-@@ -36,7 +36,12 @@ case "${uname_s}" in
- esac
- 
- if [ -x /usr/lib/dkms/dkms_autoinstaller ]; then
--    exec /usr/lib/dkms/dkms_autoinstaller start $inst_kern > /dev/null
-+    /usr/lib/dkms/dkms_autoinstaller start $inst_kern >&2
-+fi
-+
-+if [ ! -e /lib/modules/$inst_kern/build/include ] ; then
-+    echo "dkms: WARNING: linux headers are missing, which may explain the above failures." >&2
-+    echo "      please install the linux-headers-$inst_kern package to fix this." >&2
- fi
- 
- if ! _check_kernel_dir $inst_kern ; then
diff --git a/debian/patches/series b/debian/patches/series
index 5dc9a13..948f67b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
-improved-error-messages.patch
 debian-lsb.patch
 kfreebsd.patch

-- 
Dynamic Kernel Module Support



More information about the Pkg-dkms-commits mailing list