~ubuntu-branches/ubuntu/quantal/libkcompactdisc/quantal-updates

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Philip Muškovac
  • Date: 2012-05-26 15:25:35 UTC
  • Revision ID: package-import@ubuntu.com-20120526152535-064ksgb7na3g5mm4
Tags: 4:4.8.80a-0ubuntu1
* Initial release. 
  - add fix_target_link_libraries.diff to fix a link error

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: libkcompactdisc
 
2
Section: libs
 
3
Priority: optional
 
4
Maintainer: Kubuntu Developers <kubuntu-devel@lists.ubuntu.com>
 
5
XSBC-Original-Maintainer: Philip Muškovac <yofel@kubuntu.org>
 
6
Build-Depends: cmake,
 
7
               debhelper (>= 9),
 
8
               kde-sc-dev-latest (>= 4:4.8.80),
 
9
               kdelibs5-dev (>= 4:4.8.80),
 
10
               libasound-dev,
 
11
               pkg-kde-tools (>= 0.12),
 
12
               quilt
 
13
Standards-Version: 3.9.3
 
14
Homepage: http://www.kde.org/
 
15
Vcs-Browser: http://bazaar.launchpad.net/~kubuntu-packagers/kubuntu-packaging/libkcompactdisc
 
16
Vcs-Bzr: https://code.launchpad.net/~kubuntu-packagers/kubuntu-packaging/libkcompactdisc
 
17
 
 
18
Package: libkcompactdisc4
 
19
Architecture: any
 
20
Depends: ${misc:Depends}, ${shlibs:Depends}
 
21
Breaks: libkcddb4 (<< 4:4.8.80)
 
22
Replaces: libkcddb4 (<< 4:4.8.80)
 
23
Description: KDE library for interfacing with CDs
 
24
 libkcompactdisc provides a CD interface for KDE applications.
 
25
 .
 
26
 libkcompactdisc4 contains the library of libkcompactisc.
 
27
 
 
28
Package: libkcompactdisc-dev
 
29
Section: libdevel
 
30
Architecture: any
 
31
Depends: libkcompactdisc4 (= ${binary:Version}),
 
32
         ${misc:Depends},
 
33
         ${sameVersionDep:kdelibs5-dev:libkcompactdisc4}
 
34
Breaks: libkcddb-dev (<< 4:4.8.80)
 
35
Replaces: libkcddb-dev (<< 4:4.8.80)
 
36
Description: KDE library for interfacing with CDs -- development files
 
37
 libkcompactdisc provides a CD interface for KDE applications.
 
38
 .
 
39
 This package contains the development files and the documentation.
 
40
 The library documentation is available in the kcompactdisc.h header file.
 
41
 
 
42
Package: libkcompactdisc-dbg
 
43
Section: debug
 
44
Architecture: any
 
45
Priority: extra
 
46
Depends: libkcompactdisc4 (= ${binary:Version}), ${misc:Depends}
 
47
Breaks: kdemultimedia-dbg (<< 4:4.8.80)
 
48
Replaces: kdemultimedia-dbg (<< 4:4.8.80)
 
49
Description: KDE library for interfacing with CDs -- debugging symbols
 
50
 libkcompactdisc provides a CD interface for KDE applications.
 
51
 .
 
52
 This package contains the debugging files used to investigate problems with
 
53
 libkcompactdisc.