[Pkg-kde-commits] rev 799 - in trunk/packages: meta-kde/debian meta-kde-extras/debian

Christopher Martin chrsmrtn-guest@costa.debian.org
Sun, 13 Mar 2005 19:23:15 +0100


Author: chrsmrtn-guest
Date: 2005-03-13 19:23:14 +0100 (Sun, 13 Mar 2005)
New Revision: 799

Modified:
   trunk/packages/meta-kde-extras/debian/README.Debian
   trunk/packages/meta-kde-extras/debian/changelog
   trunk/packages/meta-kde-extras/debian/control
   trunk/packages/meta-kde/debian/README.Debian
   trunk/packages/meta-kde/debian/changelog
   trunk/packages/meta-kde/debian/control
Log:
Overhaul package descriptions for the metapackages.

Sine the new package description policy has packages
refer to their metapackages, this is essential.


Modified: trunk/packages/meta-kde/debian/README.Debian
===================================================================
--- trunk/packages/meta-kde/debian/README.Debian	2005-03-13 17:41:13 UTC (rev 798)
+++ trunk/packages/meta-kde/debian/README.Debian	2005-03-13 18:23:14 UTC (rev 799)
@@ -4,7 +4,7 @@
 kde-devel	-- a metapackage for developing KDE Applications
 ----------------------------------------------------------------------------
  
-This package is a meta-package, meaning that its purpose is to contain
+This package is a metapackage, meaning that its purpose is to contain
 dependencies for a complete, Debian-based environment for KDE.  
  
 This package also carries optional 'Recommends' and/or 'Suggests'

Modified: trunk/packages/meta-kde/debian/changelog
===================================================================
--- trunk/packages/meta-kde/debian/changelog	2005-03-13 17:41:13 UTC (rev 798)
+++ trunk/packages/meta-kde/debian/changelog	2005-03-13 18:23:14 UTC (rev 799)
@@ -1,3 +1,11 @@
+meta-kde (5:44) unstable; urgency=low
+
+  +++ Changes by Christopher Martin:
+
+  * Overhaul the package descriptions.
+
+ -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Sun, 13 Mar 2005 13:02:32 -0500
+
 meta-kde (5:43) unstable; urgency=low
 
   * Added kdelibs3-bin dummy package to aid woody transitions.

Modified: trunk/packages/meta-kde/debian/control
===================================================================
--- trunk/packages/meta-kde/debian/control	2005-03-13 17:41:13 UTC (rev 798)
+++ trunk/packages/meta-kde/debian/control	2005-03-13 18:23:14 UTC (rev 799)
@@ -2,9 +2,9 @@
 Section: kde
 Priority: optional
 Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
-Uploaders: Christopher L Cheney <ccheney@debian.org>, Riku Voipio <riku.voipio@iki.fi>
+Uploaders: Christopher L Cheney <ccheney@debian.org>, Riku Voipio <riku.voipio@iki.fi>, Christopher Martin <chrsmrtn@freeshell.org>
 Build-Depends-Indep: debhelper (>> 4.0.0)
-Standards-Version: 3.6.1.0
+Standards-Version: 3.6.1
 
 Package: kde
 Architecture: all
@@ -13,11 +13,16 @@
 Depends: kde-core, kde-amusements, kdeaddons, kdeadmin, kdeartwork, kdegraphics, kdemultimedia, kdenetwork, kdepim, kdeutils, kdewebdev
 Suggests: kde-i18n, x-window-system-core
 Description: The K Desktop Environment
- A metapackage containing dependencies for the official suite of KDE including
- arts, kdeaddons, kdeadmin, kdeartwork, kdebase, kdeedu, kdegames, kdegraphics,
- kdelibs, kdemultimedia, kdenetwork, kdepim, kdetoys, kdeutils, and quanta.
+ KDE is a powerful Open Source graphical desktop environment for Unix
+ workstations. It combines ease of use, contemporary functionality, and
+ outstanding graphical design with the technological superiority of the
+ Unix operating system.
  .
- Does not contain depends for Development packages.
+ This metapackage includes all the official modules that are released with
+ KDE. In addition to the core KDE modules, this includes multimedia,
+ networking, personal information manager (PIM), graphics, education, games,
+ web development, system administration tools, and other artwork and
+ utilities. This package does not depend on development packages.
 
 Package: kde-amusements
 Architecture: all
@@ -26,8 +31,13 @@
 Depends: kde-core, kdeedu, kdegames, kdetoys
 Suggests: kde-i18n
 Description: The K Desktop Environment (Games and Toys)
- A metapackage containing dependencies for all KDE based educational software,
- games, and toys.
+ KDE is a powerful Open Source graphical desktop environment for Unix
+ workstations. It combines ease of use, contemporary functionality, and
+ outstanding graphical design with the technological superiority of the
+ Unix operating system.
+ .
+ This metapackage includes official KDE modules containing educational
+ software, games, and other toys.
 
 Package: kde-core
 Architecture: all
@@ -36,8 +46,15 @@
 Depends: arts, fontconfig, kdebase, kdelibs
 Suggests: kde-i18n
 Description: The K Desktop Environment (Core)
- A metapackage containing dependencies for the core suite of KDE including
- arts, kdelibs, and kdebase.
+ KDE is a powerful Open Source graphical desktop environment for Unix
+ workstations. It combines ease of use, contemporary functionality, and
+ outstanding graphical design with the technological superiority of the
+ Unix operating system.
+ .
+ This metapackage includes the core official modules released with KDE. This
+ includes just the basic desktop (browser, file manager, text editor, control
+ center, panel, etc.) and important libraries and data, in addition to the
+ aRts soundserver.
 
 Package: kde-devel
 Architecture: all
@@ -46,8 +63,14 @@
 Depends: kde-core, kdesdk, libartsc0-dev, libarts1-dev, kdelibs4-dev, kdebase-dev, libkonq4-dev, qt3-designer
 Suggests: kde-i18n
 Description: The K Desktop Environment (development files)
- A metapackage containing dependencies for the core development suite of KDE
- including kdesdk, qt3-designer, and all core KDE -dev packages.
+ KDE is a powerful Open Source graphical desktop environment for Unix
+ workstations. It combines ease of use, contemporary functionality, and
+ outstanding graphical design with the technological superiority of the
+ Unix operating system.
+ .
+ This metapackage includes official KDE modules that are useful to developers,
+ including KDE's software development kit (SDK), Qt3's designer tool, and all
+ core KDE header and development packages.
 
 Package: kdelibs3-bin
 Architecture: all

Modified: trunk/packages/meta-kde-extras/debian/README.Debian
===================================================================
--- trunk/packages/meta-kde-extras/debian/README.Debian	2005-03-13 17:41:13 UTC (rev 798)
+++ trunk/packages/meta-kde-extras/debian/README.Debian	2005-03-13 18:23:14 UTC (rev 799)
@@ -2,7 +2,7 @@
 kde-extras		-- a metapackage for optional KDE Applications
 ----------------------------------------------------------------------------
  
-This package is a meta-package, meaning that its purpose is to contain
+This package is a metapackage, meaning that its purpose is to contain
 dependencies for a complete, Debian-based environment for KDE.  
  
 This package also carries optional 'Recommends' and/or 'Suggests'

Modified: trunk/packages/meta-kde-extras/debian/changelog
===================================================================
--- trunk/packages/meta-kde-extras/debian/changelog	2005-03-13 17:41:13 UTC (rev 798)
+++ trunk/packages/meta-kde-extras/debian/changelog	2005-03-13 18:23:14 UTC (rev 799)
@@ -1,3 +1,11 @@
+meta-kde-extras (5:44) unstable; urgency=low
+
+  +++ Changes by Christopher Martin:
+
+  * Overhaul the package descriptions.
+
+ -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Sun, 13 Mar 2005 13:17:33 -0500
+
 meta-kde-extras (5:43) unstable; urgency=low
 
   +++ Changes by Christopher Martin:

Modified: trunk/packages/meta-kde-extras/debian/control
===================================================================
--- trunk/packages/meta-kde-extras/debian/control	2005-03-13 17:41:13 UTC (rev 798)
+++ trunk/packages/meta-kde-extras/debian/control	2005-03-13 18:23:14 UTC (rev 799)
@@ -12,8 +12,14 @@
 Priority: optional
 Depends: kde-core, kde-devel, kdbg, kdevelop3, kprof
 Description: The K Desktop Environment (extra development files)
- A metapackage containing dependencies for the extra development utilities of
- KDE including kdbg, kdevelop, and kprof.
+ KDE is a powerful Open Source graphical desktop environment for Unix
+ workstations. It combines ease of use, contemporary functionality, and
+ outstanding graphical design with the technological superiority of the
+ Unix operating system.
+ .
+ This metapackage includes programs of use to developers that are not
+ part of the official KDE modules, including a debugger, a profiling tool,
+ and KDevelop, a complete development environment.
 
 Package: kde-extras
 Architecture: all
@@ -22,4 +28,11 @@
 Depends: kde-core
 Recommends: amarok, apollon, arson, bibletime, brahms, celestia, digikam, ggz-kde-client, ggz-kde-games, gtk2-engines-gtk-qt, guarddog, guidedog, gwenview, hotswap-gui, k3b, kaffeine, karamba, kbarcode, kbear, kbiff, kcd, kcdlabel, kcpuload, kdiff3, kdirstat, keybled, kflog, kfocus, kile, kimagemapeditor, kimdaba, klog, klogic, kmerlin, kmymoney2, knapster2, knetfilter, knetload, knutclient, koffice, komba2, konq-speaker, konversation, kover, kphone, kpsk, krecord, krusader, ksensors, ksimus, ksocrat, ktimetrace, kvdr, kvim, kvirc, kvlc, kwave, kwavecontrol, kxmleditor, noteedit, okle, oooqs-kde, regina-normal, rosegarden4, showimg, smb4k, superkaramba, synce-kde, tellico, tora, wordtrans-kde
 Description: The K Desktop Environment (extras)
- A metapackage containing dependencies for the non official KDE packages.
+ KDE is a powerful Open Source graphical desktop environment for Unix
+ workstations. It combines ease of use, contemporary functionality, and
+ outstanding graphical design with the technological superiority of the
+ Unix operating system.
+ .
+ This metapackage includes programs that are not part of the official KDE
+ modules, but nevertheless are based upon KDE, and might be of interest
+ to KDE users. Examine each package's own description for more information.