[Pkg-telepathy-commits] [SCM] Empathy packaging branch, debian, updated. debian/2.29.3-1-12-g7cbf4a1

Laurent Bigonville bigon at bigon.be
Tue Dec 22 23:22:12 UTC 2009


The following commit has been merged in the debian branch:
commit 6a29717b452d049befe559a8d04c02e56c6adebd
Author: Laurent Bigonville <bigon at bigon.be>
Date:   Sun Dec 6 19:32:41 2009 +0100

    Enable in-tree nautilus-sendto plugin

diff --git a/debian/changelog b/debian/changelog
index 6c38725..722d120 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
 empathy (2.29.4-1) UNRELEASED; urgency=low
 
   * New upstream release
+  * Enable in-tree nautilus-sendto plugin
 
- -- Laurent Bigonville <bigon at debian.org>  Tue, 22 Dec 2009 19:13:22 +0100
+ -- Laurent Bigonville <bigon at debian.org>  Tue, 22 Dec 2009 19:22:38 +0100
 
 empathy (2.28.2-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 129229c..9b6e113 100644
--- a/debian/control
+++ b/debian/control
@@ -38,7 +38,8 @@ Build-Depends: cdbs,
                libchamplain-gtk-0.4-dev (>= 0.4),
                libclutter-gtk-0.10-dev (>= 0.10),
                libgnome-keyring-dev (>= 2.22),
-               libunique-dev
+               libunique-dev,
+               nautilus-sendto (>= 2.28.1)
 Standards-Version: 3.8.3
 Vcs-Git: git://git.debian.org/git/pkg-telepathy/empathy.git
 Vcs-Browser: http://git.debian.org/?p=pkg-telepathy/empathy.git
@@ -59,7 +60,8 @@ Recommends: telepathy-gabble,
             geoclue-hostip [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386],
             geoclue-localnet [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386],
             geoclue-yahoo [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386],
-            geoclue-manual [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386]
+            geoclue-manual [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386],
+            nautilus-sendto-empathy
 Suggests: telepathy-haze,
           telepathy-butterfly
 Replaces: libempathy-gtk-common
@@ -98,5 +100,19 @@ Description: High-level library and user-interface for Telepathy (empathy common
  including: AIM, MSN, Google Talk (Jabber/XMPP), Facebook, Yahoo!, Salut,
  Gadu-Gadu, Groupwise, ICQ and QQ.
  .
- This package contains the architecture independent files for empathy 
+ This package contains the architecture independent files for Empathy
  IM application.
+
+Package: nautilus-sendto-empathy
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, empathy-common (= ${source:Version})
+Recommends: nautilus-sendto (>= 2.28.2-2)
+Replaces: nautilus-sendto (<< 2.28.2-2)
+Conflicts: nautilus-sendto (<< 2.28.2-2)
+Description: High-level library and user-interface for Telepathy (nautilus-sendto plugin)
+ 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 nautilus-sendto plugin for the Empathy IM application.
diff --git a/debian/nautilus-sendto-empathy.install b/debian/nautilus-sendto-empathy.install
new file mode 100644
index 0000000..a91c649
--- /dev/null
+++ b/debian/nautilus-sendto-empathy.install
@@ -0,0 +1 @@
+usr/lib/nautilus-sendto/plugins/libnstempathy.so
diff --git a/debian/rules b/debian/rules
index e91259a..edcc908 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +18,8 @@ DEB_CONFIGURE_EXTRA_FLAGS := --enable-spell \
                              --enable-python \
                              --disable-tests \
                              --enable-webkit \
-                             --enable-map
+                             --enable-map \
+                             --enable-nautilus-sendto
 
 DEB_DBG_PACKAGE_empathy = empathy-dbg
 

-- 
Empathy packaging



More information about the Pkg-telepathy-commits mailing list