Source: kdesdk
Section: devel
Priority: optional
Maintainer: Ben Burton <bab@debian.org>
Build-Depends: automake1.7, binutils-dev, bison, debhelper (>> 4.0.0), flex, g++-3.2, libdb2-dev, kdelibs4-dev
Standards-Version: 3.5.8.0

Package: kdesdk
Architecture: any
Section: devel
Depends: cervisia, kapptemplate, kbabel, kbugbuster, kdesdk-kfile-plugins, kdesdk-misc, kdesdk-scripts, kmtrace, kompare, kspy, poxml
Suggests: kbabel-dev
Description: KDE Software Development Kit
 The KDE Software Development Kit is a collection of applications and tools
 useful for developing KDE applications.

Package: cervisia
Architecture: any
Section: devel
Depends: ${shlibs:Depends}
Recommends: cvs (>= 1.11)
Suggests: khelpcenter
Description: a graphical CVS front end for KDE
 Cervisia is a KDE-based graphical front end for the CVS client.
 .
 As well as providing both common and advanced CVS operations, it offers
 a variety of methods for graphically viewing information about the CVS
 repository and your own sandbox and the relationships between different
 versions of files.  A Changelog editor is also included and is coupled
 with the commit dialog.
 .
 This package is part of the KDE Software Development Kit.

Package: kapptemplate
Architecture: all
Section: devel
Recommends: automake1.7 | automake, kdelibs4-dev, xlibs-dev
Description: creates a framework to develop a KDE application
 KAppTemplate is a shell script that will create the necessary
 framework to develop various KDE applications.  It takes care of the
 autoconf/automake code as well as providing a skeleton and example of
 what the code typically looks like.
 .
 This package is part of the KDE Software Development Kit.

Package: kbabel
Architecture: any
Section: devel
Depends: ${shlibs:Depends}
Suggests: khelpcenter
Description: PO-file editing suite for KDE
 This is a suite of programs for editing gettext message files (PO-files).
 It is designed to help you translate fast and consistently.
 .
 This suite includes KBabel, CatalogManager and KBabelDict.  KBabel is an
 advanced and easy to use PO-file editor with full navigational and editing
 capabilities, syntax checking and statistics.  CatalogManager is a multi
 functional catalog manager which allows you to keep track of many
 PO-files at once.  KBabelDict is a dictionary for translators.
 .
 This package is part of the KDE Software Development Kit.

Package: kbabel-dev
Architecture: any
Section: devel
Depends: kbabel (= ${Source-Version}), kdelibs4-dev
Conflicts: kbabel (<< 3.0.8-0)
Description: PO-file editing suite for KDE (development files)
 This is a suite of programs for editing gettext message files (PO-files).
 It is designed to help you translate fast and consistently.
 .
 This suite includes KBabel, CatalogManager and KBabelDict.  KBabel is an
 advanced and easy to use PO-file editor with full navigational and editing
 capabilities, syntax checking and statistics.  CatalogManager is a multi
 functional catalog manager which allows you to keep track of many
 PO-files at once.  KBabelDict is a dictionary for translators.
 .
 This package contains the KBabel development files.
 .
 This package is part of the KDE Software Development Kit.

Package: kbugbuster
Architecture: any
Section: devel
Depends: ${shlibs:Depends}
Suggests: khelpcenter
Description: a front end for the KDE bug tracking system
 KBugBuster is a GUI front end for the KDE bug tracking system.
 It allows the user to view and manipulate bug reports and provides a
 variety of options for searching through reports.
 .
 This package is part of the KDE Software Development Kit.

Package: kdesdk-kfile-plugins
Architecture: any
Section: devel
Depends: ${shlibs:Depends}
Description: KDE file dialog plugins for source and patch files
 This is a collection of plugins for the KDE file dialog.  These plugins
 extend the file dialog to offer advanced meta-information for source
 and patch files.
 .
 This package is part of the KDE Software Development Kit.

Package: kdesdk-misc
Architecture: any
Section: devel
Depends: ${shlibs:Depends}
Recommends: libqt3-dev
Suggests: gimp | xpaint
Conflicts: kdepalettes (<= 3.1.0-1)
Replaces: kdepalettes (<= 3.1.0-1)
Description: various goodies from the KDE Software Development Kit
 This package contains miscellaneous goodies provided with the official
 KDE release to assist with KDE software development.
 .
 Included are headers to assist with profiling KDE code, palettes that
 match the KDE standard colour palette and a KDE address book plugin
 that reads the list of KDE CVS accounts.
 .
 This package is part of the KDE Software Development Kit.

Package: kdesdk-scripts
Architecture: all
Section: devel
Depends: ${perl:Depends}, python
Recommends: automake1.7 | automake, cvs, gawk
Suggests: dmalloc, gdb, kdelibs4-doc, qt3-doc
Conflicts: kdevelop (<< 1:1.4.0-3.2)
Description: a set of useful development scripts for KDE
 This package contains several scripts which can be used to help in
 developing KDE-based apps.  It also provides some gdb macros, vim
 and emacs helper files and completion controls for various shells.
 .
 This package is part of the KDE Software Development Kit.

Package: kmtrace
Architecture: any
Section: devel
Depends: ${shlibs:Depends}
Recommends: less
Description: a KDE 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.

Package: kompare
Architecture: any
Section: devel
Depends: ${shlibs:Depends}
Suggests: khelpcenter
Description: a KDE GUI for viewing differences between files
 Kompare is a KDE GUI for viewing the differences between two files.
 It will also optionally create a diff file.
 .
 This package is part of the KDE Software Development Kit.

Package: kspy
Architecture: any
Section: devel
Depends: ${shlibs:Depends}, kdelibs4-dev
Description: examines the internal state of a Qt/KDE app
 KSpy is a tiny library which can be used to graphically display 
 the QObjects in use by a Qt/KDE app.  In addition to the object tree,
 you can also view the properties, signals and slots of any QObject.
 .
 Basically it provides much the same info as QObject::dumpObjectTree() and 
 QObject::dumpObjectInfo(), but in a much more convenient form.  KSpy has 
 minimal overhead for the application, because the kspy library is
 loaded dynamically using KLibLoader.
 .
 See /usr/share/doc/kspy/README for usage instructions.
 .
 This package is part of the KDE Software Development Kit.

Package: poxml
Architecture: any
Section: devel
Depends: ${shlibs:Depends}, python
Description: tools for using PO-files to translate DocBook XML files
 This is a collection of tools that facilitate translating DocBook XML
 files using gettext message files (PO-files).
 .
 Also included are some miscellaneous command-line utilities for
 manipulating DocBook XML files, PO-files and PO-template files.
 .
 This package is part of the KDE Software Development Kit.

