~ubuntu-branches/ubuntu/maverick/alsa-lib/maverick-proposed

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Luke Yelavich
  • Date: 2009-05-26 08:57:32 UTC
  • mfrom: (1.1.11 upstream) (2.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20090526085732-wuuhzl1y30f1fnyd
Tags: 1.0.20-1ubuntu1
* Merge from debian unstable, remaining changes:
  - debian/rules:
    + Install into /usr/lib32/ on amd64 for the lib32asound2 package
    + Don't bail when removing include/alsa
  - debian/control: Add Vcs-Bzr URI
  - Add configuration files for bluetooth/bluez-alsa and pulseaudio
  - debian/libasound2.install: Ship smixer plugins for native and bi-arch
    packages
  - drop libcxxtools-dev build dependency, its in universe

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
               lib64gcc1 [i386 powerpc sparc s390],
19
19
               gcc-multilib [amd64 i386 powerpc ppc64 s390 sparc],
20
20
               python2.4-dev
21
 
Standards-Version: 3.8.0
 
21
Standards-Version: 3.8.1
22
22
Homepage: http://www.alsa-project.org/
23
23
Vcs-Svn: svn://svn.debian.org/pkg-alsa/trunk/alsa-lib
24
24
Vcs-Browser: http://svn.debian.org/wsvn/pkg-alsa/trunk/alsa-lib/
25
25
Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-core-dev/alsa-lib/ubuntu.new
26
26
 
27
27
Package: libasound2
28
 
Architecture: alpha amd64 arm armeb armel hppa i386 ia64 lpia m32r m68k mips mipsel powerpc ppc64 s390 s390x sh3 sh3eb sh4 sh4eb sparc
 
28
Architecture: alpha amd64 arm armeb armel avr32 hppa i386 ia64 lpia m32r m68k mips mipsel powerpc ppc64 s390 s390x sh3 sh3eb sh4 sh4eb sparc
29
29
Section: libs
30
30
Depends: ${shlibs:Depends}
31
31
Suggests: libasound2-plugins (>= 1.0.18)
36
36
 ALSA is the Advanced Linux Sound Architecture.
37
37
 
38
38
Package: libasound2-dev
39
 
Architecture: alpha amd64 arm armeb armel hppa i386 ia64 lpia m32r m68k mips mipsel powerpc ppc64 s390 s390x sh3 sh3eb sh4 sh4eb sparc
 
39
Architecture: alpha amd64 arm armeb armel avr32 hppa i386 ia64 lpia m32r m68k mips mipsel powerpc ppc64 s390 s390x sh3 sh3eb sh4 sh4eb sparc
40
40
Section: libdevel
41
41
Provides: libasound-dev
42
42
Depends: libc6-dev | libc-dev, libasound2 (= ${binary:Version})
53
53
Architecture: sparc s390 i386 powerpc
54
54
Section: libs
55
55
Depends: libasound2 (= ${binary:Version}), ${shlibs:Depends}, ${bilib:depends}
56
 
Suggests: libasound2-plugins (>= 1.0.18)
 
56
Suggests: lib64asound2-plugins (>= 1.0.18)
57
57
Conflicts: libasound2-plugins (<< 1.0.18)
58
58
Description: shared library for ALSA applications (64 bit)
59
59
 This package contains the ALSA library (64 bit) and its standard
76
76
Architecture: amd64 ppc64
77
77
Section: libs
78
78
Depends: libasound2 (= ${binary:Version}), ${shlibs:Depends}, ${bilib:depends}
79
 
Suggests: libasound2-plugins (>= 1.0.18)
 
79
Suggests: lib32asound2-plugins (>= 1.0.18)
80
80
Conflicts: libasound2-plugins (<< 1.0.18), ia32-libs (<< 1.9)
81
81
Replaces: ia32-libs (<< 1.9)
82
82
Description: shared library for ALSA applications (32 bit)