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
|
Source: karchive
Section: libs
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~),
libbz2-dev,
liblzma-dev,
pkg-kde-tools (>= 0.15.16~),
qtbase5-dev (>= 5.5.0~),
zlib1g-dev
Standards-Version: 3.9.8
Homepage: https://projects.kde.org/projects/frameworks/karchive
Vcs-Browser: https://anonscm.debian.org/git/pkg-kde/frameworks/karchive.git
Vcs-Git: https://anonscm.debian.org/git/pkg-kde/frameworks/karchive.git
Package: libkf5archive-dev
Section: libdevel
Architecture: any
Depends: libkf5archive5 (= ${binary:Version}),
qtbase5-dev (>= 5.5.0~),
${misc:Depends}
Description: development files for karchive
Karchive is a Qt 5 addon providing access to numerous types of archives.
.
KArchive provides classes for easy reading, creation and manipulation of
"archive" formats like ZIP and TAR.
.
It also provides transparent compression and decompression of data, like the
GZip format, via a subclass of QIODevice.
.
This package is part of KDE Frameworks 5.
.
This package contains the development files.
Breaks: kdoctools-dev (<< 5.28),
libkf5doctools-dev (<< 5.28),
libkf5emoticons-dev (<< 5.28),
libkf5khtml-dev (<< 5.28),
libkf5newstuff-dev (<< 5.28)
Package: libkf5archive5
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Qt 5 addon providing access to numerous types of archives
KArchive provides classes for easy reading, creation and manipulation of
"archive" formats like ZIP and TAR.
.
It also provides transparent compression and decompression of data, like the
GZip format, via a subclass of QIODevice.
.
This package is part of KDE Frameworks 5.
Breaks: kdoctools5 (<< 5.28),
kimageformat-plugins (<< 5.28),
kio (<< 5.28),
kpackagetool5 (<< 5.28),
libkf5emoticons5 (<< 5.28),
libkf5filemetadata-bin (<< 5.28),
libkf5iconthemes5 (<< 5.28),
libkf5khtml-bin (<< 5.28),
libkf5khtml5 (<< 5.28),
libkf5newstuff5 (<< 5.28),
libkf5package5 (<< 5.28),
libkf5plasma5 (<< 5.28),
libkf5texteditor5 (<< 5.28)
|