~ubuntu-branches/ubuntu/maverick/avr-libc/maverick

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Hakan Ardo
  • Date: 2009-10-31 11:52:10 UTC
  • mfrom: (1.1.8 upstream) (4.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091031115210-x0mlijnegkce86fk
Tags: 1:1.6.7-1
* New upstream relese (closes: #544030)
* Added lintian overrides (closes: #553265)

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
#       cd build/doc && $(MAKE) install DESTDIR=`pwd`/../../debian/tmp
39
39
#       mv debian/tmp/usr/share/doc/avr-libc debian/tmp/usr/share/doc/$(package)
40
40
        cp NEWS debian/$(package)/usr/share/doc/$(package)/changelog
 
41
        install -d debian/$(package)/usr/share/lintian/overrides
 
42
        cp debian/lintian_overrides debian/$(package)/usr/share/lintian/overrides/$(package)
41
43
#       cp ChangeLog debian/tmp/usr/share/doc/$(package)/changelog
42
44
#       mv debian/tmp/usr/share/doc/$(package)/CHANGES.old changelog.old
43
45
#       gzip -9 `find debian/tmp/usr/share/doc/$(package)/ -type f`