~ubuntu-branches/ubuntu/edgy/libextutils-xsbuilder-perl/edgy

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Angus Lees
  • Date: 2004-10-09 15:18:53 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20041009151853-xcbkce0wsi4d8j6r
Tags: 0.27-1
* New upstream version.
* Change to section "perl".
* Bump standards version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
build-stamp:
24
24
        dh_testdir
25
25
 
26
 
        chmod -x XSBuilder.pod
27
 
 
28
26
        $(PERL) Makefile.PL INSTALLDIRS=vendor
29
27
        $(MAKE)
30
28
 
 
29
#       fix upstream permissions
 
30
        find blib -type f -perm +111 -exec chmod a-x {} \;
 
31
 
31
32
        touch build-stamp
32
33
 
33
34
clean: