~ubuntu-branches/ubuntu/trusty/oopango/trusty

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2011-09-14 11:28:36 UTC
  • Revision ID: package-import@ubuntu.com-20110914112836-nmtje46hy09qm0ed
Tags: 1.0-1ubuntu1
* Apply patch from Enrico Tassi to fix FTBFS. Closes: #636084. LP: #832957.
* Fix oopango.so symlink.

* Non-maintainer upload.
* Multi-Arch support 
* lua5.1/oopango.so symlink to liboocairo.so.0.0.0 and not liboopango.so
  so that the -dev package is not required to run 'require "oopango"'
  from the lua interpreter
* kill .la file (Closes: #633243) 

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
override_dh_auto_configure:
16
16
        autoreconf --install
17
17
        dh_auto_configure
 
18
 
 
19
override_dh_install:
 
20
        cp -a debian/tmp/usr/lib/*.so* debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/
 
21
        ln -sf ../../liboopango.so debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/lua/5.1/oopango.so
 
22
        dh_install