Bug#659672: dkms: dkms uninstall does not work

2014-07-31 Thread Wilfried Klaebe
Package: dkms Version: 2.2.0.3-1.2 Followup-For: Bug #659672 Dear Maintainer, this bug still exists. I independently developed a different patch. have_one_kernel() wrongly returns 1, because the last executed command is [[ $all ]], which returns 1 because $all == "". It should return 0. This ca

Bug#659672: dkms: dkms uninstall does not work

2012-02-12 Thread Nobuhiro Iwamatsu
Source: dkms Version: 2.2.0.3-1 Severity: important Tags: patch Hi, 'dkms uninstall' does not work. - $ dkms status hello, 0.0.1, 3.0.0-1-amd64, x86_64: installed $ sudo dkms uninstall -m hello -v 0.0.1 -k 3.0.0-1-amd64 $ dkms status hello, 0.0.1, 3.0.0-1-amd64, x86_64: installed - Beca