Control: tags 695873 + pending

Dear maintainer,

I've prepared an NMU for 695873 (versioned as 5.01-3.1) and
uploaded it without delay.

Regards.

-- 
  ⢀⣴⠾⠻⢶⣦⠀
  ⣾⠁⢠⠒⠀⣿⡁  Louis-Philippe Véronneau
  ⢿⡄⠘⠷⠚⠋   po...@debian.org / veronneau.org
  ⠈⠳⣄
diff -Nru memtest86+-5.01/debian/changelog memtest86+-5.01/debian/changelog
--- memtest86+-5.01/debian/changelog	2015-06-25 17:14:21.000000000 +0000
+++ memtest86+-5.01/debian/changelog	2019-08-15 17:49:09.000000000 +0000
@@ -1,3 +1,11 @@
+memtest86+ (5.01-3.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix passing serial options on the command line
+    (Closes: #695873): serial-console-fix.patch
+
+ -- Louis-Philippe Véronneau <po...@debian.org>  Thu, 15 Aug 2019 13:49:09 -0400
+
 memtest86+ (5.01-3) unstable; urgency=medium
 
   * Build with -fgnu89-inline for GCC 5 (Matthias Klose, Closes: #778001)
diff -Nru memtest86+-5.01/debian/patches/serial-console-fix.patch memtest86+-5.01/debian/patches/serial-console-fix.patch
--- memtest86+-5.01/debian/patches/serial-console-fix.patch	1970-01-01 00:00:00.000000000 +0000
+++ memtest86+-5.01/debian/patches/serial-console-fix.patch	2019-08-15 17:49:09.000000000 +0000
@@ -0,0 +1,21 @@
+Fix passing serial options on the command line
+Index: memtest86+-5.01/lib.c
+===================================================================
+--- memtest86+-5.01.orig/lib.c
++++ memtest86+-5.01/lib.c
+@@ -1141,7 +1141,7 @@ void serial_console_setup(char *param)
+ 
+ 	end++;
+ 
+-	if (*end != '\0' || *end != ' ')
++	if (*end != '\0' && *end != ' ')
+ 		return;  /* garbage at the end */
+ 
+ 	serial_bits = bits;
+@@ -1196,4 +1196,4 @@ void get_list(int x, int y, int len, cha
+ 		   return;
+ 		}
+ 	}
+-}
+\ No newline at end of file
++}
diff -Nru memtest86+-5.01/debian/patches/series memtest86+-5.01/debian/patches/series
--- memtest86+-5.01/debian/patches/series	2015-06-25 17:12:50.000000000 +0000
+++ memtest86+-5.01/debian/patches/series	2019-08-15 17:49:09.000000000 +0000
@@ -3,3 +3,4 @@
 memtest86+-5.01-O0.patch
 memtest86+-5.01-array-size.patch
 gcc-5
+serial-console-fix.patch

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to