Hi,

I should have found this before sending deb3 script.  

Attached fix stupid typo I had.

Osamu
--- deb3.old	2010-05-11 22:27:43.000000000 +0900
+++ deb3	2010-05-11 22:28:11.000000000 +0900
@@ -128,7 +128,7 @@
 	convert_quilt
 elif [ "$1" = dpatch ]; then
 	convert_dpatch
-elif [ "$1" = 1 ] || [ "$1" = 2 ] || [ "$1" = 3 ]; then
+elif [ "$1" = "0" ] || [ "$1" = "1" ] || [ "$1" = "2" ]; then
 	PATCH_LEVEL=$1
 	convert_simple
 elif [ -f debian/patches/series ]; then

Reply via email to