tags 688904 + pending
thanks
Dear maintainer,
I've prepared an NMU for dkms (versioned as 2.2.0.3-1.2) and
uploaded it to DELAYED/3. Please feel free to tell me if I
should delay it longer.
Regards
Christoph
nb: I'll ask release for an unblock as soonas it hits unstable
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 <[email protected]> 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