~ubuntu-branches/ubuntu/intrepid/alsa-lib/intrepid

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Luke Yelavich, Mario Limonciello, Luke Yelavich
  • Date: 2008-10-07 17:49:28 UTC
  • Revision ID: james.westby@ubuntu.com-20081007174928-u3i1i18qzke6gvu4
Tags: 1.0.17a-0ubuntu4
[ Mario Limonciello ]
* debian/patches/bluetooth_configuration.patch:
  - Adds a pointer to the bluetooth configuration file.
    If a user has bluez-audio installed and a heaset paired
    this will allow them to use a headset by the name of
    "headset" (LP: #274950)

[ Luke Yelavich ]
* Add files to /etc/ld.so.conf.d for libasound2 and libasound2 bi-arch
  packages. This Allows for alsa plugins to be referred to in alsa
  configuration files without the need for absolute paths, the pulseaudio
  runtime check is one such example. (LP: #273693)

Show diffs side-by-side

added added

removed removed

Lines of Context:
123
123
        sed -e "/^libdir=/s,=.*,='/$(bilibdir)'," \
124
124
          debian/bitmp/usr/lib/libasound.la \
125
125
            > debian/lib$(bi)asound2-dev/$(bilibdir)/libasound.la
 
126
        mkdir -p debian/lib$(bi)asound2/etc/ld.so.conf.d
 
127
        echo "/$(bilibdir)/alsa-lib" > debian/lib$(bi)asound2/etc/ld.so.conf.d/lib$(bi)asound2.conf
126
128
#       sed -e "/^libdir=.*lib$$/s,=.*,=/$(bilibdir)," \
127
129
#         debian/bitmp/usr/lib/pkgconfig/alsa.pc \
128
130
#           > debian/lib$(bi)asound2-dev/$(bilibdir)/pkgconfig/alsa.pc
129
131
endif
 
132
        mkdir -p debian/libasound2/etc/ld.so.conf.d
 
133
        echo "/usr/lib/alsa-lib" > debian/libasound2/etc/ld.so.conf.d/libasound2.conf
130
134
        dh_installdirs -s
131
135
        dh_install -s
132
136
        dh_installdocs -plibasound2