reassign 526033 manpages-tr reassign 526036 manpages-tr merge 526033 526036 tags 526033 patch thanks
manpages-tr already contains a list of manpages to be pruned. I don't really know when the support for this list was broken, but here is a fix. Best Regards, -- Nekral
diff -rauN ../orig/manpages-tr-1.0.5.1/debian/rules ./manpages-tr-1.0.5.1/debian/rules --- ../orig/manpages-tr-1.0.5.1/debian/rules 2009-05-09 20:56:00.000000000 +0200 +++ ./manpages-tr-1.0.5.1/debian/rules 2009-05-09 21:16:14.138326848 +0200 @@ -82,10 +82,7 @@ grep -v '^#' debian/manpages-tr.prune | while read exists crap; do \ exists=`echo "$$exists" | \ sed -e 's,usr/share/man/tr\.[^/]\+,usr/share/man/tr,'`;\ - test -f `pwd`/debian/manpages-tr/"$$exists" || \ - test -L `pwd`/debian/manpages-tr/"$$exists" && \ - rm -f `pwd`/debian/manpages-tr/"$$exists" || \ - true; \ + rm -f `pwd`/debian/manpages-tr/"$$exists".gz; \ done dh_movefiles --sourcedir=debian/manpages-tr dh_installdocs