[SCM] KDE PIM Libraries module packaging branch, master, updated. debian/4.6.5-1-14-g8c240f2
Pino Toscano
pino at alioth.debian.org
Fri Nov 25 13:30:52 UTC 2011
The following commit has been merged in the master branch:
commit 8c240f2d7d7880b8dd222dc14ad6c60361d84916
Author: Pino Toscano <pino at debian.org>
Date: Fri Nov 25 14:30:38 2011 +0100
add ${misc:Depends} where missing
---
debian/changelog | 3 +++
debian/control | 5 +++--
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 59e4295..0155397 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,9 @@ kdepimlibs (4:4.7.2-0r1) UNRELEASED; urgency=low
* Update symbols files.
* Exclude kde-runtime from dh_shlibdeps results.
+ [ Pino Toscano ]
+ * Add ${misc:Depends} where missing.
+
-- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Tue, 09 Aug 2011 16:43:40 +0200
kdepimlibs (4:4.6.5-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 95eee7d..dc054ef 100644
--- a/debian/control
+++ b/debian/control
@@ -20,7 +20,8 @@ Vcs-Git: git://git.debian.org/pkg-kde/kde-sc/kdepimlibs.git
Package: kdepimlibs5-dev
Section: libdevel
Architecture: any
-Depends: ${sameVersionDep:kdelibs5-dev:libakonadi-kde4}, ${allLibraries}
+Depends: ${sameVersionDep:kdelibs5-dev:libakonadi-kde4}, ${allLibraries},
+ ${misc:Depends}
Replaces: kdepimlibs-data (<< 4:4.1.80), libkleopatra1-dev
Breaks: kdepimlibs-data (<< 4:4.1.80), libkleopatra1-dev
Description: development files for the KDE Development Platform PIM libraries
@@ -407,7 +408,7 @@ Package: kdepimlibs-dbg
Section: debug
Architecture: any
Priority: extra
-Depends: kdelibs5-dbg, ${allLibraries}, libc6-dbg [amd64]
+Depends: ${misc:Depends}, kdelibs5-dbg, ${allLibraries}, libc6-dbg [amd64]
Recommends: kdepimlibs-kio-plugins (= ${binary:Version})
Description: debugging symbols for the KDE Development Platform PIM libraries
This package contains debugging files used to investigate problems with
--
KDE PIM Libraries module packaging
More information about the pkg-kde-commits
mailing list