~ubuntu-branches/ubuntu/hardy/awstats/hardy

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Charles Fry
  • Date: 2007-02-10 11:11:02 UTC
  • mfrom: (1.2.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070210111102-bbx43ay1krtxh1nq
Tags: 6.6+dfsg-1
New upstream release (Closes: #350987, #335865)

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
clean::
39
39
        rm -f debian/awstats.conf debian/firefox.png
40
40
 
41
 
# Remove badly coded PDF
 
41
# Remove badly coded PDF, and .cvsignore
42
42
binary-post-install/awstats::
43
43
        find $(DEB_DESTDIR) -type f -name *.pdf | xargs -r rm
 
44
        find $(DEB_DESTDIR) -type f -name .cvsignore | xargs -r rm
44
45
 
45
46
# Debian stores the GPL at one single spot
46
47
binary-post-install/awstats::
55
56
binary-fixup/awstats::
56
57
        chmod -x,+X -R $(DEB_DESTDIR)/usr/share/doc/awstats/examples/
57
58
        chmod +x $(addprefix $(DEB_DESTDIR)/usr/share/doc/awstats/examples/,$(notdir $(awstats_example_scripts)))
58
 
        # Fix any CRLF-encodings
59
 
        sed -i -e 's/\r$$//' $(addprefix $(DEB_DESTDIR)/usr/share/doc/awstats/examples/,$(notdir $(awstats_example_scripts)))
60
59
 
61
60
binary-predep/awstats::
62
61
        dh_perl -p$(DEB_CURPACKAGE)