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

Giuseppe Iuculano giuseppe at iuculano.it
Thu Dec 25 19:37:00 UTC 2008


The following commit has been merged in the master branch:
commit 7d0460482cca8fff24e32f6cc73716191782978f
Author: Giuseppe Iuculano <giuseppe at iuculano.it>
Date:   Thu Dec 25 20:36:48 2008 +0100

    added a g modifier to replace all underscores in function make_debian()

diff --git a/debian/patches/05-do_not_check_admin_group.patch b/debian/patches/05-do_not_check_admin_group.patch
index 571713a..7365534 100644
--- a/debian/patches/05-do_not_check_admin_group.patch
+++ b/debian/patches/05-do_not_check_admin_group.patch
@@ -1,6 +1,15 @@
 admin group is not a standard group in Debian, so check only if $ROOT is non-null
 --- a/dkms
 +++ b/dkms
+@@ -2993,7 +2993,7 @@
+ 
+     make_common_test "mk${create_type}"
+ 
+-    debian_package=$(echo $module | sed s/_/-/)
++    debian_package=$(echo $module | sed s/_/-/g)
+ 
+     SYNAPTIC=""
+     #Synaptic availablity
 @@ -3033,7 +3033,7 @@
      #test if we are missing dependencies that are needed during package build
      INSTALL_PACKAGES="`make_debian_test_depends`"

-- 
Maintenance of the dkms package



More information about the Pkg-dkms-commits mailing list