~ubuntu-branches/debian/sid/kdevplatform/sid

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Fathi Boudra
  • Date: 2009-03-04 18:11:09 UTC
  • Revision ID: james.westby@ubuntu.com-20090304181109-h12z9tn9tkbmwblk
Tags: 0.9.91-1
Initial release (Closes: #509432).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: kdevplatform
 
2
Section: libs
 
3
Priority: optional
 
4
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
 
5
Uploaders: Fathi Boudra <fabo@debian.org>, Jeremy Lainé <jeremy.laine@m4x.org>
 
6
Build-Depends: cdbs (>= 0.4.51), debhelper (>= 7), quilt, cmake (>= 2.6.2),
 
7
 pkg-kde-tools (>= 0.4), kdelibs5-dev (>= 4:4.2.0), libsvn-dev
 
8
# libcommoncpp2-dev, libboost-iostreams-dev, libboost-serialization-dev
 
9
Standards-Version: 3.8.0
 
10
Homepage: http://www.kdevelop.org/
 
11
Vcs-Browser: http://svn.debian.org/wsvn/pkg-kde/trunk/packages/kdevplatform
 
12
Vcs-Svn: svn://svn.debian.org/pkg-kde/trunk/packages/kdevplatform
 
13
 
 
14
Package: kdevplatform1-libs
 
15
Section: libs
 
16
Architecture: any
 
17
Depends: ${shlibs:Depends}, libsublime1 (>= ${source:Version})
 
18
Description: shared libraries for the KDevelop platform
 
19
 This package contains shared libraries needed to run integrated development
 
20
 environments based on the KDevelop platform.
 
21
 .
 
22
 This package is part of the KDevelop platform.
 
23
 
 
24
Package: kdevplatform-dev
 
25
Section: libdevel
 
26
Architecture: any
 
27
Depends: kdevplatform1-libs (= ${binary:Version}), ${sameVersionDep:kdelibs5-dev:kdevplatform1-libs},
 
28
 libsublime-dev (>= ${source:Version})
 
29
Description: development files for the KDevelop platform
 
30
 This package contains development files for building integrated development
 
31
 environments based on the KDevelop platform.
 
32
 .
 
33
 This package is part of the KDevelop platform.
 
34
 
 
35
Package: kdevplatform-dbg
 
36
Section: devel
 
37
Architecture: any
 
38
Priority: extra
 
39
Depends: kdevplatform1-libs (= ${binary:Version}), kdelibs5-dbg, libc6-dbg [amd64]
 
40
Description: debugging symbols for the KDevelop platform
 
41
 This package contains the debugging symbols associated with kdevplatform.
 
42
 They will automatically be used by gdb for debugging kdevplatform-related
 
43
 issues.
 
44
 .
 
45
 This package is part of the KDevelop platform.
 
46
 
 
47
Package: libsublime1
 
48
Section: libs
 
49
Architecture: any
 
50
Depends: ${shlibs:Depends}, kdelibs5 (>= 4:4.2.0)
 
51
Description: an user interface library
 
52
 sublime provides a user interface that supports multiple
 
53
 mainwindows, multiple dockwidgets, split views and areas
 
54
 .
 
55
 This package is part of the KDevelop platform.
 
56
 
 
57
Package: libsublime-dev
 
58
Section: libdevel
 
59
Architecture: any
 
60
Depends: libsublime1 (= ${binary:Version}), ${sameVersionDep:kdelibs5-dev:libsublime1}
 
61
Description: development files for the sublime user interface library
 
62
 This package contains development files for building applications using
 
63
 libsublime.
 
64
 .
 
65
 This package is part of the KDevelop platform.