[Pkg-voip-commits] r9832 - in /libexosip2/trunk/debian: changelog compat control libexosip2-7.install libexosip2-dev.install libexosip2-dev.lintian-overrides patches/series patches/spelling-error-in-manpage.patch

msp at alioth.debian.org msp at alioth.debian.org
Sun Jun 24 10:37:48 UTC 2012


Author: msp
Date: Sun Jun 24 10:37:48 2012
New Revision: 9832

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=9832
Log:
* Update Standards-Version: 3.9.3
* Fix spelling-error-in-manpage
* debian/compat -> 9 - multiarch & hardening

Added:
    libexosip2/trunk/debian/patches/spelling-error-in-manpage.patch
Modified:
    libexosip2/trunk/debian/changelog
    libexosip2/trunk/debian/compat
    libexosip2/trunk/debian/control
    libexosip2/trunk/debian/libexosip2-7.install
    libexosip2/trunk/debian/libexosip2-dev.install
    libexosip2/trunk/debian/libexosip2-dev.lintian-overrides
    libexosip2/trunk/debian/patches/series

Modified: libexosip2/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/libexosip2/trunk/debian/changelog?rev=9832&op=diff
==============================================================================
--- libexosip2/trunk/debian/changelog (original)
+++ libexosip2/trunk/debian/changelog Sun Jun 24 10:37:48 2012
@@ -1,9 +1,13 @@
 libexosip2 (3.6.0-4) UNRELEASED; urgency=low
 
   * NOT RELEASED YET
+
+  * Update Standards-Version: 3.9.3
   * Fix variable.diff quilt-patch-missing-description
   * Fix spelling-error-in-binary usr/bin/sip_reg-3.6.0 recieved received
   * Fix libexosip2-dev extended-description-is-probably-too-short
+  * Fix spelling-error-in-manpage
+  * debian/compat -> 9 - multiarch & hardening
 
  -- Mark Purcell <msp at debian.org>  Sun, 26 Feb 2012 21:54:29 +1100
 

Modified: libexosip2/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-voip/libexosip2/trunk/debian/compat?rev=9832&op=diff
==============================================================================
--- libexosip2/trunk/debian/compat (original)
+++ libexosip2/trunk/debian/compat Sun Jun 24 10:37:48 2012
@@ -1,1 +1,1 @@
-5
+9

Modified: libexosip2/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/libexosip2/trunk/debian/control?rev=9832&op=diff
==============================================================================
--- libexosip2/trunk/debian/control (original)
+++ libexosip2/trunk/debian/control Sun Jun 24 10:37:48 2012
@@ -2,10 +2,10 @@
 Priority: optional
 Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
 Uploaders: Mark Purcell <msp at debian.org>, Kilian Krause <kilian at debian.org>, Rene Mayorga <rmayorga at debian.org.sv>
-Build-Depends: debhelper (>= 7.0.50~), autotools-dev, libncurses5-dev, libosip2-dev (>= 3.6), dpkg-dev (>= 1.13.19), doxygen
+Build-Depends: debhelper (>= 9), autotools-dev, libncurses5-dev, libosip2-dev (>= 3.6), dpkg-dev (>= 1.13.19), doxygen
 Build-Conflicts: libssl-dev
 Section: libs
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
 Homepage: http://savannah.gnu.org/projects/exosip/
 Vcs-Svn: svn://svn.debian.org/pkg-voip/libexosip2/trunk/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-voip/libexosip2/?op=log
@@ -20,11 +20,12 @@
  telephony applications (endpoints or conference server) but might be
  also useful for any application that wish to establish sessions like
  multi-player games.
-
+ .
  Development files for the eXtended osip library
 
 Package: libexosip2-7
 Architecture: any
+Pre-Depends: ${misc:Pre-Depends} 
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: eXtended osip library
  Hides the complexity of using the SIP protocol for multimedia

Modified: libexosip2/trunk/debian/libexosip2-7.install
URL: http://svn.debian.org/wsvn/pkg-voip/libexosip2/trunk/debian/libexosip2-7.install?rev=9832&op=diff
==============================================================================
--- libexosip2/trunk/debian/libexosip2-7.install (original)
+++ libexosip2/trunk/debian/libexosip2-7.install Sun Jun 24 10:37:48 2012
@@ -1,2 +1,2 @@
-debian/tmp/usr/lib/lib*.so.*
-debian/tmp/usr/bin/*
+usr/lib/*/lib*.so.*
+usr/bin/*

Modified: libexosip2/trunk/debian/libexosip2-dev.install
URL: http://svn.debian.org/wsvn/pkg-voip/libexosip2/trunk/debian/libexosip2-dev.install?rev=9832&op=diff
==============================================================================
--- libexosip2/trunk/debian/libexosip2-dev.install (original)
+++ libexosip2/trunk/debian/libexosip2-dev.install Sun Jun 24 10:37:48 2012
@@ -1,4 +1,4 @@
-debian/tmp/usr/include/*
-debian/tmp/usr/lib/lib*.a
-debian/tmp/usr/lib/lib*.so
-debian/tmp/usr/lib/*.la
+usr/include/*
+usr/lib/*/lib*.a
+usr/lib/*/lib*.so
+usr/lib/*/*.la

Modified: libexosip2/trunk/debian/libexosip2-dev.lintian-overrides
URL: http://svn.debian.org/wsvn/pkg-voip/libexosip2/trunk/debian/libexosip2-dev.lintian-overrides?rev=9832&op=diff
==============================================================================
--- libexosip2/trunk/debian/libexosip2-dev.lintian-overrides (original)
+++ libexosip2/trunk/debian/libexosip2-dev.lintian-overrides Sun Jun 24 10:37:48 2012
@@ -1,3 +1,3 @@
 # override doxygen issues
 libexosip2-dev: manpage-has-bad-whatis-entry
-
+libexosip2-dev: hyphen-used-as-minus-sign

Modified: libexosip2/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-voip/libexosip2/trunk/debian/patches/series?rev=9832&op=diff
==============================================================================
--- libexosip2/trunk/debian/patches/series (original)
+++ libexosip2/trunk/debian/patches/series Sun Jun 24 10:37:48 2012
@@ -1,2 +1,3 @@
+spelling-error-in-manpage.patch
 spelling-error-in-binary.patch
 variable.diff

Added: libexosip2/trunk/debian/patches/spelling-error-in-manpage.patch
URL: http://svn.debian.org/wsvn/pkg-voip/libexosip2/trunk/debian/patches/spelling-error-in-manpage.patch?rev=9832&op=file
==============================================================================
--- libexosip2/trunk/debian/patches/spelling-error-in-manpage.patch (added)
+++ libexosip2/trunk/debian/patches/spelling-error-in-manpage.patch Sun Jun 24 10:37:48 2012
@@ -1,0 +1,105 @@
+Description: spelling-error-in-manpage
+Bug-Debian: http://lintian.debian.org/tags/spelling-error-in-manpage.html
+
+Index: libexosip2-3.6.0/ChangeLog
+===================================================================
+--- libexosip2-3.6.0.orig/ChangeLog	2011-10-06 01:35:05.000000000 +1100
++++ libexosip2-3.6.0/ChangeLog	2012-06-24 20:23:56.000000000 +1000
+@@ -1,5 +1,5 @@
+ eXosip2 (3.6.0)
+-	* use optionnal c-ares DNS library for non blocking DNS access
++	* use optional c-ares DNS library for non blocking DNS access
+ 	  as well as improvments over DNS operation such as NAPTR and
+ 	  SRV records.
+ 	* again, so many minor change/fix/improvments, sorry for not
+@@ -15,7 +15,7 @@
+ eXosip2 (3.4.0)
+ 	* modification to allow using "windows certificate store" for TLS.
+ 	* handle keep alive for TCP/TLS.
+-	* fix when receiving additionnal CRLF on reliable transport.
++	* fix when receiving additional CRLF on reliable transport.
+ 	* modification to allow non-blocking socket for reliable transport. (TLS/TCP)
+ 	* fix tag issue with application where tag is missing.
+ 	* fix compilation for mingw
+Index: libexosip2-3.6.0/help/doxygen/doxygen.dox.in
+===================================================================
+--- libexosip2-3.6.0.orig/help/doxygen/doxygen.dox.in	2010-01-07 01:57:57.000000000 +1100
++++ libexosip2-3.6.0/help/doxygen/doxygen.dox.in	2012-06-24 20:25:42.000000000 +1000
+@@ -40,14 +40,14 @@
+  *
+  * SIP is an IP telephony protocol made by the IETF.
+  * It is an effort to create a simple (telephony is never
+- * simple) and powerfull protocol for next generation
++ * simple) and powerful protocol for next generation
+  * telephony systems.
+  *
+  * @section what_features SIP features
+  *
+  * SIP is not just about telephony. It's much more
+  * that what you expect from phones. SIP means mobility,
+- * video, textual call informations, file exchange,
++ * video, textual call information, file exchange,
+  * instant messaging, presence support and much more!
+  *
+  * @section what_freesoftware eXosip2 is free software
+Index: libexosip2-3.6.0/include/eXosip2/eX_setup.h
+===================================================================
+--- libexosip2-3.6.0.orig/include/eXosip2/eX_setup.h	2011-09-28 09:56:28.000000000 +1000
++++ libexosip2-3.6.0/include/eXosip2/eX_setup.h	2012-06-24 20:22:04.000000000 +1000
+@@ -60,7 +60,7 @@
+   int eXosip_init (void);
+ 
+ /**
+- * Release ressource used by the eXtented oSIP library.
++ * Release resource used by the eXtented oSIP library.
+  * 
+  */
+   void eXosip_quit (void);
+@@ -219,7 +219,7 @@
+ /**
+  * Use IPv6 instead of IPv4.
+  * 
+- * @param ipv6_enable  This paramter should be set to 1 to enable IPv6 mode.
++ * @param ipv6_enable  This parameter should be set to 1 to enable IPv6 mode.
+  */
+   void eXosip_enable_ipv6 (int ipv6_enable);
+ 
+Index: libexosip2-3.6.0/include/eXosip2/eXosip.h
+===================================================================
+--- libexosip2-3.6.0.orig/include/eXosip2/eXosip.h	2011-04-28 23:45:33.000000000 +1000
++++ libexosip2-3.6.0/include/eXosip2/eXosip.h	2012-06-24 20:23:21.000000000 +1000
+@@ -361,7 +361,7 @@
+   };
+ 
+ /**
+- * Free ressource in an eXosip event.
++ * Free resource in an eXosip event.
+  * 
+  * @param je    event to work on.
+  */
+Index: libexosip2-3.6.0/src/eXcall_api.c
+===================================================================
+--- libexosip2-3.6.0.orig/src/eXcall_api.c	2011-09-28 09:56:28.000000000 +1000
++++ libexosip2-3.6.0/src/eXcall_api.c	2012-06-24 20:21:08.000000000 +1000
+@@ -1377,7 +1377,7 @@
+ 			osip_free(exp_h->element);
+ 			exp_h->element = osip_strdup(min_se_h->element);
+ 
+-			/* rebuild session-expires with new value/same paramters */
++			/* rebuild session-expires with new value/same parameters */
+ 			osip_free(exp->hvalue);
+ 			exp->hvalue = NULL;
+ 			osip_content_disposition_to_str(exp_h, &exp->hvalue);
+Index: libexosip2-3.6.0/src/eXosip2.h
+===================================================================
+--- libexosip2-3.6.0.orig/src/eXosip2.h	2011-10-06 01:27:09.000000000 +1100
++++ libexosip2-3.6.0/src/eXosip2.h	2012-06-24 20:24:48.000000000 +1000
+@@ -480,7 +480,7 @@
+ /**
+  * Prepare addrinfo for socket binding and resolv hostname
+  * 
+- * @param addrinfo  informations about the connections
++ * @param addrinfo  information about the connections
+  * @param hostname  hostname to resolv.
+  * @param service   port number or "sip" SRV record if service=0
+  */




More information about the Pkg-voip-commits mailing list