[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#502436: New patch



Thanks to ana for catching a brain fart by yours truly.
I have a valid email address in there, now :)


Richard
Index: debian/control
===================================================================
--- debian/control	(revision 12430)
+++ debian/control	(working copy)
@@ -11,13 +11,13 @@
 Architecture: all
 Section: kde
 Priority: optional
-Depends: kde4-minimal (>= 1), kdeadmin (>= 4:4.1.0), 
- kdeartwork (>= 4:4.1.0), kdegraphics (>= 4:4.1.0), kdeedu (>= 4:4.1.0), 
- kdegames (>= 4:4.1.0), kdemultimedia (>= 4:4.1.0), kdenetwork (>= 4:4.1.0), 
- kdeutils (>= 4:4.1.0), kdepim (>= 4:4.1.0), kdeplasma-addons (>= 4:4.1.0)
-Recommends: kdeaccessibility (>= 4:4.1.0), kdesdk (>= 4:4.1.0), 
- kdetoys (>= 4:4.1.0), kdewebdev (>= 4:4.1.0) 
-Suggests: kde-l10n (>= 4:4.1.0), koffice ( >= 1:1.9.96~), xorg
+Depends: kde4-minimal (>= 4), kdeadmin (>= 4:4.1.2), 
+ kdeartwork (>= 4:4.1.2), kdegraphics (>= 4:4.1.1), kdeedu (>= 4:4.1.2), 
+ kdegames (>= 4:4.1.2), kdemultimedia (>= 4:4.1.1), kdenetwork (>= 4:4.1.2), 
+ kdeutils (>= 4:4.1.2), kdepim (>= 4:4.1.2), kdeplasma-addons (>= 4:4.1.2)
+Recommends: kdeaccessibility (>= 4:4.1.2), kdesdk (>= 4:4.1.2), 
+ kdetoys (>= 4:4.1.2), kdewebdev (>= 4:4.1.2) 
+Suggests: koffice ( >= 1:1.9.98.1), xorg
 Description: the K Desktop Environment 4 
  KDE, the K Desktop Environment, is the powerful, integrated, and easy-to-use 
  Free Software desktop platform and suite of applications.
@@ -33,9 +33,9 @@
 Architecture: all
 Section: kde
 Priority: optional
-Depends: kdelibs5 (>= 4:4.1.0), kdepimlibs5 (>= 4:4.1.0), kdebase-runtime (>= 4:4.1.0),
- kdebase-workspace (>= 4:4.1.0), kdebase (>= 4:4.1.0)
-Suggests: kde-l10n (>= 4:4.1.0)
+Depends: kdelibs5 (>= 4:4.1.2), kdepimlibs5 (>= 4:4.1.2), kdebase-runtime (>= 4:4.1.2),
+ kdebase-workspace (>= 4:4.1.2), kdebase (>= 4:4.1.2)
+Suggests: kde-l10n (>= 4:4.1.2)
 Description: the K Desktop Environment 4, minimal applications
  KDE, the K Desktop Environment, is the powerful, integrated, and easy-to-use 
  Free Software desktop platform and suite of applications.
@@ -49,9 +49,42 @@
 Architecture: all
 Section: kde
 Priority: optional
-Depends: kdelibs5 (>= 4:4.1.0), kdepimlibs5 (>= 4:4.1.0), kdebase-runtime (>= 4:4.1.0)
+Depends: kdelibs5 (>= 4:4.1.2), kdepimlibs5 (>= 4:4.1.2), kdebase-runtime (>= 4:4.1.2)
 Description: the KDE 4 development platform
  KDE, the K Desktop Environment, is the powerful, integrated, and easy-to-use 
  Free Software desktop platform and suite of applications.
  .
  This metapackage includes official KDE modules that are useful to developers.
+
+
+Package: kde4-dbg
+Architecture: all
+Section: kde
+Priority: optional
+Depends: kde4-minimal-dbg (>= 4), kdeadmin-dbg (>= 4:4.1.2), 
+ kdegraphics-dbg (>= 4:4.1.2), kdeedu-dbg (>= 4:4.1.2), 
+ kdegames-dbg (>= 4:4.1.2), kdemultimedia-dbg (>= 4:4.1.2), kdenetwork-dbg (>= 4:4.1.2), 
+ kdeutils-dbg (>= 4:4.1.2), kdepim-dbg (>= 4:4.1.2), kdeplasma-addons-dbg (>= 4:4.1.2)
+Recommends: kdesdk-dbg (>= 4:4.1.2), 
+ kdetoys-dbg (>= 4:4.1.2), kdewebdev-dbg (>= 4:4.1.2) 
+Suggests: koffice-dbg ( >= 1:1.9.98.1)
+Description: the K Desktop Environment 4 
+ KDE, the K Desktop Environment, is the powerful, integrated, and easy-to-use 
+ Free Software desktop platform and suite of applications.
+ .
+ This metapackage includes all the debugging symbols for official modules 
+ released with KDE.
+
+
+Package: kde4-minimal-dbg
+Architecture: all
+Section: kde
+Priority: optional
+Depends: kdelibs5-dbg (>= 4:4.1.2), kdepimlibs-dbg (>= 4:4.1.2), kdebase-runtime-dbg (>= 4:4.1.2),
+ kdebase-workspace-dbg (>= 4:4.1.2), kdebase-dbg (>= 4:4.1.2)
+Description: the K Desktop Environment 4, minimal applications
+ KDE, the K Desktop Environment, is the powerful, integrated, and easy-to-use 
+ Free Software desktop platform and suite of applications.
+ .
+ This metapackage includes the debugging symbols for core official modules 
+ released with KDE.
Index: debian/TODO
===================================================================
--- debian/TODO	(revision 12430)
+++ debian/TODO	(working copy)
@@ -1,4 +1,7 @@
 * When kdebindings is finally in the archive add a Suggests on 
-kde4-development.
+  kde4-development.
 
-* Add interesting KDE 4 apps to kde4 package.
\ No newline at end of file
+* Add interesting KDE 4 apps to kde4 package.
+
+* Add kdeartwork-dbg kdeaccessibility-dbg to kde4-dbg Depends
+  once they are available.
Index: debian/changelog
===================================================================
--- debian/changelog	(revision 12430)
+++ debian/changelog	(working copy)
@@ -1,3 +1,14 @@
+meta-kde4 (4) experimental; urgency=low
+
+  * Update all depends to (>= 4.1.2), kdelibs5 to (>= 4:4.1.2-2), koffice to
+    (>= 1:1.9.98.1-1).
+  * Remove Suggests of kde4 to kde-l10n as kde4-minimal, which kde4 Depends on
+    already Suggests kde-l10n.
+  * Introduced kde4-dbg & kde4-minimal-dbg. Leaving out kdeartwork-dbg &
+    kdeaccessibility-dbg for now as they do not exist, yet.
+
+ -- Richard Hartmann <richih-debian@net.in.tum.de>  Thu, 16 Oct 2008 13:37:00 +0200
+
 meta-kde4 (3) experimental; urgency=low
 
   * Update all the depends to (>= 4.4.0).

Reply to: