~ubuntu-branches/ubuntu/intrepid/raidutils/intrepid

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Barak A. Pearlmutter
  • Date: 2008-02-03 16:09:08 UTC
  • Revision ID: james.westby@ubuntu.com-20080203160908-fqno573ja4dg3bfr
Tags: 0.0.6-5
* Patch from Nathan Stratton Treadway plugs memory leak (closes: #273577)
* Include README in /usr/share/doc/<package>/ iff non-empty (closes: #275068)
* Incorporate NMU 0.0.6-3.2 (closes: #459161)
* Get rid of "packed" warnings by hacking include/get_info.h; although
  thanks are due to Nathan Stratton Treadway for looking into the issue,
  responsibility for this fix is mine alone ... remember: NO WARRENTY!!!

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
 
65
65
        # Add here commands to install the package into debian/raidutils.
66
66
        $(MAKE) install DESTDIR=$(CURDIR)/debian/raidutils
67
 
        -rm -f debian/raidutils/usr/lib/libraidutil.{a,la,so}
 
67
#bashism: -rm -f debian/raidutils/usr/lib/libraidutil.{a,la,so}
 
68
        -rm -f debian/raidutils/usr/lib/libraidutil.a
 
69
        -rm -f debian/raidutils/usr/lib/libraidutil.la
 
70
        -rm -f debian/raidutils/usr/lib/libraidutil.so
 
71
 
68
72
 
69
73
 
70
74
# Build architecture-independent files here.
76
80
        dh_testdir
77
81
        dh_testroot
78
82
        dh_installchangelogs ChangeLog
79
 
        dh_installdocs
 
83
        dh_installdocs $(shell test -s README && echo README)
80
84
        dh_installexamples
81
85
#       dh_install
82
86
#       dh_installmenu