~ubuntu-branches/ubuntu/quantal/jackd2/quantal

« back to all changes in this revision

Viewing changes to debian/control.in

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler, Adrian Knoth, Reinhard Tartler, Jonas Smedegaard
  • Date: 2010-06-19 18:54:29 UTC
  • Revision ID: james.westby@ubuntu.com-20100619185429-zhbhh0mqvukgzx0l
Tags: 1.9.5~dfsg-15
[ Adrian Knoth ]
* Also provide the shlibs file for libjack-jackd2-0
* Fix FTBFS on sparc64 (Closes: #586257)

[ Reinhard Tartler ]
* jackd must not be a virtual package, use 'jack-daemon' for that
* add breaks/replaces on old libjack0
* change shlibsfile to prefer jackd2's libjack
* use conflicts instead of breaks. libjack-jackd2-0 has file conflicts
  with libjack0 and will keep it

[ Jonas Smedegaard ]
* Update control file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: jackd2
 
2
Section: sound
 
3
Priority: optional
 
4
Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>
 
5
Uploaders: Adrian Knoth <adi@drcomp.erfurt.thur.de>, Jonas Smedegaard <dr@jones.dk>, Reinhard Tartler <siretart@tauware.de>
 
6
Build-Depends: @cdbs@,
 
7
 d-shlibs,
 
8
 python,
 
9
 libsamplerate-dev,
 
10
 libasound2-dev (>= 1.0.18) [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386],
 
11
 libdbus-1-dev,
 
12
 libexpat1-dev,
 
13
 libsndfile1-dev,
 
14
 libncurses-dev,
 
15
 libreadline-dev,
 
16
 libraw1394-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386],
 
17
 libffado-dev (>= 2.0.0) [amd64 i386 powerpc],
 
18
 g++-multilib [amd64],
 
19
 po-debconf,
 
20
 libcelt-dev (>= 0.7.0)
 
21
Standards-Version: 3.8.4
 
22
DM-Upload-Allowed: yes
 
23
Homepage: http://jackaudio.org/
 
24
Vcs-Git: git://git.debian.org/git/pkg-multimedia/jackd2.git
 
25
Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/jackd2.git;a=summary
 
26
 
 
27
Package: jackd2
 
28
Architecture: any
 
29
Replaces: libjack0 (<= 1.9.5~dfsg-13),
 
30
        jackd (<< 3),
 
31
        jack-daemon
 
32
Provides: jack-daemon
 
33
Conflicts: jack-daemon,
 
34
        jackd (<< 3)
 
35
Depends: ${shlibs:Depends},
 
36
 ${misc:Depends},
 
37
 coreutils (>= 4.0),
 
38
 python,
 
39
 debconf | debconf-2.0,
 
40
 libjack-jackd2-0 (= ${binary:Version})
 
41
Recommends: qjackctl,
 
42
 libpam-modules,
 
43
 jackd2-firewire [amd64 i386 powerpc]
 
44
Suggests: jack-tools,
 
45
 meterbridge,
 
46
 libjackasyn0
 
47
Description: JACK Audio Connection Kit (server and example clients)
 
48
 JACK is a low-latency sound server, allowing multiple applications to
 
49
 connect to one audio device, and to share audio between themselves.
 
50
 .
 
51
 This package contains the daemon jackd as well as some example clients.
 
52
 
 
53
Package: libjack-jackd2-0
 
54
Architecture: any
 
55
Section: libs
 
56
Depends: ${shlibs:Depends},
 
57
 ${misc:Depends}
 
58
Conflicts: jackd2 (>> ${binary:Version}),
 
59
 jackd2 (<< ${binary:Version}),
 
60
 libjack0,
 
61
 libjack-0.116
 
62
Suggests: jackd2 (= ${binary:Version})
 
63
Provides: libjack-0.116
 
64
Replaces: libjack-0.116
 
65
Description: JACK Audio Connection Kit (libraries)
 
66
 JACK is a low-latency sound server, allowing multiple applications to
 
67
 connect to one audio device, and to share audio between themselves.
 
68
 .
 
69
 This package contains the shared libraries.
 
70
 
 
71
Package: jackd2-firewire
 
72
Architecture: amd64 i386 powerpc
 
73
Provides: jackd-firewire
 
74
Replaces: jackd-firewire
 
75
Conflicts: jackd-firewire
 
76
Depends: ${shlibs:Depends},
 
77
 ${misc:Depends},
 
78
 jackd2 (= ${binary:Version})
 
79
Description: JACK Audio Connection Kit (FFADO and FreeBoB backends)
 
80
 JACK is a low-latency sound server, allowing multiple applications to
 
81
 connect to one audio device, and to share audio between themselves.
 
82
 .
 
83
 This package contains the IEEE1394 (FireWire) backends FFADO and FreeBoB.
 
84
 
 
85
Package: libjack-jackd2-dev
 
86
Architecture: any
 
87
Section: libdevel
 
88
Depends: libjack-jackd2-0 (= ${binary:Version}), 
 
89
 ${asound:Depends},
 
90
 ${misc:Depends},
 
91
 ${shlibs:Depends},
 
92
 pkg-config,
 
93
 libdbus-1-dev
 
94
Conflicts: libjack0.100.0-dev (<< 0.102.20-2),
 
95
 libjack-dev
 
96
Provides: libjack0.100.0-dev
 
97
Replaces: libjack0.71.2-0 (<< 0.75.0-1)
 
98
Description: JACK Audio Connection Kit (development files)
 
99
 JACK is a low-latency sound server, allowing multiple applications to
 
100
 connect to one audio device, and to share audio between themselves.
 
101
 .
 
102
 This package contains files needed for the development of JACK applications
 
103
 and an API reference.