[Pkg-voip-commits] r8927 - in /sip-tester/trunk/debian: changelog patches/series patches/spelling-error-in-binary

pabelanger-guest at alioth.debian.org pabelanger-guest at alioth.debian.org
Mon May 2 21:03:19 UTC 2011


Author: pabelanger-guest
Date: Mon May  2 21:03:13 2011
New Revision: 8927

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=8927
Log:
Fix lintian warning

Added:
    sip-tester/trunk/debian/patches/spelling-error-in-binary
Modified:
    sip-tester/trunk/debian/changelog
    sip-tester/trunk/debian/patches/series

Modified: sip-tester/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/sip-tester/trunk/debian/changelog?rev=8927&op=diff
==============================================================================
--- sip-tester/trunk/debian/changelog (original)
+++ sip-tester/trunk/debian/changelog Mon May  2 21:03:13 2011
@@ -1,11 +1,12 @@
-sip-tester (1:3.2-1) UNRELEASED; urgency=low
+sip-tester (1:3.2-1ubuntu1) UNRELEASED; urgency=low
 
   * New Upstream Release (Closes: #623915).
   * Switch to dpkg-source 3.0 (quilt) format
   * Building with PCAP play.
   * Switch back to Debhelper.
+  * debian/patches/spelling-error-in-binary: Fix lintian warning
 
- -- Paul Belanger <pabelanger at digium.com>  Mon, 02 May 2011 16:36:17 -0400
+ -- Paul Belanger <pabelanger at digium.com>  Mon, 02 May 2011 17:02:09 -0400
 
 sip-tester (1:3.1-3) unstable; urgency=low
 

Modified: sip-tester/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-voip/sip-tester/trunk/debian/patches/series?rev=8927&op=diff
==============================================================================
--- sip-tester/trunk/debian/patches/series (original)
+++ sip-tester/trunk/debian/patches/series Mon May  2 21:03:13 2011
@@ -2,3 +2,4 @@
 include-limits.patch
 Makefile.patch
 sipp.hpp.patch
+spelling-error-in-binary

Added: sip-tester/trunk/debian/patches/spelling-error-in-binary
URL: http://svn.debian.org/wsvn/pkg-voip/sip-tester/trunk/debian/patches/spelling-error-in-binary?rev=8927&op=file
==============================================================================
--- sip-tester/trunk/debian/patches/spelling-error-in-binary (added)
+++ sip-tester/trunk/debian/patches/spelling-error-in-binary Mon May  2 21:03:13 2011
@@ -1,0 +1,40 @@
+--- a/scenario.cpp
++++ b/scenario.cpp
+@@ -850,7 +850,7 @@ scenario::scenario(char * filename, int 
+ 	}
+ 
+ 	if ((ptr = xp_get_value("response_txn"))) {
+-	  ERROR("response_txn can only be used for recieved messages.");
++	  ERROR("response_txn can only be used for received messages.");
+ 	}
+ 
+ 	curmsg -> retrans_delay = xp_get_long("retrans", "retransmission timer", 0);
+@@ -871,7 +871,7 @@ scenario::scenario(char * filename, int 
+         if((ptr = xp_get_value((char *)"request"))) {
+           curmsg -> recv_request = strdup(ptr);
+ 	  if ((ptr = xp_get_value("response_txn"))) {
+-	    ERROR("response_txn can only be used for recieved responses.");
++	    ERROR("response_txn can only be used for received responses.");
+ 	  }
+         }
+ 
+@@ -2033,7 +2033,7 @@ char * default_scenario [] = {
+ "  <!-- are also discarded.                                              -->\n"
+ "  <!--                                                                  -->\n"
+ "  <!-- If the specified header was present several times in the         -->\n"
+-"  <!-- message, all occurences are concatenated (CRLF seperated)        -->\n"
++"  <!-- message, all occurences are concatenated (CRLF separated)        -->\n"
+ "  <!-- to be used in place of the '[last_*]' keyword.                   -->\n"
+ "\n"
+ "  <send>\n"
+--- a/deadcall.cpp
++++ b/deadcall.cpp
+@@ -74,7 +74,7 @@ bool deadcall::process_incoming(char * m
+   WARNING("%s, received '%s'", buffer, msg);
+ 
+   TRACE_MSG("-----------------------------------------------\n"
+-             "Dead call %s recieved a %s message:\n\n%s\n",
++             "Dead call %s received a %s message:\n\n%s\n",
+ 	     id, TRANSPORT_TO_STRING(transport), msg);
+ 
+   expiration = clock_tick + deadcall_wait;




More information about the Pkg-voip-commits mailing list