[Pkg-dkms-commits] [SCM] Dynamic Kernel Module Support branch, master, updated. debian/2.1.1.2-4-3-g1732998

Giuseppe Iuculano iuculano at debian.org
Wed Aug 4 12:49:19 UTC 2010


The following commit has been merged in the master branch:
commit bd3b35da51db9df3220f92afa3ca399098f37acc
Author: Giuseppe Iuculano <iuculano at debian.org>
Date:   Wed Aug 4 14:32:30 2010 +0200

    Set DISTRIB_ID=Debian in case lsb_release is missing

diff --git a/debian/patches/debian-lsb.patch b/debian/patches/debian-lsb.patch
new file mode 100644
index 0000000..7829f45
--- /dev/null
+++ b/debian/patches/debian-lsb.patch
@@ -0,0 +1,12 @@
+Set DISTRIB_ID=Debian in case lsb_release is missing
+--- a/dkms
++++ b/dkms
+@@ -367,6 +367,8 @@ function distro_version()
+         DISTRIB_ID=$(lsb_release -i -s)
+         DISTRIB_RELEASE=$(lsb_release -r -s)
+         LSB_RELEASE=1
++    else
++	DISTRIB_ID=Debian
+     fi
+ 
+     case "${DISTRIB_ID}" in
diff --git a/debian/patches/series b/debian/patches/series
index 02656bb..460be7c 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -4,3 +4,4 @@ manpage-update.patch
 use-system-tmpdir.patch
 remove-old-mod.patch
 skip-non-matching-kernel.patch
+debian-lsb.patch

-- 
Dynamic Kernel Module Support



More information about the Pkg-dkms-commits mailing list