[pkg-kde-commits] rev 2563 - trunk/packages/kdesdk/debian

Christopher Martin chrsmrtn at costa.debian.org
Tue Dec 6 18:12:58 UTC 2005


Author: chrsmrtn
Date: 2005-12-06 18:12:57 +0000 (Tue, 06 Dec 2005)
New Revision: 2563

Modified:
   trunk/packages/kdesdk/debian/control
Log:
2 new packages; minor edits to reflect new/moved functionality.


Modified: trunk/packages/kdesdk/debian/control
===================================================================
--- trunk/packages/kdesdk/debian/control	2005-12-06 18:11:49 UTC (rev 2562)
+++ trunk/packages/kdesdk/debian/control	2005-12-06 18:12:57 UTC (rev 2563)
@@ -3,14 +3,14 @@
 Priority: optional
 Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
 Uploaders: Isaac Clerencia <isaac at debian.org>, Pierre Habouzit <madcoder at debian.org>, Christopher Martin <chrsmrtn at debian.org>, Adeodato Simó <dato at net.com.org.es>, Riku Voipio <riku.voipio at iki.fi>, Luk Claes <luk at debian.org>
-Build-Depends: g++-3.4 [arm hppa m68k], cdbs (>= 0.4.27), debhelper (>= 5.0), autotools-dev, gawk, gettext, kdelibs4-dev (>= 4:3.5.0), binutils-dev, bison, flex, kdepim-dev (>= 4:3.5.0), libapr0-dev, libdb4.3-dev, libkcal2-dev (>= 4:3.5.0), libktnef1-dev (>= 4:3.5.0), libsvn0-dev (>= 1.2.3dfsg1-3)
+Build-Depends: g++-3.4 [arm hppa m68k], cdbs (>= 0.4.27), debhelper (>= 5.0), autotools-dev, gawk, gettext, pkg-config, kdelibs4-dev (>= 4:3.5.0), binutils-dev, bison, flex, kdepim-dev (>= 4:3.5.0), libapr0-dev, libdb4.3-dev, libkcal2-dev (>= 4:3.5.0), libktnef1-dev (>= 4:3.5.0), libsvn0-dev (>= 1.2.3dfsg1-3)
 Build-Depends-Indep: doxygen, qt3-doc, graphviz, gsfonts-x11
 Standards-Version: 3.6.2
 
 Package: kdesdk
 Architecture: any
 Section: kde
-Depends: cervisia (>= ${Source-Version}), kapptemplate (>= ${Source-Version}), kbabel (>= ${Source-Version}), kbugbuster (>= ${Source-Version}), kcachegrind (>= ${Source-Version}), kdesdk-kfile-plugins (>= ${Source-Version}), kdesdk-misc (>= ${Source-Version}), kdesdk-scripts (>= ${Source-Version}), kmtrace (>= ${Source-Version}), kompare (>= ${Source-Version}), kspy (>= ${Source-Version}), kuiviewer (>= ${Source-Version}), poxml (>= ${Source-Version}), umbrello (>= ${Source-Version})
+Depends: cervisia (>= ${Source-Version}), kapptemplate (>= ${Source-Version}), kbabel (>= ${Source-Version}), kbugbuster (>= ${Source-Version}), kcachegrind (>= ${Source-Version}), kdesdk-kfile-plugins (>= ${Source-Version}), kdesdk-kio-plugins (>= ${Source-Version}), kdesdk-misc (>= ${Source-Version}), kdesdk-scripts (>= ${Source-Version}), kmtrace (>= ${Source-Version}), kompare (>= ${Source-Version}), kspy (>= ${Source-Version}), kuiviewer (>= ${Source-Version}), kunittest (>= ${Source-Version}), poxml (>= ${Source-Version}), umbrello (>= ${Source-Version})
 Suggests: kcachegrind-converters, kbabel-dev, kdesdk-doc-html
 Description: software development kit from the official KDE release
  KDE (the K Desktop Environment) is a powerful Open Source graphical
@@ -185,7 +185,6 @@
  Included are:
   - headers to assist with profiling KDE code;
   - a widget style for checking conformity with the KDE/Qt style guide;
-  - a KDE I/O slave for accessing subversion respositories;
   - palettes that match the KDE standard colour palette;
   - a KDE address book plugin that reads the list of KDE CVS accounts.
  .
@@ -197,13 +196,14 @@
 Section: devel
 Depends: ${perl:Depends}, python
 Recommends: automake1.9 | automaken, cvs, gawk
-Suggests: dmalloc, gdb, kdelibs4-doc, qt3-doc, valgrind
+Suggests: khelpcenter, kdesdk-doc-html, dmalloc, gdb, kdelibs4-doc, qt3-doc, valgrind
+Enhances: kate
 Replaces: kdevelop (<< 1:1.4.0-3.2)
 Description: a set of useful development scripts for KDE
  This package contains a number of scripts which can be used to help in
  developing KDE-based applications.  Many of these scripts however are
  not specific to KDE, and in particular there are several general-use
- scripts to help users in working with CVS repositories.
+ scripts to help users in working with SVN and CVS repositories.
  .
  In addition to these scripts, this package provides:
   - gdb macros for Qt/KDE programming;
@@ -340,6 +340,33 @@
  This package is part of KDE, and a component of the KDE SDK module.
  See the 'kde' and 'kdesdk' packages for more information.
 
+Package: kdesdk-kio-plugins
+Architecture: any
+Section: devel
+Depends: ${shlibs:Depends}, subversion
+Replaces: kdesdk-misc (<< 4:3.5.0)
+Description: subversion ioslave for KDE
+ This package provides easy access to remote SVN repositories from within
+ Konqueror, and KDE generally, by browsing them as if they were a
+ filesystem, using URLs like svn://hostname/path, or svn+ssh://, etc.
+ .
+ This package is part of KDE, and a component of the KDE SDK module.
+ See the 'kde' and 'kdesdk' packages for more information.
+
+Package: kunittest
+Architecture: any
+Section: devel
+Depends: ${shlibs:Depends}
+Description: unit testing library for KDE
+ KUnitTest is a small library that facilitates the writing of tests for
+ KDE developers. There are two ways to use the KUnitTest library. One is
+ to create dynamically loadable modules and use the kunittestmodrunner or
+ kunittestguimodrunner programs to run the tests. The other is to use the
+ libraries to create your own testing application.
+ .
+ This package is part of KDE, and a component of the KDE SDK module.
+ See the 'kde' and 'kdesdk' packages for more information.
+
 Package: kdesdk-dbg
 Section: libdevel
 Architecture: any




More information about the pkg-kde-commits mailing list