rev 17266 - trunk/packages/kdemultimedia/debian

Pino Toscano pino-guest at alioth.debian.org
Mon Mar 1 14:46:36 UTC 2010


Author: pino-guest
Date: 2010-03-01 14:46:35 +0000 (Mon, 01 Mar 2010)
New Revision: 17266

Modified:
   trunk/packages/kdemultimedia/debian/changelog
   trunk/packages/kdemultimedia/debian/control
Log:
add ${misc:Depends} everywhere


Modified: trunk/packages/kdemultimedia/debian/changelog
===================================================================
--- trunk/packages/kdemultimedia/debian/changelog	2010-03-01 14:40:43 UTC (rev 17265)
+++ trunk/packages/kdemultimedia/debian/changelog	2010-03-01 14:46:35 UTC (rev 17266)
@@ -20,8 +20,11 @@
   * Rename libcdparanoia0-dev to libcdparanoia-dev in build dependencies.
   * Update installed files.
 
- -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sun, 28 Feb 2010 17:14:13 +0200
+  [ Pino Toscano ]
+  * Add dependency on ${misc:Depends} in all the packages.
 
+ -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Mon, 01 Mar 2010 15:45:21 +0100
+
 kdemultimedia (4:4.3.4-1) unstable; urgency=low
 
   * New upstream release.

Modified: trunk/packages/kdemultimedia/debian/control
===================================================================
--- trunk/packages/kdemultimedia/debian/control	2010-03-01 14:40:43 UTC (rev 17265)
+++ trunk/packages/kdemultimedia/debian/control	2010-03-01 14:46:35 UTC (rev 17266)
@@ -19,7 +19,7 @@
 Package: kdemultimedia
 Section: kde
 Architecture: all
-Depends: dragonplayer (>= ${source:Version}),
+Depends: ${misc:Depends}, dragonplayer (>= ${source:Version}),
  kdemultimedia-kio-plugins (>= ${source:Version}),
  juk (>= ${source:Version}), kmix (>= ${source:Version}),
  kscd (>= ${source:Version})
@@ -39,7 +39,7 @@
 Section: debug
 Architecture: any
 Priority: extra
-Depends: kdebase-runtime-dbg
+Depends: ${misc:Depends}, kdebase-runtime-dbg
 Suggests: kdemultimedia (= ${source:Version})
 Description: debugging symbols for the KDE 4 multimedia module
  This package contains debugging files used to investigate problems with
@@ -49,7 +49,7 @@
 Section: devel
 Architecture: any
 Depends: ${sameVersionDep:kdelibs5-dev:kdemultimedia-kio-plugins},
- libkcddb-dev (= ${binary:Version}),
+ ${misc:Depends}, libkcddb-dev (= ${binary:Version}),
  kdemultimedia-kio-plugins (= ${binary:Version})
 Replaces: juk (<< 4:4.1.80), kscd (<< 4:4.1.80), kxim (<< 4:4.1.80)
 Description: development files for the KDE 4 multimedia module
@@ -59,7 +59,7 @@
 Package: kdemultimedia-kio-plugins
 section: kde
 Architecture: any
-Depends: ${shlibs:Depends}, libkcddb4 (= ${binary:Version})
+Depends: ${shlibs:Depends}, ${misc:Depends}, libkcddb4 (= ${binary:Version})
 Suggests: lame
 Replaces: kscd (<< 4:4.1.80)
 Description: transparent audio CD access for KDE 4 applications
@@ -71,7 +71,7 @@
 Package: juk
 Section: sound
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Suggests: k3b
 Description: music jukebox for KDE 4
  JuK is a powerful music player capable of managing a large music collection.
@@ -89,7 +89,7 @@
 Package: kmix
 Section: sound
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Provides: x-audio-mixer
 Description: volume control and mixer for KDE 4
  KMix is an audio device mixer, used to adjust volume, select recording inputs,
@@ -100,7 +100,7 @@
 Package: kscd
 Section: sound
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: audio CD player for KDE 4
  KsCD is an audio CD player.  It uses the Compact Disc DataBase to
  fetch album information automatically.
@@ -110,7 +110,7 @@
 Package: libkcddb4
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: CDDB library for KDE 4 (runtime)
  The KDE Compact Disc DataBase library provides an API for KDE 4 applications
  to fetch and submit audio CD information over the internet.




More information about the pkg-kde-commits mailing list