rev 11286 - branches/kde4/packages/kdewebdev/debian

Sune Vuorela pusling-guest at alioth.debian.org
Thu Jul 3 08:03:52 UTC 2008


Author: pusling-guest
Date: 2008-07-03 08:03:52 +0000 (Thu, 03 Jul 2008)
New Revision: 11286

Modified:
   branches/kde4/packages/kdewebdev/debian/control
Log:
kommander has arrived. fix Source-Version

Modified: branches/kde4/packages/kdewebdev/debian/control
===================================================================
--- branches/kde4/packages/kdewebdev/debian/control	2008-07-03 05:43:16 UTC (rev 11285)
+++ branches/kde4/packages/kdewebdev/debian/control	2008-07-03 08:03:52 UTC (rev 11286)
@@ -10,8 +10,8 @@
 Package: kdewebdev
 Architecture: all
 Section: kde
-Depends: kfilereplace (>= ${Source-Version}), kimagemapeditor (>= ${Source-Version}), klinkstatus (>= ${Source-Version}), kxsldbg (>= ${Source-Version})
-Suggests: kommander-dev (>= ${Source-Version}), kdewebdev-doc-html (>= ${Source-Version})
+Depends: kfilereplace (>= ${source:Version}), kimagemapeditor (>= ${source:Version}), klinkstatus (>= ${source:Version}), kxsldbg (>= ${source:Version})
+Suggests: kommander-dev (>= ${source:Version}), kdewebdev-doc-html (>= ${source:Version})
 Description: web development apps from the official KDE release
  KDE (the K Desktop Environment) is a powerful Open Source graphical
  desktop environment for Unix workstations. It combines ease of use,
@@ -83,6 +83,33 @@
  This package is part of KDE, as a component of the KDE web development module.
  See the 'kde' and 'kdewebdev' packages for more information.
 
+Package: kommander
+Architecture: any
+Section: devel
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: visual dialog builder and executor tool
+ Kommander is a visual dialog building tool whose primary objective is
+ to create as much functionality as possible without using any scripting
+ language.
+ .
+ More specifically, Kommander is a set of tools that allow you to create
+ dynamic GUI dialogs that generate, based on their state, a piece of
+ text. The piece of text can be a command line to a program, any piece
+ of code, business documents that contain a lot of repetitious or
+ templated text and so on.
+ .
+ The resulting generated text can then be executed as a command line
+ program (hence the name "Kommander"), written to a file, passed to a
+ script for extended processing, and literally anything else you can
+ think of. And you aren't required to write a single line of code!
+ .
+ As well as building dialogs, Kommander may be expanded to create full
+ mainwindow applications.
+ .
+ This package is part of KDE, as a component of the KDE web development module.
+ See the 'kde' and 'kdewebdev' packages for more information.
+
+
 Package: kdewebdev-dbg
 Section: libdevel
 Architecture: any
@@ -91,4 +118,4 @@
 Description: debugging symbols for kdewebdev
  This package contains the debugging symbols associated with kdewebdev.
  They will automatically be used by gdb for debugging kdewebdev-related
- issues.
\ No newline at end of file
+ issues.




More information about the pkg-kde-commits mailing list