[Pkg-telepathy-commits] [SCM] Empathy packaging branch, debian-squeeze, updated. debian/2.28.1.1-1

Jonny Lamb jonny at debian.org
Wed Oct 28 21:50:25 UTC 2009


The following commit has been merged in the debian-squeeze branch:
commit a5deac19267ac31538b1f000d457ae0c3138a090
Author: Jonny Lamb <jonny at debian.org>
Date:   Mon Sep 28 18:53:26 2009 +0100

    Add libempathy30-dbg, libempathy-gtk28-dbg and empathy-dbg packages.
    
    Signed-off-by: Jonny Lamb <jonny at debian.org>

diff --git a/debian/changelog b/debian/changelog
index 7af2988..cb62e00 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+empathy (2.28.0.1-2) UNRELEASED; urgency=low
+
+  * Add libempathy30-dbg, libempathy-gtk28-dbg and empathy-dbg packages.
+
+ -- Jonny Lamb <jonny at debian.org>  Sat, 17 Oct 2009 12:32:49 +0100
+
 empathy (2.28.0.1-1) unstable; urgency=low
 
   * New upstream release
diff --git a/debian/control b/debian/control
index dbf051a..b596053 100644
--- a/debian/control
+++ b/debian/control
@@ -66,6 +66,19 @@ Description: High-level library and user-interface for Telepathy
  .
  This packet contains the empathy IM application and account manager.
 
+Package: empathy-dbg
+Architecture: any
+Depends: ${misc:Depends}, empathy (= ${binary:Version})
+Section: debug
+Description: High-level library and user-interface for Telepathy (debug symbols)
+ Instant messaging program supporting text, voice, video, file transfers
+ and inter-application communication over many different protocols,
+ including: AIM, MSN, Google Talk (Jabber/XMPP), Facebook, Yahoo!, Salut,
+ Gadu-Gadu, Groupwise, ICQ and QQ.
+ .
+ This packet contains debug symbols fro the empathy IM application and
+ account manager.
+
 Package: empathy-doc
 Architecture: all
 Section: doc
@@ -92,7 +105,6 @@ Description: High-level library and user-interface for Telepathy (library common
  .
  This packet contains common files for libempathy
 
-
 Package: libempathy30
 Architecture: any
 Section: libs
@@ -108,6 +120,18 @@ Description: High-level library and user-interface for Telepathy (low-level libr
  .
  This packages contains the low-level empathy library
 
+Package: libempathy30-dbg
+Architecture: any
+Section: debug
+Depends: ${misc:Depends}, libempathy30 (= ${binary:Version})
+Description: High-level library and user-interface for Telepathy (low-level debug symbols)
+ Instant messaging program supporting text, voice, video, file transfers
+ and inter-application communication over many different protocols,
+ including: AIM, MSN, Google Talk (Jabber/XMPP), Facebook, Yahoo!, Salut,
+ Gadu-Gadu, Groupwise, ICQ and QQ.
+ .
+ This packages contains the low-level empathy library debug symbols
+
 Package: libempathy-doc
 Architecture: all
 Section: doc
@@ -184,6 +208,19 @@ Description: High-level library and user-interface for Telepathy (GTK library)
  .
  This package contains a library of widgets for use in IM applications.
 
+Package: libempathy-gtk28-dbg
+Architecture: any
+Section: debug
+Depends: ${misc:Depends}, libempathy-gtk28 (= ${binary:Version})
+Description: High-level library and user-interface for Telepathy (GTK debug symbols)
+ Instant messaging program supporting text, voice, video, file transfers
+ and inter-application communication over many different protocols,
+ including: AIM, MSN, Google Talk (Jabber/XMPP), Facebook, Yahoo!, Salut,
+ Gadu-Gadu, Groupwise, ICQ and QQ.
+ .
+ This package contains the debug symbols for a library of widgets for use in IM
+ applications.
+
 Package: libempathy-gtk-dev
 Architecture: any
 Section: libdevel
diff --git a/debian/rules b/debian/rules
index 129c563..e76196f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,6 +23,10 @@ DEB_CONFIGURE_EXTRA_FLAGS := --enable-spell \
                              --enable-location \
                              --enable-map
 
+DEB_DBG_PACKAGE_empathy = empathy-dbg
+DEB_DBG_PACKAGE_libempathy30 = libempathy30-dbg
+DEB_DBG_PACKAGE_libempathy-gtk28 = libempathy-gtk28-dbg
+
 binary-install/python-empathy::
 	dh_pysupport -p$(cdbs_curpkg)
 

-- 
Empathy packaging



More information about the Pkg-telepathy-commits mailing list