[Pkg-voip-commits] r9839 - in /libss7/trunk/debian: changelog compat control patches/series patches/spelling-error-in-binary.patch

msp at alioth.debian.org msp at alioth.debian.org
Sun Jun 24 11:50:20 UTC 2012


Author: msp
Date: Sun Jun 24 11:50:20 2012
New Revision: 9839

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=9839
Log:
* wheezey polish
* Update Standards-Version: 3.9.3 - no changes
* debian/compat -> 9 hardening & multiarch
* Update Description - fixes extended-description-is-probably-too-short
* Fix spelling-error-in-binary usr/lib/libss7.so.1.0 requried required

Added:
    libss7/trunk/debian/patches/spelling-error-in-binary.patch
Modified:
    libss7/trunk/debian/changelog
    libss7/trunk/debian/compat
    libss7/trunk/debian/control
    libss7/trunk/debian/patches/series

Modified: libss7/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/libss7/trunk/debian/changelog?rev=9839&op=diff
==============================================================================
--- libss7/trunk/debian/changelog (original)
+++ libss7/trunk/debian/changelog Sun Jun 24 11:50:20 2012
@@ -1,3 +1,13 @@
+libss7 (1.0.2-3) unstable; urgency=low
+
+  * wheezey polish
+  * Update Standards-Version: 3.9.3 - no changes
+  * debian/compat -> 9 hardening & multiarch
+  * Update Description - fixes extended-description-is-probably-too-short
+  * Fix spelling-error-in-binary usr/lib/libss7.so.1.0 requried required
+
+ -- Mark Purcell <msp at debian.org>  Sun, 24 Jun 2012 21:50:00 +1000
+
 libss7 (1.0.2-2) unstable; urgency=low
 
   [ Kilian Krause ]

Modified: libss7/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-voip/libss7/trunk/debian/compat?rev=9839&op=diff
==============================================================================
--- libss7/trunk/debian/compat (original)
+++ libss7/trunk/debian/compat Sun Jun 24 11:50:20 2012
@@ -1,1 +1,1 @@
-7
+9

Modified: libss7/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/libss7/trunk/debian/control?rev=9839&op=diff
==============================================================================
--- libss7/trunk/debian/control (original)
+++ libss7/trunk/debian/control Sun Jun 24 11:50:20 2012
@@ -3,9 +3,9 @@
 Section: libs
 Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
 Uploaders: Tzafrir Cohen <tzafrir at debian.org>, Mark Purcell <msp at debian.org>, Kilian Krause <kilian at debian.org>
-Build-Depends: debhelper (>= 8)
-Standards-Version: 3.9.2
-Homepage: http://www.asterisk.org/
+Build-Depends: debhelper (>= 9)
+Standards-Version: 3.9.3
+Homepage: http://downloads.asterisk.org/pub/telephony/libss7/
 Vcs-Svn: svn://svn.debian.org/pkg-voip/libss7/trunk/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-voip/libss7/?op=log
 
@@ -14,6 +14,13 @@
 Architecture: any
 Depends: ${misc:Depends}, libss7-1 (= ${binary:Version})
 Description: Signalling System 7 (ss7) development files
+ A userspace library that provids SS7 protocol services to applications.
+ It has a working MTP2, MTP3, and ISUP for ITU and ANSI style SS7, however
+ it was written in a manner that will easily allow support for other various
+ national specific variants in the future.  For a working reference
+ implementation, see the various link test programs, as well as the Asterisk
+ Open Source PBX.
+ .
  Development files for the C implementation of the Signalling System 7 
  (ss7) telephony protocol.
  
@@ -21,6 +28,13 @@
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Signalling System 7 (ss7) library
+ A userspace library that provids SS7 protocol services to applications.
+ It has a working MTP2, MTP3, and ISUP for ITU and ANSI style SS7, however
+ it was written in a manner that will easily allow support for other various
+ national specific variants in the future.  For a working reference
+ implementation, see the various link test programs, as well as the Asterisk
+ Open Source PBX.
+ .
  C implementation of the Signalling System 7 (ss7) telephony protocol.
  
 Package: libss7-dbg
@@ -29,5 +43,12 @@
 Architecture: any
 Depends: ${misc:Depends}, libss7-1 (= ${binary:Version})
 Description: Signalling System 7 (ss7) debugging symbols
+ A userspace library that provids SS7 protocol services to applications.
+ It has a working MTP2, MTP3, and ISUP for ITU and ANSI style SS7, however
+ it was written in a manner that will easily allow support for other various
+ national specific variants in the future.  For a working reference
+ implementation, see the various link test programs, as well as the Asterisk
+ Open Source PBX.
+ .
  Debug symbols for the C implementation of the Signalling System 7 
  (ss7) telephony protocol.

Modified: libss7/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-voip/libss7/trunk/debian/patches/series?rev=9839&op=diff
==============================================================================
--- libss7/trunk/debian/patches/series (original)
+++ libss7/trunk/debian/patches/series Sun Jun 24 11:50:20 2012
@@ -1,2 +1,3 @@
+spelling-error-in-binary.patch
 ldconfig
 gcc46

Added: libss7/trunk/debian/patches/spelling-error-in-binary.patch
URL: http://svn.debian.org/wsvn/pkg-voip/libss7/trunk/debian/patches/spelling-error-in-binary.patch?rev=9839&op=file
==============================================================================
--- libss7/trunk/debian/patches/spelling-error-in-binary.patch (added)
+++ libss7/trunk/debian/patches/spelling-error-in-binary.patch Sun Jun 24 11:50:20 2012
@@ -1,0 +1,16 @@
+Description: spelling-error-in-binary usr/lib/libss7.so.1.0 requried required
+Bug-Debian: http://lintian.debian.org/tags/spelling-error-in-binary.html
+
+Index: libss7-1.0.2/isup.c
+===================================================================
+--- libss7-1.0.2.orig/isup.c	2008-08-10 02:54:23.000000000 +1000
++++ libss7-1.0.2/isup.c	2012-06-24 21:33:45.000000000 +1000
+@@ -407,7 +407,7 @@
+ 			hg_str = "ISDN user part not preferred all the way";
+ 			break;
+ 		case 2:
+-			hg_str = "ISDN user part requried all the way";
++			hg_str = "ISDN user part required all the way";
+ 			break;
+ 		case 3:
+ 			hg_str = "spare";




More information about the Pkg-voip-commits mailing list