1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
|
Source: kde4libs
Section: libs
Priority: optional
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Uploaders: Sune Vuorela <sune@debian.org>, Fathi Boudra <fabo@debian.org>, Armin Berres <armin+debian@space-based.de>, Modestas Vainius <modax@debian.org>, George Kiagiadakis <kiagiadakis.george@gmail.com>
Build-Depends: cdbs (>= 0.4.51), debhelper (>= 7.2.3), cmake (>= 2.6.4), pkg-kde-tools (>= 0.9), po-debconf,
shared-mime-info (>= 0.30), dpkg-dev (>= 1.15.5), libphonon-dev (>= 4:4.6.0really4.3.80),
libcups2-dev, libdbus-1-dev, libqt4-dev (>= 4:4.6.0), libqt4-opengl-dev (>= 4:4.6.0),
libasound2-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386],
libkeyutils-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386],
libpng-dev, libssl-dev, libsm-dev, flex, bison,
libsoprano-dev (>= 2.4.63), libstreamanalyzer-dev (>= 0.6.3),
libxml2-dev, libxml2-utils, libxslt1-dev, libxtst-dev, libgif-dev,
libavahi-common-dev, libaspell-dev, libbz2-dev, libenchant-dev, libfam-dev,
libjasper-dev, libopenexr-dev, libpcre3-dev, zlib1g-dev, libjpeg-dev, hspell, xsltproc,
libglu1-mesa-dev, libenchant-dev, libacl1-dev, automoc (>= 1.0~version-0.9.88),
libxcursor-dev, libutempter-dev, liblzma-dev, libattica-dev, shared-desktop-ontologies,
libpolkit-qt-1-dev, libxss-dev, libqca2-dev, libdbusmenu-qt-dev
Standards-Version: 3.8.4
Homepage: http://www.kde.org/
Vcs-Browser: http://git.debian.org/?p=pkg-kde/kde-sc/kde4libs.git
Vcs-Git: git://git.debian.org/pkg-kde/kde-sc/kde4libs.git
Package: libkdecore5
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Replaces: kdelibs5 (<< 4:4.4.0), kdelibs5-data (<< 4:4.4.0)
Breaks: kdebase-runtime (<< 4:4.4), kdelibs5-data (<< 4:4.2.2)
Description: the KDE Platform Core Library
All KDE Applications use this library to provide basic functionality such as
the configuration system, IPC, internationalization and locale support,
site-independent access to the filesystem and a large number of other (but no
less important) things. The classes in this library does not require linkage
to QtGui or any other library that requires a graphical interface.
.
This package is part of the KDE Development Platform libraries module.
Package: libkdeui5
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: kdelibs5-data (>= ${source:Version})
Replaces: kdelibs5 (<< 4:4.4.0)
Suggests: hspell
Description: the KDE Platform User Interface Library
This library provides standard user interface elements for use in KDE
Applications. If your KDE Application has a GUI, you will almost certainly
link to this library.
.
A spell-checker functionality is also provided. Sonnet offers easy access to
International ISpell or ASpell as well as a spell-checker GUI ("Add",
"Replace", etc.).
.
This package is part of the KDE Development Platform libraries module.
Package: libkpty4
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Replaces: kdelibs5 (<< 4:4.4.0)
Description: the Pseudo Terminal Library for the KDE Platform
This library provides primitives to interface with pseudo terminal devices as
well as a KProcess derived class for running child processes and communicating
with them using a pty.
.
This package is part of the KDE Development Platform libraries module.
Package: libkdesu5
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, xauth
Replaces: kdelibs5 (<< 4:4.4.0)
Description: the Console-mode Authentication Library for the KDE Platform
This library provides functionality for building GUI front ends for (password
asking) console mode programs. For example, kdesu and kdessh use it to
interface with su and ssh respectively.
.
This package is part of the KDE Development Platform libraries module.
Package: libkjsapi4
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Replaces: kdelibs5 (<< 4:4.4.0)
Description: the KJS API Library for the KDE Development Platform
This library provides an ECMAScript compatible interpreter. The ECMA standard
is based on well known scripting languages such as Netscape's JavaScript and
Microsoft's JScript.
.
This package is part of the KDE Development Platform libraries module.
Package: libkjsembed4
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Replaces: kdelibs5 (<< 4:4.4.0)
Description: library for binding JavaScript objects to QObjects
This library provides a method of binding JavaScript objects to QObjects, so
you can script your applications. It also provides an interface for running
embedded Javascript.
.
This package is part of the KDE Development Platform libraries module.
Package: libkio5
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: kdelibs5-plugins (= ${binary:Version})
Replaces: kdelibs5 (<< 4:4.4.0), kdelibs5-data (<< 4:4.4.0)
Description: the Network-enabled File Management Library for the KDE Platform
This library implements almost all the file management functions you will ever
need. In fact, the KDE file manager, Konqueror also uses this to provide its
network-enabled file management. This library also implements the KDE file
selector widget.
.
This package is part of the KDE Development Platform libraries module.
Package: libkntlm4
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Replaces: kdelibs5 (<< 4:4.4.0)
Description: the NTLM Authentication Library for the KDE Platform
This library is useful for creating the authentication structures which
can be used for various servers which implement NTLM type authentication. A
comprehensive description of the NTLM authentication protocol can be found at
http://davenport.sourceforge.net/ntlm.html
.
The library also provides subroutines to create the LanManager and NT (MD4)
hashes of a password.
.
This package is part of the KDE Development Platform libraries module.
Package: libsolid4
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Replaces: kdelibs5 (<< 4:4.4.0)
Description: Solid Library for KDE Platform
Solid is a device integration framework. It provides a way of querying and
interacting with hardware independently of the underlying operating system.
.
This package is part of the KDE Development Platform libraries module.
Homepage: http://solid.kde.org/
Package: libkde3support4
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Replaces: kdelibs5 (<< 4:4.4.0)
Description: the KDE 3 Support Library for the KDE 4 Platform
The classes here are only for convenience of porting from KDE 3 to KDE 4
Platform. They are not supposed to be used for a long time. You should move on
to replacement classes provided by the framework or implement something
yourself in the long run.
.
This package is part of the KDE Development Platform libraries module.
Package: libkfile4
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Replaces: kdelibs5 (<< 4:4.4.0), kdelibs5-data (<< 4:4.4.0)
Description: the File Selection Dialog Library for KDE Platform
This library provides the file selection dialog and its components.
.
This package is part of the KDE Development Platform libraries module.
Package: libknewstuff2-4
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: kdelibs5-data (= ${source:Version})
Replaces: kdelibs5 (<< 4:4.4.0)
Description: the "Get Hot New Stuff" v2 Library for the KDE Platform
The KNewStuff2 ("Get Hot New Stuff" v2) library adds data sharing
capabilities to KDE Applications. Technically, it implements the GHNS and DXS
specifications. The library consists of three parts: the data management core
and GHNS protocol implementation, the DXS web service handler, and the user
interface classes like dialogs and buttons.
.
This package is part of the KDE Development Platform libraries module.
Package: libknewstuff3-4
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: kdelibs5-data (= ${source:Version})
Description: the "Get Hot New Stuff" v3 Library for the KDE Platform
The KNewStuff3 ("Get Hot New Stuff" v3) library adds data sharing capabilities
to the KDE Applications. It uses libattica to access Open Collaboration
Services providers. In addition the static XML from GHNS is supported.
.
This package is part of the KDE Development Platform libraries module.
Package: libkparts4
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Replaces: kdelibs5 (<< 4:4.4.0), kdelibs5-data (<< 4:4.4.0)
Description: the Framework for the KDE Platform Graphical Components
This library implements the framework for reusable KDE components (kparts),
which are elaborate widgets with a user-interface defined in terms of actions
(menu items, toolbar icons).
.
This package is part of the KDE Development Platform libraries module.
Package: libkutils4
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Replaces: kdelibs5 (<< 4:4.4.0)
Description: various utility classes for the KDE Platform
This library provides some utility classes for KSettings, KCModule and
KPlugin.
.
This package is part of the KDE Development Platform libraries module.
Package: libthreadweaver4
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Replaces: kdelibs5 (<< 4:4.4.0)
Description: the ThreadWeaver Library for the KDE Platform
ThreadWeaver is a helper for multithreaded programming. It uses a job-based
interface to queue tasks and execute them in an efficient way. You simply
divide the workload into jobs, state the dependencies between the jobs and
ThreadWeaver will work out the most efficient way of dividing the work between
threads within a set of resource limits.
.
This package is part of the KDE Development Platform libraries module.
Package: libkhtml5
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: kdelibs5-plugins (= ${binary:Version})
Replaces: kdelibs5 (<< 4:4.4.0)
Description: the KHTML Web Content Rendering Engine
This library provides the component based on the KDE parts framework that can
be used to embed a fully-fledged HTML browser widget in any KDE Application.
This library uses the KHTML Web Content Rendering Engine to rendering.
.
This package is part of the KDE Development Platform libraries module.
Package: libkimproxy4
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Replaces: kdelibs5 (<< 4:4.4.0), kdelibs5-data (<< 4:4.4.0)
Description: the Instant Messaging Interface Library for the KDE Platform
This library provides an easy-to-use interface to any instant messengers or
chat programs that implement KIMIface.
.
This package is part of the KDE Development Platform libraries module.
Package: libkmediaplayer4
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Replaces: kdelibs5 (<< 4:4.4.0), kdelibs5-data (<< 4:4.4.0)
Description: the KMediaPlayer Interface for the KDE Platform
KMediaPlayer provides an API for re-usable media player components. The main
class (KMediaPlayer::Player) provides all the necessary media player
operations, with an optional GUI to control them.
.
This package is part of the KDE Development Platform libraries module.
Package: libktexteditor4
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Replaces: kdelibs5 (<< 4:4.4.0), kdelibs5-data (<< 4:4.4.0)
Description: the KTextEditor interfaces for the KDE Platform
This package provides the KTextEditor interfaces (also called KTE interfaces)
that are a set of well-defined interfaces which an application or library can
implement to provide advanced plain text editing services. Applications which
utilise this interface can thus allow the user to choose which implementation
of the editor component to use. The only implementation right now is the Kate
Editor Component (Kate Part).
.
This package is part of the KDE Development Platform libraries module.
Package: libknotifyconfig4
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Replaces: kdelibs5 (<< 4:4.4.0)
Description: library for configuring KDE Notifications
This library provides a common interface for the configuration of the KDE
Notifications (KNotify) for each KDE Application (e.g. "Configuration
Notification" dialog).
.
This package is part of the KDE Development Platform libraries module.
Package: libkdnssd4
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Replaces: kdelibs5 (<< 4:4.4.0)
Description: the DNS-SD Protocol Library for the KDE Platform
This library is for handling the DNS-based Service Discovery Protocol
(DNS-SD), the layer of Zeroconf that allows network services, such as
printers, to be discovered without any user intervention or centralized
infrastructure.
.
This package is part of the KDE Development Platform libraries module.
Package: libkrosscore4
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Replaces: kdelibs5 (<< 4:4.4.0)
Description: the Kross Core Library
Kross is a scripting bridge for the KDE Development Platform used to embed
scripting functionality into an application. Kross provides an abstract API to
provide scripting functionality in a interpreter-independent way. The
application that uses Kross should not need to know anything about the
scripting language being used.
.
The core of Kross provides the framework to deal transparently with
interpreter-backends and offers abstract functionality to deal with scripts.
.
This package is part of the KDE Development Platform libraries module.
Homepage: http://kross.dipe.org
Package: libkrossui4
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Replaces: kdelibs5 (<< 4:4.4.0)
Description: the Kross UI Library
Kross is a scripting bridge for the KDE Development Platform used to embed
scripting functionality into an application. Kross provides an abstract API to
provide scripting functionality in a interpreter-independent way. The
application that uses Kross should not need to know anything about the
scripting language being used.
.
The UI library of Kross provides the Kross KParts plugin and other classes
aimed towards Kross integration with the KDE graphical applications.
.
This package is part of the KDE Development Platform libraries module.
Homepage: http://kross.dipe.org
Package: libnepomuk4
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Replaces: kdelibs5 (<< 4:4.4.0), kdelibs5-data (<< 4:4.4.0)
Description: the Nepomuk Meta Data Library
Nepomuk aims to provide the basis to handle all kinds of metadata on the KDE
desktop in a generic fashion. This ranges from simple information such as tags
or ratings over metadata extracted from files to metadata that is generated by
applications automatically. RDF, the Resource Description Framework, provides
the powerful basis to store and query all this data. The goal is to categorize
all metadata using clean ontologies to make an automated handling and
enrichment of the data possible.
.
This library implements core Nepomuk functionality like handling of resources
and ontologies.
.
This package is part of the KDE Development Platform libraries module.
Homepage: http://nepomuk.kde.org/
Package: libnepomukquery4a
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Replaces: kdebase-workspace-libs4+5, libnepomukquery4
Conflicts: kdebase-workspace-libs4+5, libnepomukquery4
Description: the Nepomuk Query Library for the KDE Platform
Nepomuk aims to provide the basis to handle all kinds of metadata on the KDE
desktop in a generic fashion. This ranges from simple information such as tags
or ratings over metadata extracted from files to metadata that is generated by
applications automatically. RDF, the Resource Description Framework, provides
the powerful basis to store and query all this data. The goal is to categorize
all metadata using clean ontologies to make an automated handling and
enrichment of the data possible.
.
This library implements the Nepomuk Query API. It is aimed to be used by KDE
desktop applications to query Nepomuk database for metadata.
.
This package is part of the KDE Development Platform libraries module.
Homepage: http://nepomuk.kde.org/
Package: libplasma3
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Replaces: kdelibs5-data (<< 4:4.4.0)
Breaks: kdebase-workspace-bin (<< 4:4.2.60)
Description: the Plasma Library for the KDE Platform
This package contains the Plasma library. Plasma is one of the key
technologies of KDE 4 (also known as the "Pillars of KDE"), and one of the
most visible to users. It is the component that is "in charge" of the desktop
interface; the desktop, panel (often referred simply as the task bar), and
related elements. Plasma aims to change the traditional concepts of the
"Desktop", incorporating semantic application elements, and bringing
cooperating technologies to the user's fingertips in a way that is visually
appealing while easing work flow.
.
It is part of the KDE Development Platform libraries module.
Homepage: http://plasma.kde.org/
Package: libkunitconversion4
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: the Unit Conversion library for the KDE Platform
The kunitconversion library can help KDE 4 application in doing conversions of
values in different measure units.
.
Currently, it can provide conversions for the following unit categories:
* currency
* density
* energy
* fuel efficiency
* length
* mass
* power
* pressure
* temperature
* time
* velocity
* volume
.
This library is part of the KDE Development Platform libraries module.
Package: libkdewebkit5
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: the KDE WebKit Library
This library provides KDE integration of the QtWebKit library.
.
This package is part of the KDE Development Platform libraries module.
Package: libkatepartinterfaces4
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: WRITEME
WRITEME.
.
This package is part of the KDE Development Platform libraries module.
Package: libkcmutils4
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: WRITEME
WRITEME.
.
This package is part of the KDE Development Platform libraries module.
Package: libkemoticons4
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: WRITEME
WRITEME.
.
This package is part of the KDE Development Platform libraries module.
Package: libkidletime4
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: WRITEME
WRITEME.
.
This package is part of the KDE Development Platform libraries module.
Package: libkprintutils4
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: WRITEME
WRITEME.
.
This package is part of the KDE Development Platform libraries module.
Package: kdelibs-bin
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libxml2-utils
Conflicts: kjscmd
Replaces: kdelibs5-data (<< 4:4.4.0)
Description: core executables for KDE Applications
This package contains common core executables used by all KDE Applications.
.
This package is part of the KDE Development Platform libraries module.
Package: kdelibs5-plugins
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends},
kdelibs5-data (= ${source:Version}), kdoctools (= ${binary:Version}),
kdelibs-bin (= ${binary:Version}),
dbus-x11, shared-mime-info (>= 0.30), xdg-utils
Recommends: ttf-dejavu, kdebase-runtime (>= 4:4.4), kaboom (>= 1.0.5)
Replaces: kdelibs5 (<< 4:4.4.0), kdelibs-bin (<< 4:4.1.74)
Breaks: kdelibs5-data (<< 4:4.2.2)
Description: core plugins for KDE Applications
This package contains core plugins for KDE Applications used by KDE
Applications and KDE Development Platform libraries at runtime. This package
is needed to run most KDE Applications.
.
This package is part of the KDE Development Platform libraries module.
Package: kdelibs5-data
Architecture: all
Pre-Depends: debconf | debconf-2.0
Depends: ${perl:Depends}, ${misc:Depends}, hicolor-icon-theme
Replaces: kdebase-workspace-data (<< 4:4.1.66), libplasma2, kjscmd (<< 4:3.5.10-1),
kdelibs-data (<< 4:3.5.10.dfsg.1-4), kdelibs5-dev (<< 4:4.4.2)
Conflicts: kjscmd (<< 4:3.5.10-1)
Description: core shared data for all KDE Applications
This package contains architecture-independent data files needed to run KDE
Applications.
.
This package is part of the KDE Development Platform libraries module.
Package: kdoctools
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Replaces: kdelibs5 (<< 4:4.4.0), kdelibs5-data (<< 4:4.4.0), kdelibs-bin (<< 4:4.4.0)
Description: various tools for accessing application documentation
This package provides KDE documentation tools (including the "help" KIO slave)
for accessing documentation of KDE and GNOME applications.
.
This package is part of the KDE Development Platform libraries module.
Package: kdelibs5-dev
Section: libdevel
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, ${allLibraries},
kdoctools (= ${binary:Version}), kdelibs-bin (= ${binary:Version}),
automoc (>= 1.0~version-0.9.88),
${sameVersionDep:libqt4-dev:kdelibs5-plugins}, ${sameVersionDep:libsoprano-dev:libnepomuk4},
${sameVersionDep:libphonon-dev:libkhtml5}
Recommends: ${sameVersionDep:libqt4-opengl-dev:libplasma3-Depends}
Replaces: kdebase-runtime-data (<< 4:4.2.90), kdelibs5-data (<< 4:4.0.80-1),
libplasma-dev (<< 4:4.1.96), kdebase-workspace-dev (<< 4:4.4.0),
kdelibs5 (<< 4:4.4.0), libkwebkit-dev (<< 0.9svn1123738)
Conflicts: kdelibs4-dev, libkjsembed-dev, kdepimlibs5-dev (<< 4:4.1.81+svn891439),
libplasma-dev (<< 4:4.1.96)
Breaks: cmake (<< 2.6.3), pkg-kde-tools (<< 0.9), libkwebkit-dev (<< 0.9svn1123738)
Description: development files for the KDE Development Platform libraries
This package contains development files for building KDE Applications and
other software that uses the KDE Development Platform libraries.
.
This package is part of the KDE Development Platform libraries module.
Package: kdelibs5
Architecture: any
Depends: ${misc:Depends}, ${kde43Libraries}, kdelibs5-plugins (= ${binary:Version})
Breaks: kdelibs5-data (<< 4:4.2.2)
Description: transitional package for the KDE Development Platform libraries
This is a dummy transitional package to enable installation of other Debian
packages linked against KDE 4.0 - 4.3 versions of the cumulative KDE
Development Platform Libraries package previously shipped in Debian.
.
This package is part of the KDE Development Platform libraries module.
Package: kdelibs5-dbg
Section: debug
Architecture: any
Priority: extra
Depends: libqt4-dbg (>= 4:4.6), libc6-dbg [amd64]
Recommends: ${allLibraries}, kdelibs-bin (= ${binary:Version})
Replaces: kdebase-workspace-dbg (<< 4:4.4.0)
Description: debugging symbols for the KDE Development Platform libraries
This package contains debugging files used to investigate problems with
binaries included in the KDE Development Platform libraries module.
.
This package is part of the KDE Development Platform libraries module.
|