~ubuntu-branches/ubuntu/trusty/flamethrower/trusty

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): dann frazier
  • Date: 2009-08-19 16:01:03 UTC
  • Revision ID: james.westby@ubuntu.com-20090819160103-eqbfk6lary7hc92a
Tags: 0.1.8-3
* Fix runlevels in LSB section of initscript and add dependency
  on syslog (Closes: #542283). Thanks to Petter Reinholdtsen for
  his work here.
* Fix build failure caused by change in MakeMaker
* Update Standards-Version to 3.8.3
* Use debhelper 5 & add ${misc:Depends}

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
        dh_testdir
31
31
        -dh_testroot
32
32
        dh_installdirs
33
 
        $(MAKE) install PREFIX="$(PREFIX)" CONFDIR="$(tmp)" SITEPREFIX="$(PREFIX)"
 
33
        $(MAKE) install PREFIX="$(PREFIX)" CONFDIR="$(tmp)" SITEPREFIX="$(PREFIX)" INSTALLSITEARCH="$(PREFIX)"
34
34
 
35
35
        # upstream installs this as executable
36
36
        chmod 644 $(tmp)/usr/lib/flamethrower/*.pm
37
37
 
38
38
        # this directory tree is empty
39
 
        rm -rf $(tmp)/usr/lib/perl
40
 
        rm -rf $(tmp)/usr/lib/flamethrower/auto
 
39
        rm -rf $(tmp)/usr/perllocal.pod
 
40
        rm -rf $(tmp)/usr/auto
41
41
 
42
42
        # let debhelper install this for us
43
43
        rm -rf $(tmp)/etc/init.d