~ubuntu-branches/ubuntu/trusty/wine/trusty

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Scott Ritchie
  • Date: 2008-11-12 11:38:16 UTC
  • Revision ID: james.westby@ubuntu.com-20081112113816-5hh97am2dpfttkb8
Tags: 1.0.1-0ubuntu3
* debian/rules:
  - Fix link for libdbus on amd64
  - Should fix hotplugging USB events (LP: #297001)
  - Provide a link for libgnutls on amd64
  - Might fix some of the SSL weirdness on apps like uTorrent
* debian/control:
  - Build-depend on libgnutls-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
        ln -s /usr/lib32/libpng12.so.0 $(LIBTMP)/libpng.so
78
78
        ln -s /usr/lib32/libcrypto.so.0.9.8 $(LIBTMP)/libcrypto.so
79
79
        ln -s /usr/lib32/libssl.so.0.9.8 $(LIBTMP)/libssl.so
 
80
        ln -s /usr/lib32/libgnutls.so.26 $(LIBTMP)/libgnutls.so
80
81
        ln -s /usr/lib32/libxml2.so.2 $(LIBTMP)/libxml2.so
81
82
        ln -s /usr/lib32/libjpeg.so.62 $(LIBTMP)/libjpeg.so
82
83
        ln -s /usr/lib32/libXcomposite.so.1 $(LIBTMP)/libXcomposite.so
83
84
        ln -s /usr/lib32/libcups.so.2 $(LIBTMP)/libcups.so
84
85
        ln -s /usr/lib32/libXcursor.so.1 $(LIBTMP)/libXcursor.so
85
 
        ln -s /usr/lib32/libdbus-1.so.3 $(LIBTMP)/libdbus-1.so
 
86
        ln -s /lib32/libdbus-1.so.3 $(LIBTMP)/libdbus-1.so
86
87
        ln -s /usr/lib32/libhal.so.1 $(LIBTMP)/libhal.so
87
88
        ln -s /usr/lib32/libsane.so.1 $(LIBTMP)/libsane.so
88
89
        ln -s /usr/lib32/libgphoto2.so.2 $(LIBTMP)/libgphoto2.so