[Pkg-telepathy-commits] [SCM] libtelepathy packaging branch, debian, updated. 7e783b0d9f411ac9d3b349b7718117b8eabc3e56

Simon McVittie smcv at debian.org
Tue Feb 24 14:09:20 UTC 2009


The following commit has been merged in the debian branch:
commit e6fb28109b3a002adc6618e61caeb26f4eda5b39
Author: Simon McVittie <smcv at debian.org>
Date:   Tue Feb 24 13:55:01 2009 +0000

    Change package descriptions to indicate that libtelepathy is deprecated (we're only keeping it because mission-control 4 needs it) and move the packages to oldlibs

diff --git a/debian/changelog b/debian/changelog
index 2c74a5f..b81fcfd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,9 @@ libtelepathy (0.3.2-2) UNRELEASED; urgency=low
   * Move packaging to git
   * Add gbp.conf and `debian/rules update-patches` target for maintainers
   * Standards-Version: 3.8.0 (add README.source)
+  * Change package descriptions to indicate that libtelepathy is deprecated
+    (we're only keeping it because mission-control 4 needs it) and move
+    the packages to oldlibs
 
  -- Simon McVittie <smcv at debian.org>  Sun, 27 Apr 2008 13:24:31 +0100
 
diff --git a/debian/control b/debian/control
index 6287a52..8b5b844 100644
--- a/debian/control
+++ b/debian/control
@@ -24,45 +24,47 @@ XS-Dm-Upload-Allowed: yes
 
 Package: libtelepathy2
 Architecture: any
-Section: libs
+Section: oldlibs
 Depends: ${shlibs:Depends},
          ${misc:Depends}
-Description: Telepathy framework - GLib library
+Description: deprecated GLib library for the Telepathy framework
  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.
  .
  This package contains libtelepathy, a GLib-based library for Telepathy
- components.
+ components. libtelepathy is deprecated, and new code should use telepathy-glib
+ (see libtelepathy-glib-dev) instead.
 
 Package: libtelepathy-dev
 Architecture: any
-Section: libdevel
+Section: oldlibs
 Depends: libtelepathy2 (= ${binary:Version}),
          libtelepathy-glib-dev (>= 0.7.1),
          libglib2.0-dev (>= 2.10),
          libdbus-glib-1-dev (>= 0.73),
          libdbus-1-dev (>= 0.93)
-Description: Telepathy framework - GLib library headers
+Description: deprecated GLib library headers for the Telepathy framework
  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.
  .
  This package contains development files for libtelepathy, a GLib-based
- library for Telepathy components.
+ library for Telepathy components. libtelepathy is deprecated, and new code
+ should use telepathy-glib (see libtelepathy-glib-dev) instead.
 
 Package: libtelepathy-dbg
 Architecture: any
-Section: libdevel
+Section: oldlibs
 Priority: extra
 Depends: libtelepathy2 (= ${binary:Version})
-Description: Telepathy framework - GLib library debug symbols
+Description: libtelepathy debug symbols
  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.
  .
- This package contains the debug symbols for libtelepathy, a GLib-based
- library for Telepathy components.
+ This package contains the debug symbols for libtelepathy, a deprecated
+ GLib-based library for Telepathy components.

-- 
libtelepathy packaging



More information about the Pkg-telepathy-commits mailing list