~ubuntu-branches/ubuntu/raring/libxml-bare-perl/raring

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Antonio Radici
  • Date: 2009-01-31 17:28:53 UTC
  • Revision ID: james.westby@ubuntu.com-20090131172853-1xjwipwbro4lwbmx
Tags: 0.40+dfsg.1-1
Initial Release. (Closes: #513538)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/make -f
 
2
 
 
3
build: build-stamp
 
4
build-stamp:
 
5
        dh build
 
6
        touch $@
 
7
 
 
8
clean: 
 
9
        dh $@
 
10
 
 
11
install: install-stamp
 
12
install-stamp: build-stamp
 
13
        rm -rf bench/
 
14
        dh install
 
15
        touch $@
 
16
 
 
17
binary-arch: install
 
18
        dh $@
 
19
 
 
20
binary-indep:
 
21
 
 
22
binary: binary-arch binary-indep
 
23
 
 
24
.PHONY: binary binary-arch binary-indep install clean build