[ubuntu/precise] alsa-lib 1.0.24.1-4ubuntu1 (Accepted)
Luke Yelavich
themuso at ubuntu.com
Tue Oct 18 00:10:26 UTC 2011
alsa-lib (1.0.24.1-4ubuntu1) precise; urgency=low
* Merge from debian unstable. Remaining changes:
- debian/control: Add Vcs-Bzr URI
- Add configuration files for bluetooth/bluez-alsa
- Ship smixer plugins for native and bi-arch packages
- drop libcxxtools-dev build dependency, its in universe
- Pre-depend on dpkg >= 1.15.7.2 to make things slightly safer for
upgrades from lucid
- Build depend on python-dev
- Create libasound2-python package for the python mixer plugin
- Remove old ld.so.conf files on upgrade
- Add ucm support for SDP4430 and Panda hardware
- Add Echo3G support
- Show hints for non-standard devices that lack configuration files
- Only build lib32asound2 packages for amd64
- Do not build bi-arch packages for ppc64
alsa-lib (1.0.24.1-4) unstable; urgency=low
[ Jordi Mallach ]
* Get rid of README.source.
[ Elimar Riesebieter ]
* With the multi-arch move of libasound-plugins, libasound2 fails to load
modules from the config file. multiarch-safe-dlopen-search-path.patch from
the Ubuntu package works around this. Thanks Sjoerd Simons.
(closes: #639613)
* Loading the pulse configuration alsa file redirects alsa via pulse if it's
running. pulseaudio_configuration.patch from the Ubuntu package works
around this. Thanks Sjoerd Simons. (closes: #639615)
alsa-lib (1.0.24.1-3) unstable; urgency=low
* Drop lib32asound2's Pre-Depends on libc6-i386, as the
/emul/ia32-linux → /lib32 transition was completed for squeeze, and
its presence causes a dependency loop introduced with the Multiarch
changes (closes: #635568).
* Make libasound2-udeb's short description unique.
* Introduce a new libasound2-dbg package with debugging symbols for
libasound2 (closes: #457884).
alsa-lib (1.0.24.1-2) unstable; urgency=medium
[ Steve Langasek ]
* Spell out the plugin dir path: the build system fails to expand
substitutions, and '${libdir}' is obviously not present on the
filesystem.
alsa-lib (1.0.24.1-1) unstable; urgency=low
* New upstream release (partially based on Ubuntu updates)
(closes: #633294).
* Removed patches that were cherrypicked from Git or have been applied
upstream:
- thread-specific-locale.patch
- thread-safe-locale.patch
- refcount-dlobjs.patch
- libtool-out-of-tree.patch
* Import patch from Ubuntu:
- lp178442-ICE1712.patch: Make pulseaudio succeed in opening
ICE1712 chips such as Maudio 2496 and Delta 1010LT.
* Refreshed patches:
- relibtoolise.patch (David Henningsson).
* Update shlibs to 1.0.24.1 (new symbols added).
* Bump to debhelper compat v8.
* Remove debian/tmp prefixes from .install file.
* Add multiarch support:
- Build-Depend on debhelper 8.1.3.
- Add Pre-Depends: ${misc:Pre-Depends} to libasound2.
- Declare DEB_HOST_MULTIARCH and use it to define $libdir.
- Add an explicit --with-plugindir argument to base plugindir on the
multiarch dir.
- Update libasound2-dev.install.
- Mark libasound2 Multi-Arch: same.
* Break current versions of packages providing ALSA plugins.
* Remove libasound2's .la file, as any reference will be now broken.
Date: Tue, 18 Oct 2011 11:00:33 +1100
Changed-By: Luke Yelavich <themuso at ubuntu.com>
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/precise/+source/alsa-lib/1.0.24.1-4ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Tue, 18 Oct 2011 11:00:33 +1100
Source: alsa-lib
Binary: libasound2 libasound2-python libasound2-dev libasound2-dbg lib64asound2 lib64asound2-dev lib32asound2 lib32asound2-dev libasound2-udeb libasound2-doc
Architecture: source
Version: 1.0.24.1-4ubuntu1
Distribution: precise
Urgency: medium
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Luke Yelavich <themuso at ubuntu.com>
Description:
lib32asound2 - shared library for ALSA applications (32 bit)
lib32asound2-dev - shared library for ALSA applications -- development files (32 bit
lib64asound2 - shared library for ALSA applications (64 bit)
lib64asound2-dev - shared library for ALSA applications -- development files (64 bit
libasound2 - shared library for ALSA applications
libasound2-dbg - debugging symbols for libasound2
libasound2-dev - shared library for ALSA applications -- development files
libasound2-doc - developer documentation for user-space ALSA application programmi
libasound2-python - ALSA library python mixer
libasound2-udeb - shared library for ALSA applications (udeb) (udeb)
Closes: 457884 633294 635568 639613 639615
Changes:
alsa-lib (1.0.24.1-4ubuntu1) precise; urgency=low
.
* Merge from debian unstable. Remaining changes:
- debian/control: Add Vcs-Bzr URI
- Add configuration files for bluetooth/bluez-alsa
- Ship smixer plugins for native and bi-arch packages
- drop libcxxtools-dev build dependency, its in universe
- Pre-depend on dpkg >= 1.15.7.2 to make things slightly safer for
upgrades from lucid
- Build depend on python-dev
- Create libasound2-python package for the python mixer plugin
- Remove old ld.so.conf files on upgrade
- Add ucm support for SDP4430 and Panda hardware
- Add Echo3G support
- Show hints for non-standard devices that lack configuration files
- Only build lib32asound2 packages for amd64
- Do not build bi-arch packages for ppc64
.
alsa-lib (1.0.24.1-4) unstable; urgency=low
.
[ Jordi Mallach ]
* Get rid of README.source.
.
[ Elimar Riesebieter ]
* With the multi-arch move of libasound-plugins, libasound2 fails to load
modules from the config file. multiarch-safe-dlopen-search-path.patch from
the Ubuntu package works around this. Thanks Sjoerd Simons.
(closes: #639613)
* Loading the pulse configuration alsa file redirects alsa via pulse if it's
running. pulseaudio_configuration.patch from the Ubuntu package works
around this. Thanks Sjoerd Simons. (closes: #639615)
.
alsa-lib (1.0.24.1-3) unstable; urgency=low
.
* Drop lib32asound2's Pre-Depends on libc6-i386, as the
/emul/ia32-linux → /lib32 transition was completed for squeeze, and
its presence causes a dependency loop introduced with the Multiarch
changes (closes: #635568).
* Make libasound2-udeb's short description unique.
* Introduce a new libasound2-dbg package with debugging symbols for
libasound2 (closes: #457884).
.
alsa-lib (1.0.24.1-2) unstable; urgency=medium
.
[ Steve Langasek ]
* Spell out the plugin dir path: the build system fails to expand
substitutions, and '${libdir}' is obviously not present on the
filesystem.
.
alsa-lib (1.0.24.1-1) unstable; urgency=low
.
* New upstream release (partially based on Ubuntu updates)
(closes: #633294).
* Removed patches that were cherrypicked from Git or have been applied
upstream:
- thread-specific-locale.patch
- thread-safe-locale.patch
- refcount-dlobjs.patch
- libtool-out-of-tree.patch
* Import patch from Ubuntu:
- lp178442-ICE1712.patch: Make pulseaudio succeed in opening
ICE1712 chips such as Maudio 2496 and Delta 1010LT.
* Refreshed patches:
- relibtoolise.patch (David Henningsson).
* Update shlibs to 1.0.24.1 (new symbols added).
* Bump to debhelper compat v8.
* Remove debian/tmp prefixes from .install file.
* Add multiarch support:
- Build-Depend on debhelper 8.1.3.
- Add Pre-Depends: ${misc:Pre-Depends} to libasound2.
- Declare DEB_HOST_MULTIARCH and use it to define $libdir.
- Add an explicit --with-plugindir argument to base plugindir on the
multiarch dir.
- Update libasound2-dev.install.
- Mark libasound2 Multi-Arch: same.
* Break current versions of packages providing ALSA plugins.
* Remove libasound2's .la file, as any reference will be now broken.
Checksums-Sha1:
8479592d177ed49ced25011f54edc71c192a06a1 2038 alsa-lib_1.0.24.1-4ubuntu1.dsc
a0afcdea726f5e01c6e0f9b7814e856c8221529d 314914 alsa-lib_1.0.24.1-4ubuntu1.debian.tar.bz2
Checksums-Sha256:
d26c949648e1eef985eb0a421bbbe3641b89c95fea5ff8e0e9d15eb4d879e8e1 2038 alsa-lib_1.0.24.1-4ubuntu1.dsc
6d2d57967f1d7b56af721fb1cc198442ef89a273f514cc9aa85fe73945614d49 314914 alsa-lib_1.0.24.1-4ubuntu1.debian.tar.bz2
Files:
08496391cc7edfa98f037632daec752e 2038 libs optional alsa-lib_1.0.24.1-4ubuntu1.dsc
c464a1b77a14e442808a49f05700431c 314914 libs optional alsa-lib_1.0.24.1-4ubuntu1.debian.tar.bz2
Original-Maintainer: Debian ALSA Maintainers <pkg-alsa-devel at lists.alioth.debian.org>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iEYEARECAAYFAk6cweEACgkQjVefwtBjIM77kQCfdvCL/sW2AU9TBV5EQgnUqF0y
wnMAni2JDPThD6qxC3dNGcS7guh1UeXj
=tJrI
-----END PGP SIGNATURE-----
More information about the Precise-changes
mailing list