~ubuntu-branches/ubuntu/precise/desktop-switcher/precise

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Steve Kowalik
  • Date: 2009-01-27 18:12:41 UTC
  • Revision ID: james.westby@ubuntu.com-20090127181241-4ofwflgz5mxqcpap
Tags: 0.4.0-0ubuntu1
Initial release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/make -f
 
2
 
 
3
configure: configure-stamp
 
4
configure-stamp:
 
5
        dh_auto_configure
 
6
        touch $@
 
7
 
 
8
build: build-stamp
 
9
build-stamp: configure-stamp
 
10
        $(MAKE)
 
11
        touch $@
 
12
 
 
13
clean:
 
14
        dh clean
 
15
 
 
16
install: build install-stamp
 
17
install-stamp:
 
18
        dh_clean -k
 
19
        dh install
 
20
        touch $@
 
21
 
 
22
binary-arch: install
 
23
        dh $@
 
24
 
 
25
binary-indep: install
 
26
        dh $@
 
27
 
 
28
binary: binary-arch binary-indep