[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#690070: unblock: dkms/2.2.0.3-1.2



Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Please unblock package dkms

  Without this fix updating dkms using packages will fail on
kfreebsd-10 kernels. WHile kfreebsd-10 won't be part of wheezy it is
very likely to be in jessie (affecting partial upgrades) and
potentially in backports.

unblock dkms/2.2.0.3-1.2


diff -Nru dkms-2.2.0.3/debian/changelog dkms-2.2.0.3/debian/changelog
--- dkms-2.2.0.3/debian/changelog       2012-07-19 13:21:01.000000000 -0700
+++ dkms-2.2.0.3/debian/changelog       2012-10-05 20:53:32.000000000 -0700
@@ -1,3 +1,11 @@
+dkms (2.2.0.3-1.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Don't fail if kernel major version number is not single-digit (like on
+    kfreebsd-10) (Closes: 688904)
+
+ -- Christoph Egger <christoph@debian.org>  Fri, 05 Oct 2012 20:52:34 -0700
+
 dkms (2.2.0.3-1.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -Nru dkms-2.2.0.3/debian/patches/688904.patch dkms-2.2.0.3/debian/patches/688904.patch
--- dkms-2.2.0.3/debian/patches/688904.patch       1969-12-31 16:00:00.000000000 -0800
+++ dkms-2.2.0.3/debian/patches/688904.patch       2012-10-05 20:52:00.000000000 -0700
@@ -0,0 +1,19 @@
+--- a/dkms   2012-10-01 15:44:50.000000000 -0700
++++ b/dkms   2012-10-01 15:44:25.981366657 -0700
+@@ -19,6 +19,7 @@
+ #    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ #
+ 
++shopt -s extglob
+ 
+ # All of the variables we will accept from dkms.conf.
+ # Does not include directives
+@@ -1827,7 +1831,7 @@
+ # we do not get word splitting where it would be inconvienent.
+ module_status_built() {
+     local ret=1 directory ka k a state oifs="$IFS" IFS=''
+-    for directory in "$dkms_tree/$1/$2/"${3:-[0-9].*}/${4:-*}; do
++    for directory in "$dkms_tree/$1/$2/"${3:-+([0-9]).*}/${4:-*}; do
+     IFS="$oifs"
+     ka="${directory#$dkms_tree/$1/$2/}"
+     k="${ka%/*}"
diff -Nru dkms-2.2.0.3/debian/patches/series dkms-2.2.0.3/debian/patches/series
--- dkms-2.2.0.3/debian/patches/series       2012-07-19 13:21:01.000000000 -0700
+++ dkms-2.2.0.3/debian/patches/series       2012-10-05 20:52:13.000000000 -0700
@@ -1,2 +1,3 @@
 666023.patch
 657145.patch
+688904.patch

-- System Information:
Debian Release: 6.0.5
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'proposed-updates'), (500, 'unstable'), (1, 'experimental')
Architecture: mipsel (mips64)

Kernel: Linux 3.2.0-0.bpo.2-loongson-2f
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


Reply to: