[Pkg-telepathy-commits] ./packages/unstable/telepathy-mission-control r67: * New upstream version (4.54)

Laurent Bigonville bigon at bigon.be
Sat Feb 23 11:13:58 UTC 2008


------------------------------------------------------------
revno: 67
committer: Laurent Bigonville <bigon at bigon.be>
branch nick: telepathy-mission-control
timestamp: Mon 2008-01-14 16:50:24 +0100
message:
  * New upstream version (4.54)
  * Use /usr/lib/telepathy as libexecdir
modified:
  changelog
  libmissioncontrol-client0.symbols
  rules
-------------- next part --------------
=== modified file 'changelog'
--- a/changelog	2008-01-14 10:48:56 +0000
+++ b/changelog	2008-01-14 15:50:24 +0000
@@ -1,12 +1,13 @@
-telepathy-mission-control (4.53-1) UNRELEASED; urgency=low
+telepathy-mission-control (4.54-1) UNRELEASED; urgency=low
 
-  * New upstream version (4.53)
+  * New upstream version (4.54)
   * Add XS-Dm-Upload-Allowed: yes
   * Drop debian/patches/add_signals_to_proxy.patch: Applied upstream
   * Drop debian/patches/emit_presence_changed_on_status_changed.patch: Applied
     upstream
   * Drop debian/patches/mcd_copy_channel_type.patch: Applied upstream
   * Drop debian/patches/set_avatar_if_none_set.patch: Applied upstream
+  * Use /usr/lib/telepathy as libexecdir
 
  -- Laurent Bigonville <bigon at bigon.be>  Mon, 14 Jan 2008 11:20:07 +0100
 

=== modified file 'libmissioncontrol-client0.symbols'
--- a/libmissioncontrol-client0.symbols	2007-12-14 11:18:55 +0000
+++ b/libmissioncontrol-client0.symbols	2008-01-14 15:50:24 +0000
@@ -121,6 +121,8 @@
  mission_control_request_channel_with_string_handle_and_vcard_field at Base 4.37
  mission_control_set_presence at Base 4.37
  mission_control_signals_marshal_VOID__STRING_UINT at Base 4.37
+ mission_control_signals_marshal_VOID__UINT_STRING at Base 4.54
  mission_control_signals_marshal_VOID__UINT_STRING_UINT at Base 4.37
  mission_control_signals_marshal_VOID__UINT_UINT at Base 4.37
+ mission_control_signals_marshal_VOID__UINT_UINT_STRING_UINT_STRING at Base 4.54
  mission_control_signals_marshal_VOID__UINT_UINT_UINT_STRING at Base 4.37

=== modified file 'rules'
--- a/rules	2007-11-07 17:34:29 +0000
+++ b/rules	2008-01-14 15:50:24 +0000
@@ -14,6 +14,9 @@
 LIBMISSIONCONTROL_CLIENT_PKG := $(shell sed -n 's/^Package: \(libmissioncontrol-client[0-9]\+\)$$/\1/p' debian/control)
 LIBMISSIONCONTROL_SERVER_PKG := $(shell sed -n 's/^Package: \(libmissioncontrol-server[0-9]\+\)$$/\1/p' debian/control)
 
+# cdbs defaults to one subdirectory per source package, which is overkill for us
+DEB_CONFIGURE_LIBEXECDIR := "\$${prefix}/lib/telepathy"
+
 CLIENT_SHVER := 4.49
 DEB_DH_MAKESHLIBS_ARGS_$(LIBMISSIONCONTROL_CLIENT_PKG) += -V '$(LIBMISSIONCONTROL_CLIENT_PKG) (>= $(CLIENT_SHVER))'
 



More information about the Pkg-telepathy-commits mailing list