~ubuntu-branches/ubuntu/wily/libclass-meta-perl/wily

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Peter Pentchev, Nathan Handler, gregor herrmann, Peter Pentchev
  • Date: 2011-02-25 01:56:19 UTC
  • mfrom: (3.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20110225015619-tf7yn3satbkbs3r3
Tags: 0.63-2
[ Nathan Handler ]
* debian/watch: Update to ignore development releases.

[ gregor herrmann ]
* debian/control: Changed: (build-)depend on perl instead of perl-
  modules.
* Drop build dependency on "perl (>= 5.10) | libmodule-build-perl", already
  satisfied in lenny.

[ Peter Pentchev ]
* Convert to the 3.0 (quilt) source format with no changes.
* Depend on libclass-isa-perl | perl (<< 5.10.1-13).  Closes: #614410
* Refresh the copyright file:
  - refer to the GPL-1 file instead of the GPL symlink
  - update it to the latest DEP 5 candidate format
  - refer to Debian (not just GNU/Linux) systems
  - add my debian/* copyright notice
* Bump Standards-Version to 3.9.1 with no changes.
* Add spelling.patch to fix two spelling mistakes and a grammatical one.
* Bump the debhelper compatibility level to 8 with no changes and
  minimize the rules file.
* Drop the 5.8.0-7 version from the perl build dependency.
* Add myself to the list of uploaders.

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
 
        # ugh, where do you come from?
15
 
        [ ! -f debian/libclass-meta-perl/usr/lib/perl5/auto/Class/Meta/.packlist ] || \
16
 
                $(RM) -v debian/libclass-meta-perl/usr/lib/perl5/auto/Class/Meta/.packlist
17
 
        [ ! -d debian/libclass-meta-perl/usr/lib/perl5/auto/Class/Meta ] || \
18
 
                rmdir --ignore-fail-on-non-empty --parents debian/libclass-meta-perl/usr/lib/perl5/auto/Class/Meta
19
 
        touch $@
20
 
 
21
 
binary-arch:
22
 
 
23
 
binary-indep: install
24
 
        dh $@
25
 
 
26
 
binary: binary-arch binary-indep
27
 
 
28
 
.PHONY: binary binary-arch binary-indep install clean build
 
3
%:
 
4
        dh $@