~ubuntu-branches/ubuntu/natty/liburi-perl/natty

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Hornburg (Racke)
  • Date: 2005-04-07 21:30:51 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20050407213051-p5tx197ayyr0u93p
Tags: 1.35-1
* new upstream release (Closes: #303588, thanks to Chip Salzenberg
  <chip@debian.org> for the report)
* changed Build-Depends into Build-Depends-Indep (Closes: #274195, thanks
  to Stephen Quinney <stephen@jadevine.org.uk> for the report)
* point to license files under /usr/share/common-licenses
* removed some cruft from debian/rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 
22
22
# Add here commands to compile the package.
23
23
        $(PERL) Makefile.PL INSTALLDIRS=vendor
24
 
# For potato builds
25
 
        if ! grep ^install_vendor Makefile >/dev/null; then \
26
 
                $(MAKE) clean; \
27
 
                $(PERL) Makefile.PL $(config); \
28
 
        fi
29
24
        $(MAKE) 
30
25
 
31
26
        touch build-stamp
50
45
        dh_installdirs
51
46
 
52
47
# Add here commands to install the package into debian/tmp.
53
 
        if grep ^install_vendor Makefile; then \
54
 
                $(MAKE) install PREFIX=$(PWD)/debian/tmp/usr; \
55
 
        else \
56
 
                $(MAKE) pure_install DESTDIR=$(PWD)/debian/tmp; \
57
 
        fi
 
48
        $(MAKE) install PREFIX=$(PWD)/debian/tmp/usr; \
58
49
        touch install-stamp
59
50
 
60
51
binary-arch: build install
71
62
#       dh_installemacsen
72
63
#       dh_installinit
73
64
        dh_installcron
74
 
        dh_installmanpages
 
65
        dh_installman
75
66
#       dh_undocumented
76
67
        dh_installchangelogs Changes
77
68
        dh_link