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
|
Source: kcodecs
Section: kde
Priority: optional
Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Uploaders: Maximiliano Curia <maxy@debian.org>
Build-Depends: cmake (>= 2.8.12),
debhelper (>= 9),
extra-cmake-modules (>= 5.28.0~),
gperf,
pkg-kde-tools (>= 0.15.15ubuntu1~),
qtbase5-dev (>= 5.5.0~),
qttools5-dev (>= 5.4),
qttools5-dev-tools (>= 5.4)
Standards-Version: 3.9.8
Homepage: https://projects.kde.org/projects/frameworks/kcodecs
Vcs-Browser: https://anonscm.debian.org/git/pkg-kde/frameworks/kcodecs.git
Vcs-Git: https://anonscm.debian.org/git/pkg-kde/frameworks/kcodecs.git
Package: libkf5codecs5
Architecture: any
Multi-Arch: same
Section: libs
Depends: libkf5codecs-data (= ${source:Version}),
${misc:Depends},
${shlibs:Depends}
Description: collection of methods to manipulate strings
KCodecs provide a collection of methods to manipulate strings
using various encodings.
Breaks: kio (<< 5.28),
libkf5bookmarks5 (<< 5.28),
libkf5configwidgets5 (<< 5.28),
libkf5kdelibs4support5 (<< 5.28),
libkf5khtml5 (<< 5.28),
libkf5kiofilewidgets5 (<< 5.28),
libkf5notifications5 (<< 5.28),
libkf5texteditor5 (<< 5.28)
Package: libkf5codecs-data
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: collection of methods to manipulate strings
KCodecs provide a collection of methods to manipulate strings
using various encodings.
.
This package contains the translations.
Package: libkf5codecs-dev
Architecture: any
Section: libdevel
Depends: libkf5codecs5 (= ${binary:Version}),
qtbase5-dev (>= 5.5.0~),
${misc:Depends},
${shlibs:Depends}
Description: development files for kcodecs
This package contains development files for building software that uses
libraries from kcodecs.
Breaks: libkf5configwidgets-dev (<< 5.28)
|