~ubuntu-branches/ubuntu/vivid/libfilehandle-fmode-perl/vivid-proposed

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): AGOSTINI Yves
  • Date: 2008-09-26 10:37:48 UTC
  • Revision ID: james.westby@ubuntu.com-20080926103748-zgqtc2tzilqx3hoa
Tags: 0.11-1
Initial Release. (Closes: #499237)

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
        dh install
 
14
        touch $@
 
15
 
 
16
binary-arch: install
 
17
        dh $@
 
18
 
 
19
binary-indep:
 
20
 
 
21
binary: binary-arch binary-indep
 
22
 
 
23
.PHONY: binary binary-arch binary-indep install clean build