~ubuntu-branches/ubuntu/natty/desktop-switcher/natty

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Loïc Minier
  • Date: 2009-09-10 16:56:56 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20090910165656-ls9bvgvpobffkqvb
Tags: 0.5.6-0ubuntu1
* New upstream release.
* Add .PHONY to rules.
* Use dh_prep instead of deprecated dh_clean -k.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 
17
17
install: build install-stamp
18
18
install-stamp:
19
 
        dh_clean -k
 
19
        dh_prep
20
20
        dh install
21
21
        touch $@
22
22
 
27
27
        dh $@
28
28
 
29
29
binary: binary-arch binary-indep
 
30
 
 
31
.PHONY: clean build install binary-arch binary-indep binary