[SCM] KDE Web Development module packaging branch, master, updated. debian/4.6.5-1-6-g1751683

Pino Toscano pino at alioth.debian.org
Fri Nov 25 13:32:12 UTC 2011


The following commit has been merged in the master branch:
commit 175168367f0f30e48cbe5e7b6c42b19b8de7962b
Author: Pino Toscano <pino at debian.org>
Date:   Fri Nov 25 14:31:47 2011 +0100

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

diff --git a/debian/changelog b/debian/changelog
index b1f0aa3..5c54deb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ kdewebdev (4:4.7.2-0r1) UNRELEASED; urgency=low
   [ Pino Toscano ]
   * Manage some packages renamings:
     - kdewebdev-dbg depends on kde-runtime-dbg instead of kdebase-runtime-dbg.
+  * Add ${misc:Depends} where missing.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sat, 08 Oct 2011 22:26:07 +0200
 
diff --git a/debian/control b/debian/control
index c782618..f4ec384 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,8 @@ Vcs-Git: git://git.debian.org/pkg-kde/kde-sc/kdewebdev.git
 Package: kdewebdev
 Architecture: all
 Section: kde
-Depends: kfilereplace (>= ${source:Version}), kimagemapeditor (>= ${source:Version}), 
+Depends: ${misc:Depends}, kfilereplace (>= ${source:Version}),
+ kimagemapeditor (>= ${source:Version}),
  klinkstatus (>= ${source:Version}), 
  kommander (>= ${source:Version})
 Description: web development apps from the official KDE release
@@ -26,7 +27,7 @@ Description: web development apps from the official KDE release
 Package: kfilereplace
 Architecture: any
 Section: kde
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: batch search-and-replace component 
  KFileReplace is an embedded component for KDE that acts as a batch
  search-and-replace tool. It allows you to replace one expression with
@@ -37,7 +38,7 @@ Description: batch search-and-replace component
 Package: kimagemapeditor
 Architecture: any
 Section: editors
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: HTML image map editor
  KImageMapEditor is a tool that allows you to edit image maps in HTML
  files. As well as providing a standalone application, KImageMapEditor
@@ -48,7 +49,7 @@ Description: HTML image map editor
 Package: klinkstatus
 Architecture: any
 Section: web
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Suggests: khelpcenter4
 Description: web link validity checker
  KLinkStatus is KDE's web link validity checker. It allows you to
@@ -89,7 +90,7 @@ Description: visual dialog builder and executor tool
 Package: kdewebdev-dbg
 Section: debug
 Architecture: any
-Depends: kde-runtime-dbg
+Depends: ${misc:Depends}, kde-runtime-dbg
 Suggests: kdewebdev (= ${source:Version})
 Priority: extra
 Description: debugging symbols for the KDE web development module

-- 
KDE Web Development module packaging



More information about the pkg-kde-commits mailing list