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
|
Source: kdevelop
Section: devel
Priority: optional
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Uploaders: Fathi Boudra <fabo@debian.org>,
Jeremy Lainé <jeremy.laine@m4x.org>,
George Kiagiadakis <kiagiadakis.george@gmail.com>,
Andreas Cord-Landwehr <cola@uni-paderborn.de>
Build-Depends: cmake,
debhelper (>= 9),
kde-workspace-dev (>= 4:4.5.2),
kdevplatform-dev (>= 1.7.0),
libqjson-dev,
libqtwebkit-dev,
okteta-dev (>= 4:4.10),
pkg-config,
pkg-kde-tools (>= 0.9.0),
shared-mime-info
Standards-Version: 3.9.5
Homepage: http://www.kdevelop.org/
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-kde/kde-std/kdevelop.git
Vcs-Git: git://anonscm.debian.org/pkg-kde/kde-std/kdevelop.git
Package: kdevelop
Architecture: any
Depends: kdevelop-data (>= ${source:Version}),
${misc:Depends},
${shlibs:Depends}
Recommends: g++, gcc, gdb (>= 7.0), make
Suggests: cmake, kapptemplate, kdevelop-l10n, ninja-build
Description: integrated development environment for KDE
KDevelop is an easy to use integrated development environment for KDE.
It supports a wide range of programming languages and features project
management, an advanced editor, a class browser and an integrated debugger.
.
The application wizard can generate fully functional projects
for terminal programs and GUI programs using Qt, KDE or GNOME.
Package: kdevelop-data
Architecture: all
Depends: ${misc:Depends}
Breaks: kdevelop-doc (<< 4:4.3)
Replaces: kdevelop-doc (<< 4:4.3)
Description: data files for the KDevelop IDE
KDevelop is an easy to use integrated development environment for KDE.
It supports a wide range of programming languages and features project
management, an advanced editor, a class browser and an integrated debugger.
.
The application wizard can generate fully functional projects
for terminal programs and GUI programs using Qt, KDE or GNOME.
.
This package contains arch independent data for KDevelop.
Package: kdevelop-dev
Architecture: any
Depends: kdelibs5-dev,
kdevelop (= ${binary:Version}),
kdevplatform-dev,
${misc:Depends}
Description: development files for the KDevelop IDE
KDevelop is an easy to use integrated development environment for KDE.
It supports a wide range of programming languages and features project
management, an advanced editor, a class browser and an integrated debugger.
.
The application wizard can generate fully functional projects
for terminal programs and GUI programs using Qt, KDE or GNOME.
.
This package contains development files for KDevelop.
Package: kdevelop-dbg
Section: debug
Architecture: any
Priority: extra
Depends: kdelibs5-dbg, kdevelop (= ${binary:Version})
Description: debugging symbols for KDevelop
KDevelop is an easy to use integrated development environment for KDE.
It supports a wide range of programming languages and features project
management, an advanced editor, a class browser and an integrated debugger.
.
The application wizard can generate fully functional projects
for terminal programs and GUI programs using Qt, KDE or GNOME.
.
This package contains debugging symbols for KDevelop.
Package: kdevelop-l10n
Section: localization
Architecture: all
Replaces: kdevelop-l10n-ca,
kdevelop-l10n-cavalencia,
kdevelop-l10n-da,
kdevelop-l10n-de,
kdevelop-l10n-engb,
kdevelop-l10n-es,
kdevelop-l10n-et,
kdevelop-l10n-fi,
kdevelop-l10n-fr,
kdevelop-l10n-gl,
kdevelop-l10n-it,
kdevelop-l10n-nds,
kdevelop-l10n-nl,
kdevelop-l10n-pt,
kdevelop-l10n-ptbr,
kdevelop-l10n-ru,
kdevelop-l10n-sl,
kdevelop-l10n-sv,
kdevelop-l10n-th,
kdevelop-l10n-tr,
kdevelop-l10n-uk,
kdevelop-l10n-zhcn,
kdevelop-l10n-zhtw
Breaks: kdevelop-l10n-ca,
kdevelop-l10n-cavalencia,
kdevelop-l10n-da,
kdevelop-l10n-de,
kdevelop-l10n-engb,
kdevelop-l10n-es,
kdevelop-l10n-et,
kdevelop-l10n-fi,
kdevelop-l10n-fr,
kdevelop-l10n-gl,
kdevelop-l10n-it,
kdevelop-l10n-nds,
kdevelop-l10n-nl,
kdevelop-l10n-pt,
kdevelop-l10n-ptbr,
kdevelop-l10n-ru,
kdevelop-l10n-sl,
kdevelop-l10n-sv,
kdevelop-l10n-th,
kdevelop-l10n-tr,
kdevelop-l10n-uk,
kdevelop-l10n-zhcn,
kdevelop-l10n-zhtw
Recommends: kdevplatform-l10n
Description: localization files for the KDevelop IDE
KDevelop is an easy to use integrated development environment for KDE.
It supports a wide range of programming languages and features project
management, an advanced editor, a class browser and an integrated debugger.
.
This package contains the translations for KDevelop.
|