[SCM] KTorrent Debian packaging. branch, master, updated. master/3.2.3.1+dfsg.1-1-12-gd2d3d2c

Modestas Vainius modax-guest at alioth.debian.org
Sun Sep 27 15:52:57 UTC 2009


The following commit has been merged in the master branch:
commit 3aad8b47df5e5081c14246799009c9286ea17293
Author: Modestas Vainius <modestas at vainius.eu>
Date:   Sun Sep 27 17:27:34 2009 +0300

    Add ${misc:Depends} to Depends fields.
---
 debian/changelog |    1 +
 debian/control   |    7 ++++---
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 20ff150..ee0ea87 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ ktorrent (3.2.4+dfsg.1-1) UNRELEASED; urgency=low
   * Bump Standards-Version to 3.8.3, no changes needed.
   * Fix syntax problems in debian/watch.
   * Refresh patches.
+  * Add ${misc:Depends} to Depends fields.
 
  -- Modestas Vainius <modestas at vainius.eu>  Sun, 27 Sep 2009 15:47:04 +0300
 
diff --git a/debian/control b/debian/control
index 0fcf4bd..5ea0aa4 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Vcs-Browser: http://git.debian.org/?p=pkg-kde/kde-extras/ktorrent.git;a=summary
 
 Package: ktorrent
 Architecture: any
-Depends: ${shlibs:Depends}, ktorrent-data (= ${source:Version})
+Depends: ${shlibs:Depends}, ${misc:Depends}, ktorrent-data (= ${source:Version})
 Suggests: plasma-widget-ktorrent (= ${binary:Version})
 Description: BitTorrent client based on the KDE 4 technology platform
  This package contains KTorrent, a BitTorrent peer-to-peer network client, that
@@ -44,6 +44,7 @@ Description: BitTorrent client based on the KDE 4 technology platform
 
 Package: ktorrent-data
 Architecture: all
+Depends: ${misc:Depends}
 Recommends: ktorrent (>= ${source:Version})
 Replaces: ktorrent (<< 3.2~beta1+svn902175)
 Description: KTorrent data and other architecture independant files
@@ -54,7 +55,7 @@ Description: KTorrent data and other architecture independant files
 Package: plasma-widget-ktorrent
 Section: kde
 Architecture: any
-Depends: ${shlibs:Depends}, ktorrent (= ${binary:Version})
+Depends: ${shlibs:Depends}, ${misc:Depends}, ktorrent (= ${binary:Version})
 Replaces: ktorrent (<< 3.2~beta1+svn898132), plasma-applet-ktorrent
 Conflicts: plasma-applet-ktorrent
 Description: KTorrent Plasma widget
@@ -69,7 +70,7 @@ Package: ktorrent-dbg
 Section: debug
 Architecture: any
 Priority: extra
-Depends: ktorrent (= ${binary:Version})
+Depends: ${misc:Depends}, ktorrent (= ${binary:Version})
 Recommends: kdelibs5-dbg
 Description: KTorrent debugging symbols
  This package contains debugging symbols for KTorrent. When KTorrent crashes,

-- 
KTorrent Debian packaging.



More information about the pkg-kde-commits mailing list