~ubuntu-branches/ubuntu/trusty/libaudio-flac-header-perl/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Yu, Nathan Handler, Jonathan Yu
  • Date: 2010-12-29 20:02:11 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20101229200211-xg3pxsdpo61x06on
Tags: 2.4-1
[ Nathan Handler ]
* debian/watch: Update to ignore development releases.

[ Jonathan Yu ]
* New upstream release
* Use new short debhelper rules format
* Standards-Version 3.9.1 (no changes)
* Refresh copyright information
* Add myself to Uploaders and Copyright
* Use new 3.0 (quilt) source format

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