[Pkg-voip-commits] r10061 - in /yate/trunk/debian: changelog control patches/menu-item-creates-new-root-section.diff patches/series rules

msp at alioth.debian.org msp at alioth.debian.org
Fri Dec 28 06:19:28 UTC 2012


Author: msp
Date: Fri Dec 28 06:19:27 2012
New Revision: 10061

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=10061
Log:
* Added menu-item-creates-new-root-section.diff
* debian/rules added dh_install -XCOPYING -XChangeLog

Added:
    yate/trunk/debian/patches/menu-item-creates-new-root-section.diff
Modified:
    yate/trunk/debian/changelog
    yate/trunk/debian/control
    yate/trunk/debian/patches/series
    yate/trunk/debian/rules

Modified: yate/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/yate/trunk/debian/changelog?rev=10061&op=diff
==============================================================================
--- yate/trunk/debian/changelog (original)
+++ yate/trunk/debian/changelog Fri Dec 28 06:19:27 2012
@@ -1,14 +1,14 @@
-yate (4.3.0-1~dfsg-1) UNRELEASED; urgency=low
-
-  * NOT RELEASED YET
+yate (4.3.0-1~dfsg-1) experimental; urgency=low
 
   * New upstream release
     - SIP flood protection
     - Better Jabber/Google Voice support
     - Fixed SIGTRAN links fluctuations
   * NEW package libyate4.3.0 - match soname
-
- -- Mark Purcell <msp at debian.org>  Fri, 28 Dec 2012 08:23:56 +1100
+  * Added menu-item-creates-new-root-section.diff
+  * debian/rules added dh_install -XCOPYING -XChangeLog
+
+ -- Mark Purcell <msp at debian.org>  Fri, 28 Dec 2012 17:16:58 +1100
 
 yate (4.2.0-2~dfsg-1) experimental; urgency=low
 

Modified: yate/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/yate/trunk/debian/control?rev=10061&op=diff
==============================================================================
--- yate/trunk/debian/control (original)
+++ yate/trunk/debian/control Fri Dec 28 06:19:27 2012
@@ -125,8 +125,18 @@
  performs well enough to deal with PBX requirements and also flexible
  enough for complex Gateway and IVR solutions.
  .
- YateClient uses the same telephony code to produce a software desktop VoIP
- (SIP, H.323, IAX2) phone. yate-qt4 uses this to provide such a telephony
+ YateClient is an Instant Messenger and a SoftPhone.
+ .
+ Supported Instant Messaging Providers
+  Google talk/Google Voice
+  Facebook chat
+  jabber.org
+ .
+ Supported Telephony Protocols
+  Jingle/ Google Talk/ XMPP
+  Session Initiation Protocol (SIP)
+  Packet-based multimedia communications systems (H.323)
+  Inter-Asterisk eXchange protocol (IAX)
 
 Package: yate-alsa
 Architecture: linux-any

Added: yate/trunk/debian/patches/menu-item-creates-new-root-section.diff
URL: http://svn.debian.org/wsvn/pkg-voip/yate/trunk/debian/patches/menu-item-creates-new-root-section.diff?rev=10061&op=file
==============================================================================
--- yate/trunk/debian/patches/menu-item-creates-new-root-section.diff (added)
+++ yate/trunk/debian/patches/menu-item-creates-new-root-section.diff Fri Dec 28 06:19:27 2012
@@ -1,0 +1,19 @@
+Description: menu-item-creates-new-root-section
+N:    The menu item has a line that specifies a new section to put a menu entry in,
+N:    and this section appears right in the root menu. This is almost certainly an
+N:    error. No new sections should be added to the root menu without discussion with
+N:    the author of menu.
+W: yate-qt4: unquoted-string-in-menu-item usr/lib/menu/yate-qt4.menu needs:1
+N: 
+N:    The menu item includes a tag with an unquoted string like section=Games
+N:    instead of section="Games". This is deprecated. Use a quoted string
+N:    instead.
+
+
+Index: yate-4.3.0-1~dfsg/clients/yate-qt4.menu
+===================================================================
+--- yate-4.3.0-1~dfsg.orig/clients/yate-qt4.menu	2010-12-20 20:31:08.000000000 +1100
++++ yate-4.3.0-1~dfsg/clients/yate-qt4.menu	2012-12-28 09:55:58.000000000 +1100
+@@ -1 +1 @@
+-?package(yate-client):	needs=X11	section="Internet"	title="Yate VoIP Client"	longtitle="VoIP soft phone based on Qt"	command="/usr/bin/yate-qt4"	icon="null_team-32.png"
++?package(yate-qt4):needs="x11"	section="Applications/Network/Communication"	title="Yate VoIP Client"	longtitle="VoIP soft phone based on Qt"	command="/usr/bin/yate-qt4"	icon="null_team-32.png"

Modified: yate/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-voip/yate/trunk/debian/patches/series?rev=10061&op=diff
==============================================================================
--- yate/trunk/debian/patches/series (original)
+++ yate/trunk/debian/patches/series Fri Dec 28 06:19:27 2012
@@ -1,3 +1,4 @@
+menu-item-creates-new-root-section.diff
 warning-unknown-architecture.patch
 0001-Fix-parallel-make-v2.patch
 0002-Compile-daemon-as-PIE.patch

Modified: yate/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/yate/trunk/debian/rules?rev=10061&op=diff
==============================================================================
--- yate/trunk/debian/rules (original)
+++ yate/trunk/debian/rules Fri Dec 28 06:19:27 2012
@@ -27,6 +27,9 @@
 
 override_dh_auto_test:
 
+override_dh_install:
+	dh_install -XCOPYING -XChangeLog --list-missing
+
 get-orig-source:
 	@@dh_testdir
 	@@[ -d ../tarballs/. ]||mkdir -p ../tarballs




More information about the Pkg-voip-commits mailing list