[Pkg-telepathy-commits] [SCM] telepathy-qt4 packaging branch, debian, updated. e1d13e3c25f7ac27e3098cb1c99e5f46278456ad

Simon McVittie smcv at debian.org
Tue Nov 10 14:46:32 UTC 2009


The following commit has been merged in the debian branch:
commit cec788112505722a766bf41c89c5bf24e9e63d66
Author: Simon McVittie <smcv at debian.org>
Date:   Tue Nov 10 13:35:24 2009 +0000

    Enable the shared library packages (which will be stubs until 0.2)

diff --git a/debian/control b/debian/control
index cd61c0e..c39c781 100644
--- a/debian/control
+++ b/debian/control
@@ -23,37 +23,42 @@ Vcs-Git: git://git.debian.org/git/pkg-telepathy/telepathy-qt4.git
 Vcs-Browser: http://git.debian.org/?p=pkg-telepathy/telepathy-qt4.git
 Homepage: http://telepathy.freedesktop.org/wiki/
 
-# Package: libtelepathy-qt4-0
-# Architecture: any
-# Section: libs
-# Depends: ${shlibs:Depends}, ${misc:Depends}
-# Description: Telepathy framework - Qt 4 library
-#  This package contains telepathy-qt4, a Qt-based library for Telepathy
-#  components.
-#  .
-#  Telepathy is a D-Bus framework for unifying real time communication,
-#  including instant messaging, voice calls and video calls. It abstracts
-#  differences between protocols to provide a unified interface for
-#  applications.
+Package: libtelepathy-qt4-0
+Architecture: any
+Section: libs
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Telepathy framework - Qt 4 library
+ This package contains telepathy-qt4, a Qt-based library for Telepathy
+ components.
+ .
+ Telepathy is a D-Bus framework for unifying real time communication,
+ including instant messaging, voice calls and video calls. It abstracts
+ differences between protocols to provide a unified interface for
+ applications.
 
-# Package: libtelepathy-qt4-farsight-0
-# Architecture: any
-# Section: libs
-# Depends: ${shlibs:Depends}, ${misc:Depends}
-# Description: Telepathy/Farsight integration - Qt 4 library
-#  telepathy-qt4-farsight provides telepathy-qt4 integration with
-#  telepathy-farsight, which implements media streaming using GStreamer and
-#  Farsight.
-#  .
-#  Telepathy is a D-Bus framework for unifying real time communication,
-#  including instant messaging, voice calls and video calls. It abstracts
-#  differences between protocols to provide a unified interface for
-#  applications.
+Package: libtelepathy-qt4-farsight-0
+Architecture: any
+Section: libs
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Telepathy/Farsight integration - Qt 4 library
+ telepathy-qt4-farsight provides telepathy-qt4 integration with
+ telepathy-farsight, which implements media streaming using GStreamer and
+ Farsight.
+ .
+ Telepathy is a D-Bus framework for unifying real time communication,
+ including instant messaging, voice calls and video calls. It abstracts
+ differences between protocols to provide a unified interface for
+ applications.
 
 Package: libtelepathy-qt4-dev
 Architecture: any
 Section: libdevel
-Depends: libqt4-dev (>= 4.5.0), ${misc:Depends}
+Depends: libqt4-dev (>= 4.5.0),
+         libtelepathy-qt4-0 (= ${binary:Version}),
+         libtelepathy-qt4-farsight-0 (= ${binary:Version}),
+         pkg-config (>= 0.21),
+         ${shlibs:Depends},
+         ${misc:Depends}
 Suggests: libtelepathy-qt4-doc
 Description: Qt 4 Telepathy library (headers and static library)
  This package contains development files for telepathy-qt4, a Qt-based
@@ -68,8 +73,9 @@ Package: libtelepathy-qt4-dbg
 Architecture: any
 Section: debug
 Priority: extra
-Depends: libtelepathy-qt4-dev (= ${binary:Version}),
+Depends: libtelepathy-qt4-0 (= ${binary:Version}),
          ${misc:Depends}
+Suggests: libtelepathy-qt4-farsight-0 (= ${binary:Version})
 Description: Qt 4 Telepathy library (debug symbols)
  This package contains support for debugging programs that use telepathy-qt4,
  a Qt-based library for Telepathy components.

-- 
telepathy-qt4 packaging



More information about the Pkg-telepathy-commits mailing list