~ubuntu-branches/ubuntu/natty/jigl/natty

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Nicholas Breen
  • Date: 2006-10-08 18:50:23 UTC
  • Revision ID: james.westby@ubuntu.com-20061008185023-jlvcr6pt1t9okbnm
Tags: 2.0.1+20060126-2
* New maintainer.  (Closes: #390865)
* Incorporate Vincent Stehle's patch for multi-CPU support.
* Add manpages.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
        dh_testroot
29
29
        dh_clean -k
30
30
        install -D -m 0755 upstream/jigl-2.0.1/jigl.pl $(CURDIR)/debian/jigl/usr/bin/jigl
 
31
        patch -i $(CURDIR)/debian/vs-multicpu.patch $(CURDIR)/debian/jigl/usr/bin/jigl
31
32
        install -m 0755 upstream/rotate $(CURDIR)/debian/jigl/usr/bin/
 
33
        # csh may be ugly, but it's a known issue.  Override the lintian warnings.
 
34
        mkdir -p $(CURDIR)/debian/jigl/usr/share/lintian/overrides
 
35
        cp debian/lintian-overrides $(CURDIR)/debian/jigl/usr/share/lintian/overrides/jigl
 
36
 
 
37
# This does nothing, but must return successfully.
 
38
binary-arch: 
32
39
 
33
40
# Build architecture-independent files here.
34
41
binary-indep: extract build install
36
43
        dh_testroot
37
44
        dh_installdocs -n
38
45
        dh_installchangelogs upstream/jigl-2.0.1/ChangeLog
 
46
        dh_installman debian/jigl.1 debian/rotate.1
39
47
        dh_compress
40
48
        mkdir $(CURDIR)/debian/jigl/usr/share/doc/jigl/themes
41
49
        for i in $(THEMES) ; do \
49
57
        dh_builddeb
50
58
 
51
59
binary: binary-indep
52
 
.PHONY: build clean binary-indep binary install configure
 
60
.PHONY: build clean binary-indep binary install configure binary-arch