[SCM] QCA2 library packaging branch, master, updated. debian/2.0.2-1-17-gb6b3613

Felix Geyer debfx-guest at alioth.debian.org
Sun May 29 20:35:33 UTC 2011


The following commit has been merged in the master branch:
commit 09e4a6a48edd70f89e07e73c033789e70031baef
Author: Felix Geyer <debfx-pkg at fobos.de>
Date:   Sun May 29 19:07:28 2011 +0200

    Add missing ${misc:Depends}.
---
 debian/changelog |    1 +
 debian/control   |    6 +++---
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 5148794..3d4ad95 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,7 @@ qca2 (2.0.3-1) UNRELEASED; urgency=low
   * libqca2: don't suggest libqca2-plugin-pkcs11 as it doesn't exist.
   * Add myself as uploader.
   * Fix short description of libqca2-dbg.
+  * Add missing ${misc:Depends}.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sun, 29 May 2011 17:30:46 +0200
 
diff --git a/debian/control b/debian/control
index 0b29f9b..605d578 100644
--- a/debian/control
+++ b/debian/control
@@ -23,7 +23,7 @@ Description: libraries for the Qt Cryptographic Architecture
 Package: libqca2-dbg
 Section: debug
 Architecture: any
-Depends: libqca2 (= ${binary:Version})
+Depends: ${misc:Depends}, libqca2 (= ${binary:Version})
 Priority: extra
 Description: debug symbols for the Qt Cryptographic Architecture
  The Qt Cryptographic Architecture (QCA) provides a straightforward and cross-
@@ -36,7 +36,7 @@ Description: debug symbols for the Qt Cryptographic Architecture
 Package: libqca2-dev
 Section: libdevel
 Architecture: any
-Depends: libqca2 (= ${binary:Version}), libqt4-dev (>= 4.4.0~)
+Depends: ${misc:Depends}, libqca2 (= ${binary:Version}), libqt4-dev (>= 4.4.0~)
 Suggests: libqca2-doc (= ${source:Version})
 Conflicts: qca-dev
 Description: development files for the Qt Cryptographic Architecture
@@ -50,7 +50,7 @@ Description: development files for the Qt Cryptographic Architecture
 Package: libqca2-doc
 Section: doc
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}
 Recommends: qt4-doc
 Suggests: libqca2-dev (= ${source:Version})
 Description: API documentation for the Qt Cryptographic Architecture

-- 
QCA2 library packaging



More information about the pkg-kde-commits mailing list