I've updated the patch for 0.7.11-1.  Instead of removing the whole
lsb_release, which I think should still be removed and replace with another
check, I've just added the Devuan to the lsb_release check.

     Chris
Description: Add Devuan compatiblity.
Author: Chris Dos <ch...@chrisdos.com>
Bug-Debian: https://bugs.debian.org/900089
Forwarded: no
--- a/debian/zfs-dkms.dkms
+++ b/debian/zfs-dkms.dkms
@@ -7,7 +7,7 @@ PRE_BUILD="configure
   --with-config=kernel
   --with-linux=$(
     case `lsb_release -is` in
-      (Debian)
+      (Debian|Devuan)
         if [[ -e ${kernel_source_dir/%build/source} ]]
         then
           echo ${kernel_source_dir/%build/source}

Reply via email to