~ahasenack/landscape-client/landscape-client-1.5.5-0ubuntu0.9.04.0

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Matt Zimmerman
  • Date: 2006-05-26 06:37:55 UTC
  • Revision ID: james.westby@ubuntu.com-20060526063755-0z9wumhm42ce8w8j
Tags: 0.1
Empty placeholder package

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/make -f
 
2
 
 
3
clean:
 
4
        dh_testdir
 
5
        dh_clean
 
6
        rm -f build
 
7
 
 
8
install: build
 
9
        dh_clean
 
10
        dh_installdirs
 
11
 
 
12
build:
 
13
        touch build
 
14
 
 
15
binary-indep: install
 
16
        dh_testdir -i
 
17
        dh_testroot -i
 
18
        dh_installdocs -i
 
19
        dh_installchangelogs -i
 
20
        dh_compress -i
 
21
        dh_fixperms -i
 
22
        dh_installdeb -i
 
23
        dh_gencontrol -i
 
24
        dh_md5sums -i
 
25
        dh_builddeb -i
 
26
 
 
27
binary-arch: install
 
28
        # Nothing to do
 
29
 
 
30
binary: binary-indep binary-arch
 
31
 
 
32
.PHONY: binary binary-arch binary-indep clean checkroot