~ubuntu-branches/ubuntu/wily/tcpspy/wily

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Pablo Lorenzzoni
  • Date: 2010-03-31 17:11:26 UTC
  • Revision ID: james.westby@ubuntu.com-20100331171126-chwb23yo0m365ind
Tags: 1.7d-4
* Applied solution proposed by Craig Sanders <cas@taz.net.au>. Now
  starting up as nobody can be configured via /etc/default/tcpspy.
  (Closes: #494915).
* Bump Standards up to 3.8.4.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
        dh_testroot
16
16
        rm -f build-stamp
17
17
 
18
 
        -$(MAKE) clean
 
18
        [ ! -f Makefile ] || $(MAKE) clean
19
19
 
20
20
        dh_clean
21
21
 
22
22
install: build
23
23
        dh_testdir
24
24
        dh_testroot
25
 
        dh_clean -k
 
25
        dh_prep
26
26
        dh_installdirs
27
27
 
28
28
        $(MAKE) prefix=`pwd`/debian/`dh_listpackages`/ install
37
37
        dh_testroot
38
38
        dh_installdocs
39
39
        dh_installinit
40
 
        dh_installmanpages
 
40
        dh_installman
41
41
        dh_installchangelogs 
42
42
        dh_link
43
43
        dh_strip