[Pkg-voip-commits] r3817 - wengophone/trunk/debian

cavedon-guest at alioth.debian.org cavedon-guest at alioth.debian.org
Tue Jul 24 09:42:25 UTC 2007


Author: cavedon-guest
Date: 2007-07-24 09:42:25 +0000 (Tue, 24 Jul 2007)
New Revision: 3817

Modified:
   wengophone/trunk/debian/changelog
   wengophone/trunk/debian/control
   wengophone/trunk/debian/rules
Log:
Created wengophone-dbg package with debug symbols.


Modified: wengophone/trunk/debian/changelog
===================================================================
--- wengophone/trunk/debian/changelog	2007-07-24 08:27:10 UTC (rev 3816)
+++ wengophone/trunk/debian/changelog	2007-07-24 09:42:25 UTC (rev 3817)
@@ -11,8 +11,9 @@
     + generic/memory-dump-tmp-path.patch to create core dumps in /tmp
     + generic/memory-dump-fix-double-dump.patch to avoid creation of two
       core dumps
+  * Created wengophone-dbg package with debug symbols. 
 
- -- Ludovico Cavedon <cavedon at sssup.it>  Tue, 24 Jul 2007 10:24:44 +0200
+ -- Ludovico Cavedon <cavedon at sssup.it>  Tue, 24 Jul 2007 10:38:58 +0200
 
 wengophone (2.1.1.dfsg0-1) unstable; urgency=low
 

Modified: wengophone/trunk/debian/control
===================================================================
--- wengophone/trunk/debian/control	2007-07-24 08:27:10 UTC (rev 3816)
+++ wengophone/trunk/debian/control	2007-07-24 09:42:25 UTC (rev 3817)
@@ -31,3 +31,19 @@
  In conjunction with commercial services provided from Wengo 
  (http://www.wengo.fr), WengoPhone can be used to call regular PSTN 
  lines and/or send SMS messages to cell phones.
+
+Package: wengophone-dbg
+Architecture: any
+Depends: wengophone (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Description: SIP-based software telephone with video and chat features
+ WengoPhone is a Voice over IP application based on standard protocols
+ like SIP and RTP. It is also not easy to use as a provider-agnostic
+ SIP client. It enables voice, video and text chat between two
+ clients. Features include a contact list with presence and status,
+ call history and NAT traversal capability.
+ .
+ In conjunction with commercial services provided from Wengo 
+ (http://www.wengo.fr), WengoPhone can be used to call regular PSTN 
+ lines and/or send SMS messages to cell phones.
+ .
+ This package contains debug symbols, useful to debug wengophone.

Modified: wengophone/trunk/debian/rules
===================================================================
--- wengophone/trunk/debian/rules	2007-07-24 08:27:10 UTC (rev 3816)
+++ wengophone/trunk/debian/rules	2007-07-24 09:42:25 UTC (rev 3817)
@@ -4,6 +4,9 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 
+DEB_DESTDIR=$(CURDIR)/debian/wengophone
+DEB_DH_STRIP_ARGS := --dbg-package=wengophone
+
 DEB_INSTALL_MANPAGES_wengophone := $(CURDIR)/debian/qtwengophone.1
 DEB_CMAKE_EXTRA_FLAGS := -DQT_UIC_EXECUTABLE=/usr/bin/uic-qt4 \
 	-DCMAKE_BUILD_TYPE=RelWithDebInfo \




More information about the Pkg-voip-commits mailing list