On 4.3.2010 21:57, FEJES Jozsef wrote: > I would like an md5sums file in the packages built by the deb-pkg > script. It's a quite standard and useful thing to do. > > Please consider my patch (or something similar) for inclusion. > > My patch does the same thing as dh_md5sums, without any fancy options > which are unnecessary in this case. Hi, Please submit a patch according to Documentation/SubmittingPatches, i.e. inline it in the body of the email and include your Signed-off-by: line. BTW: sh -c "cd '$pdir'; find . -type f ! -path './DEBIAN/*' -printf '%P\0' can be written as find "$pdir" -path "$pdir/DEBIAN" -prune -o -type f -printf '%P\0' (saves you some quoting). Michal -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html