~ubuntu-branches/ubuntu/maverick/libtest-perl-critic-perl/maverick

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Yu, Jonathan Yu, gregor herrmann
  • Date: 2009-10-23 04:40:30 UTC
  • mfrom: (2.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20091023044030-5co5kbrhmewh3goe
Tags: 1.02-1
[ Jonathan Yu ]
* New upstream release
* Added myself to Uploaders
* Standards-Version 3.8.3 (no changes)
* Rewrote control description
* Bump perlcritic version dep per upstream
* Use new short debhelper rules format
* Update copyright info from changelog trailers

[ gregor herrmann ]
* debian/control: Changed: (build-)depend on perl instead of perl-
  modules.
* debian/copyright: update upstream copyright notice.

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
 
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
 
3
%:
 
4
        dh $@