~ubuntu-branches/ubuntu/quantal/dh-make/quantal

« back to all changes in this revision

Viewing changes to lib/debiann/rules

  • Committer: Bazaar Package Importer
  • Author(s): Craig Small
  • Date: 2009-09-11 07:44:49 UTC
  • Revision ID: james.westby@ubuntu.com-20090911074449-g6bunlzkgk9vn1jd
DH_ADDON had " and not # Closes: #546026

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/make -f
2
2
 
3
 
build: build-stamp
4
 
 
5
 
build-stamp:
6
 
        dh_testdir
7
 
        touch build-stamp
8
 
 
9
 
clean:
10
 
        dh_testdir
11
 
        dh_testroot
12
 
        rm -f build-stamp
13
 
        dh_clean
14
 
 
15
 
install: build
16
 
        dh_testdir
17
 
        dh_testroot
18
 
        dh_clean -k
19
 
        dh_installdirs
20
 
        dh_installkpatches
21
 
 
22
 
# Build architecture-independent files here.
23
 
binary-indep: install
24
 
        dh_testdir
25
 
        dh_testroot
26
 
        dh_installdocs
27
 
        dh_installchangelogs
28
 
        dh_compress
29
 
        dh_fixperms
30
 
        dh_installdeb
31
 
        dh_gencontrol
32
 
        dh_md5sums
33
 
        dh_builddeb
34
 
 
35
 
binary-arch: binary-indep
36
 
 
37
 
binary: binary-indep binary-arch
38
 
.PHONY: build clean binary-indep binary-arch binary install
 
3
%:
 
4
        dh $@