~ubuntu-branches/ubuntu/lucid/libwww-perl/lucid-security

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Iulian Udrea, Iulian Udrea, gregor herrmann
  • Date: 2009-08-06 10:27:28 UTC
  • mfrom: (1.3.3 upstream)
  • mto: This revision was merged to the branch mainline in revision 13.
  • Revision ID: james.westby@ubuntu.com-20090806102728-w6uzmwmqrq6pf77o
Tags: 5.830-1
[ Iulian Udrea ]
* New upstream release
* debian/control:
  - Add myself as an Uploader.

[ gregor herrmann ]
* Use minimal debian/rules file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
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:
17
 
 
18
 
binary-indep: install
19
 
        dh $@
20
 
 
21
 
binary: binary-arch binary-indep
22
 
 
23
 
.PHONY: binary binary-arch binary-indep install clean build
 
2
%:
 
3
        dh $@