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

Bug#690070: marked as done (unblock: dkms/2.2.0.3-1.2)



Your message dated Tue, 09 Oct 2012 19:12:51 +0100
with message-id <1349806371.26169.5.camel@jacala.jungle.funky-badger.org>
and subject line Re: Bug#690070: unblock: dkms/2.2.0.3-1.2
has caused the Debian Bug report #690070,
regarding unblock: dkms/2.2.0.3-1.2
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
690070: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=690070
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
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

--- End Message ---
--- Begin Message ---
On Tue, 2012-10-09 at 19:28 +0200, Christoph Egger wrote:
> 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.

Unblocked; thanks.

Regards,

Adam

--- End Message ---

Reply to: