I found a typo in dh_make file. Please check my patch.

IRIE Shinsuke

diff -ur dh-make-0.55.orig/dh_make dh-make-0.55/dh_make
--- dh-make-0.55.orig/dh_make   2010-05-31 20:54:03.000000000 +0900
+++ dh-make-0.55/dh_make        2010-12-20 15:28:36.982904997 +0900
@@ -519,7 +519,7 @@
        }
 }
 # Figure out where documentation is
-our @DOCS= split / |\n/, qx(ls -1 N[Ee][Ww][Ss] *[Ff][Aa][Qq]* *.[Tt][Xx][Tt] 
README* *.README [rR]eadme* *.[rR]eadme [Bb][Uu][Gg][Ss] *[tT][oO][dD][oO]* 
2>/dev/null | grep -v '^CMakeList.txt');
+our @DOCS= split / |\n/, qx(ls -1 N[Ee][Ww][Ss] *[Ff][Aa][Qq]* *.[Tt][Xx][Tt] 
README* *.README [rR]eadme* *.[rR]eadme [Bb][Uu][Gg][Ss] *[tT][oO][dD][oO]* 
2>/dev/null | grep -v '^CMakeLists.txt');
 # What are our info files
 our @INFOS= split / |\n/, qx(find . -regex '.*\\.info\\(-[0-9]+\\)?');
 # Figure out where is the first changelog, assign other similar files to docs

Reply via email to