[Pkg-dkms-commits] [SCM] Maintenance of the dkms package branch, master, updated. upstream/2.0.20.4-15-gb5c96ca

Giuseppe Iuculano giuseppe at iuculano.it
Thu Dec 25 11:50:34 UTC 2008


The following commit has been merged in the master branch:
commit b5c96ca43f2845e95582e92f6d4f083c52c226d7
Author: Giuseppe Iuculano <giuseppe at iuculano.it>
Date:   Thu Dec 25 12:47:52 2008 +0100

    Added Debian as known distro in override_dest_module_location()

diff --git a/debian/patches/10-lsb.patch b/debian/patches/10-lsb.patch
index 4b9d2d8..24f1ae2 100644
--- a/debian/patches/10-lsb.patch
+++ b/debian/patches/10-lsb.patch
@@ -14,3 +14,11 @@
      fi
  
      if [ -n "${FEDORA_RELEASE}" ]; then
+@@ -345,6 +351,7 @@
+ 	sles*) echo "/updates" && return ;;
+ 	suse*) echo "/updates" && return ;;
+ 	Ubuntu*) echo "/updates/dkms" && return ;;
++	Debian*) echo "/updates/dkms" && return ;;
+ 	*) ;;
+     esac
+     echo "$orig_location"

-- 
Maintenance of the dkms package



More information about the Pkg-dkms-commits mailing list