~ubuntu-branches/ubuntu/precise/libgravatar-url-perl/precise

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Ansgar Burchardt, Nathan Handler, Salvatore Bonaccorso, Ryan Niebur, gregor herrmann, Ansgar Burchardt
  • Date: 2010-04-02 23:59:09 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100402235909-eowz78eqls9kea8v
Tags: 1.02-1
[ Nathan Handler ]
* debian/watch: Update to ignore development releases.

[ Salvatore Bonaccorso ]
* debian/control: Changed: Replace versioned (build-)dependency on
  perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as
  permitted by Debian Policy 3.8.3).

[ Ryan Niebur ]
* Update ryan52's email address

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

[ Ansgar Burchardt ]
* New upstream release.
* Use minimal debian/rules.
* Use source format 3.0 (quilt).
* debian/copyright: Minor changes for current DEP-5 proposal.
* Bump Standards-Version to 3.8.4.
* Add myself to Uploaders.

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 $@