tags 530213 + patch
thanks

Dear maintainer,

I've prepared an NMU for udev (versioned as 0.141-1.1) and
uploaded it to DELAYED/10. Please feel free to tell me if I should
delay it longer.

Regards.
diff -u udev-0.141/debian/changelog udev-0.141/debian/changelog
--- udev-0.141/debian/changelog
+++ udev-0.141/debian/changelog
@@ -1,3 +1,10 @@
+udev (0.141-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Added patch fix_bashism: fix bashism in path_id. (Closes: #530213)
+
+ -- Raphael Geissert <geiss...@debian.org>  Sun, 05 Jul 2009 19:05:27 -0500
+
 udev (0.141-1) unstable; urgency=high
 
   * New upstream release. Fixes:
diff -u udev-0.141/debian/patches/series udev-0.141/debian/patches/series
--- udev-0.141/debian/patches/series
+++ udev-0.141/debian/patches/series
@@ -1,4 +1,5 @@
 # fixes to be pushed upstream
+fix_bashism
 
 # features to be pushed upstream
 
@@ -9 +9,0 @@
-
only in patch2:
unchanged:
--- udev-0.141.orig/debian/patches/fix_bashism
+++ udev-0.141/debian/patches/fix_bashism
@@ -0,0 +1,13 @@
+Index: udev-0.141/extras/path_id/path_id
+===================================================================
+--- udev-0.141.orig/extras/path_id/path_id
++++ udev-0.141/extras/path_id/path_id
+@@ -269,7 +269,7 @@ handle_fc () {
+       tmp_lun2=$(printf "%04x" $(( ($fc_tgt_lun >> 16) & 0xFFFF)))
+       tmp_lun1="0000"
+       tmp_lun0="0000"
+-      if (($fc_tgt_lun == 0)) ; then
++      if [ $fc_tgt_lun -eq 0 ] ; then
+               lun="0x0000000000000000"
+       else
+               lun="0x${tmp_lun3}${tmp_lun2}${tmp_lun1}${tmp_lun0}"



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to