Package: debhelper
Tags: patch

It would be really nice if dh_compress would not compress .map file:

http://www.w3schools.com/tags/att_img_usemap.asp

See for example:
http://packages.debian.org/search?searchon=contents&keywords=map.gz&mode=path&suite=stable&arch=any

The patch is pretty trivial:

Change:

 ! -name "index.sgml" ! -name "objects.inv" \\

into

 ! -name "*.map" ! -name "index.sgml" ! -name "objects.inv" \\


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to