~ubuntu-branches/ubuntu/utopic/debhelper/utopic-proposed

« back to all changes in this revision

Viewing changes to dh_compress

  • Committer: Steve Langasek
  • Author(s): Martin Pitt
  • Date: 2011-10-16 06:51:20 UTC
  • mfrom: (1.4.35 sid)
  • Revision ID: steve.langasek@canonical.com-20111016065120-3qbjooj2ai6a783a
Tags: 8.9.8ubuntu1
merge 8.9.8 from Debian

Show diffs side-by-side

added added

removed removed

Lines of Context:
108
108
                                ! -iname "*.gif" ! -iname "*.png" ! -iname "*.jpg" \\
109
109
                                ! -iname "*.jpeg" \\
110
110
                                2>/dev/null || true;
111
 
                        find usr/share/doc -type f \\( -size +4k -or -name "changelog*" -or -name "NEWS*" \\) \\
 
111
                        find usr/share/doc \\
 
112
                                \\( -type d -name _sources -prune -false \\) -o \\
 
113
                                -type f \\( -size +4k -or -name "changelog*" -or -name "NEWS*" \\) \\
112
114
                                \\( -name changelog.html -or ! -iname "*.htm*" \\) \\
113
115
                                ! -iname "*.gif" ! -iname "*.png" ! -iname "*.jpg" \\
114
116
                                ! -iname "*.jpeg" ! -iname "*.gz" ! -iname "*.taz" \\