~ubuntu-branches/ubuntu/oneiric/libclaw/oneiric

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Bruno "Fuddl" Kleinert
  • Date: 2011-07-20 13:45:24 UTC
  • mfrom: (4.2.3 sid)
  • Revision ID: james.westby@ubuntu.com-20110720134524-xlw0kwnh26510z4y
Tags: 1.6.1-5
* Team upload.
* Prepare for libjpeg8 transition. Build-depend on libjpeg-dev instead of
  libjpeg62-dev. Make libclaw-graphic-dev depend on libjpeg-dev instead of
  libjpeg62-dev. (Closes: #629960)
* Comment out removal of
  $(CURDIR)/debian/tmp/usr/share/doc/libclaw1/html/jquery.js in
  debian/rules as it's apperently not installed there at all and lead to a
  FTBFS.

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
        find . -name "*-static.a" | while read f; do \
50
50
          mv $$f `echo $$f | sed s/-static//`; \
51
51
        done
52
 
        rm $(CURDIR)/debian/tmp/usr/share/doc/libclaw1/html/jquery.js
 
52
        #rm $(CURDIR)/debian/tmp/usr/share/doc/libclaw1/html/jquery.js
53
53
        ln -s /usr/share/javascript/jquery/jquery.js \
54
54
          $(CURDIR)/debian/tmp/usr/share/doc/libclaw1/html/jquery.js
55
55
        docbook-to-man debian/claw-config.man.sgml > debian/claw-config.1