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
|
Source: kde-dev-utils
Section: kde
Priority: optional
Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Uploaders: Sune Vuorela <sune@debian.org>,
Fathi Boudra <fabo@debian.org>,
Modestas Vainius <modax@debian.org>,
George Kiagiadakis <kiagiadakis.george@gmail.com>,
Maximiliano Curia <maxy@debian.org>
Build-Depends: cmake,
debhelper (>= 9),
kde-sc-dev-latest (>= 4:4.12),
kdelibs5-dev,
libiberty-dev | binutils-dev,
libltdl-dev,
libx11-dev,
pkg-kde-tools (>= 0.12)
Standards-Version: 3.9.8
Homepage: http://www.kde.org/
Vcs-Browser: https://anonscm.debian.org/git/pkg-kde/applications/kde-dev-utils.git
Vcs-Git: https://anonscm.debian.org/git/pkg-kde/applications/kde-dev-utils.git
Package: kdesdk-misc
Architecture: any
Section: devel
Depends: ${misc:Depends}, ${shlibs:Depends}
Suggests: libqt4-dev
Description: miscellaneous tools from the KDE Software Development Kit
This package contains additional tools to aid in development for KDE.
.
Included are:
- headers to assist with profiling KDE code
- kstartperf to measure startup time
.
This package is part of the KDE Software Development Kit module.
Package: kpartloader
Architecture: any
Section: devel
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: test tool for KParts
KPartloader is a very simple application to test loading of a KPart.
KPartloader is called with a simple argument to tell which KPart to load.
.
KParts is a KDE core technology to embed components of one application into
other applications. This application is used for testing such components
during development.
.
This package is part of the KDE Software Development Kit module.
Package: kuiviewer
Architecture: any
Section: devel
Depends: ${misc:Depends}, ${shlibs:Depends}
Suggests: qt4-designer
Description: viewer for Qt Designer user interface files
KUIViewer is a utility to display and check user interface (.ui) files
created in Qt Designer. The interfaces can be shown in a variety of
different widget styles to ensure that they display correctly in any
environment.
.
The Qt Designer itself is in the package qt4-designer.
.
This package is part of the KDE Software Development Kit module.
Package: kmtrace
Architecture: any
Section: devel
Depends: less, ${misc:Depends}, ${shlibs:Depends}
Description: memory leak tracer
KMtrace is a KDE tool to assist with malloc debugging using glibc's
"mtrace" functionality.
.
This package is part of the KDE Software Development Kit module.
|