~ubuntu-branches/ubuntu/trusty/libpod-simple-perl/trusty

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Yu, Jonathan Yu, Salvatore Bonaccorso, Ryan Niebur, gregor herrmann
  • Date: 2009-10-26 19:03:16 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20091026190316-f9z7itsbjva0k8tv
Tags: 3.09-1
[ Jonathan Yu ]
* New upstream release
* Standards-Version 3.8.3 (no changes)

[ 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 jawnsy's email address

[ gregor herrmann ]
* debian/control: Changed: (build-)depend on perl instead of perl-
  modules.
* debian/watch: use extended regexp for matching upstream versions.
* debian/rules: minimize and use override_* feature.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/make -f
 
2
 
2
3
PACKAGE:= $(firstword $(shell dh_listpackages))
3
 
binary-arch:
4
 
build binary-indep clean:
5
 
        dh $@
6
 
 
7
 
install: build
8
 
        dh $@
9
 
        rm -v debian/$(PACKAGE)/usr/share/perl5/perlpod*.pod \
10
 
                debian/$(PACKAGE)/usr/share/man/man3/perlpod*.3pm.gz
11
 
 
12
 
binary: install
13
 
        dh $@
 
4
TMP:= $(CURDIR)/debian/$(PACKAGE)
 
5
 
 
6
%:
 
7
        dh $@
 
8
 
 
9
override_dh_auto_install:
 
10
        dh_auto_install
 
11
        $(RM) -v $(TMP)/usr/share/perl5/perlpod*.pod \
 
12
                $(TMP)/usr/share/man/man3/perlpod*.3pm