~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
  • Date: 2010-05-01 23:28:32 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20100501232832-uhsd4zwmusp12z65
Tags: 3.14-1
* New upstream release
* Use new 3.0 (quilt) source format
* Standards-Version 3.8.4 (no changes)
* Add a patch to fix POD spelling errors
* Update copyright information to DEP5 format

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))
4
 
TMP:= $(CURDIR)/debian/$(PACKAGE)
 
3
PACKAGE = $(shell dh_listpackages)
 
4
TMP     = $(CURDIR)/debian/$(PACKAGE)
5
5
 
6
6
%:
7
 
        dh --with quilt $@
 
7
        dh $@
8
8
 
9
9
override_dh_auto_install:
10
10
        dh_auto_install
11
 
        $(RM) -v $(TMP)/usr/share/perl5/perlpod*.pod \
12
 
                $(TMP)/usr/share/man/man3/perlpod*.3pm
 
11
        $(RM) -v $(TMP)/usr/share/perl5/perlpod*.pod
 
12
        $(RM) -v $(TMP)/usr/share/man/man3/perlpod*.3pm