[SCM] KDE Toys module packaging branch, master, updated. debian/4.4.5-1-16-g8bfeae8

Pino Toscano pino-guest at alioth.debian.org
Fri Mar 4 15:57:28 UTC 2011


The following commit has been merged in the master branch:
commit 8bfeae87930c0b398d1920b82f1581310e965492
Author: Pino Toscano <pino at kde.org>
Date:   Fri Mar 4 16:57:10 2011 +0100

    add ${misc:Depends}
---
 debian/changelog |    1 +
 debian/control   |   12 ++++++------
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7d997f1..449e4ee 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,7 @@ kdetoys (4:4.5.1-0r1) UNRELEASED; urgency=low
 
   [ Pino Toscano ]
   * khelpcenter -> khelpcenter4 in recommends.
+  * Add ${misc:Depends}.
 
  -- Modestas Vainius <modax at debian.org>  Mon, 26 Jul 2010 23:24:38 +0300
 
diff --git a/debian/control b/debian/control
index 1f92642..cab4dcb 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Vcs-Git: git://git.debian.org/pkg-kde/kde-sc/kdetoys.git
 
 Package: kdetoys
 Architecture: all
-Depends: amor (>= ${source:Version}), kteatime (>= ${source:Version}),
+Depends: ${misc:Depends}, amor (>= ${source:Version}), kteatime (>= ${source:Version}),
  ktux (>= ${source:Version})
 Description: desktop toys from the official KDE 4 release
  KDE is produced by an international technology team that creates free and open
@@ -31,7 +31,7 @@ Description: desktop toys from the official KDE 4 release
 Package: amor
 Architecture: any
 Section: games
-Depends: ${shlibs:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
 Recommends: kde-window-manager
 Suggests: khelpcenter4
 Description: desktop companion
@@ -42,7 +42,7 @@ Description: desktop companion
 
 Package: kteatime
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
 Suggests: khelpcenter4
 Description: utility for making a fine cup of tea
  KTeaTime is a handy timer for steeping tea. No longer will you have to
@@ -54,7 +54,7 @@ Description: utility for making a fine cup of tea
 
 Package: ktux
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: Tux screensaver for KScreenSaver
  A neat Tux-in-a-spaceship screensaver for the KScreenSaver
  .
@@ -62,7 +62,7 @@ Description: Tux screensaver for KScreenSaver
 
 #Package: kweather
 #Architecture: any
-#Depends: ${shlibs:Depends}
+#Depends: ${misc:Depends}, ${shlibs:Depends}
 #Description: weather services 
 # KWeather also provides a weather service that can track multiple weather
 # stations and provide this information to other applications, including
@@ -73,7 +73,7 @@ Description: Tux screensaver for KScreenSaver
 Package: kdetoys-dbg
 Section: debug
 Architecture: any
-Depends: kdebase-runtime-dbg
+Depends: ${misc:Depends}, kdebase-runtime-dbg
 Suggests: kdetoys (= ${source:Version})
 Priority: extra
 Description: debugging symbols for kdetoys

-- 
KDE Toys module packaging



More information about the pkg-kde-commits mailing list