[Pkg-voip-commits] r9827 - in /libcommoncpp2/trunk/debian: ./ patches/

msp at alioth.debian.org msp at alioth.debian.org
Sat Jun 23 06:08:03 UTC 2012


Author: msp
Date: Sat Jun 23 06:08:01 2012
New Revision: 9827

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=9827
Log:
* wheezey polish
* Update Standards Version 3.9.3
* debian/compat -> 9 hardening and multiarch
* Added spelling-error-in-manpage.patch
* minor lintian cleanups

Added:
    libcommoncpp2/trunk/debian/libcommoncpp2-doc.doc-base
    libcommoncpp2/trunk/debian/patches/spelling-error-in-manpage.patch
Modified:
    libcommoncpp2/trunk/debian/changelog
    libcommoncpp2/trunk/debian/compat
    libcommoncpp2/trunk/debian/control
    libcommoncpp2/trunk/debian/copyright
    libcommoncpp2/trunk/debian/libccgnu2-1.8-0.install
    libcommoncpp2/trunk/debian/libcommoncpp2-dev.install
    libcommoncpp2/trunk/debian/patches/applog-inc-fcntl.patch
    libcommoncpp2/trunk/debian/patches/caddr.diff
    libcommoncpp2/trunk/debian/patches/series
    libcommoncpp2/trunk/debian/rules

Modified: libcommoncpp2/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/libcommoncpp2/trunk/debian/changelog?rev=9827&op=diff
==============================================================================
--- libcommoncpp2/trunk/debian/changelog (original)
+++ libcommoncpp2/trunk/debian/changelog Sat Jun 23 06:08:01 2012
@@ -1,3 +1,14 @@
+libcommoncpp2 (1.8.1-5) unstable; urgency=low
+
+  * wheezey polish
+
+  * Update Standards Version 3.9.3
+  * debian/compat -> 9 hardening and multiarch
+  * Added spelling-error-in-manpage.patch
+  * minor lintian cleanups
+
+ -- Mark Purcell <msp at debian.org>  Sat, 23 Jun 2012 16:02:03 +1000
+
 libcommoncpp2 (1.8.1-4) unstable; urgency=low
 
   * Fix "FTBFS on kfreebsd-*: sys/kern/types.h:87:17: error: expected

Modified: libcommoncpp2/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-voip/libcommoncpp2/trunk/debian/compat?rev=9827&op=diff
==============================================================================
--- libcommoncpp2/trunk/debian/compat (original)
+++ libcommoncpp2/trunk/debian/compat Sat Jun 23 06:08:01 2012
@@ -1,1 +1,1 @@
-7
+9

Modified: libcommoncpp2/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/libcommoncpp2/trunk/debian/control?rev=9827&op=diff
==============================================================================
--- libcommoncpp2/trunk/debian/control (original)
+++ libcommoncpp2/trunk/debian/control Sat Jun 23 06:08:01 2012
@@ -3,9 +3,9 @@
 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>
-Build-Depends: debhelper (>= 7), dpkg-dev (>= 1.13.19), autotools-dev, doxygen,
+Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.13.19), autotools-dev, doxygen,
  libxml2-dev, zlib1g-dev, libgnutls-dev, libgcrypt11-dev | libgcrypt-dev
-Standards-Version: 3.8.4
+Standards-Version: 3.9.3
 Homepage: http://www.gnu.org/software/commoncpp/
 Vcs-Svn: svn://svn.debian.org/pkg-voip/libcommoncpp2/trunk/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-voip/libcommoncpp2/?op=log
@@ -29,7 +29,9 @@
 Package: libccgnu2-1.8-0
 Section: libs
 Architecture: any
+Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends}, ${misc:Depends}
+Multi-Arch: same
 Description: GNU package for creating portable C++ programs
  Common C++ "2" is a GNU package which offers portable "abstraction"
  of system services such as threads, networks, and sockets.  Common

Modified: libcommoncpp2/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-voip/libcommoncpp2/trunk/debian/copyright?rev=9827&op=diff
==============================================================================
--- libcommoncpp2/trunk/debian/copyright (original)
+++ libcommoncpp2/trunk/debian/copyright Sat Jun 23 06:08:01 2012
@@ -65,10 +65,10 @@
 // If you do not wish that, delete this exception notice.
 
 On Debian systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL'.
+Public License can be found in `/usr/share/common-licenses/GPL-2'.
 
 The Debian packaging is (Copyright) 2002-2008, Mark Purcell <msp at debian.org> and
-is licensed under the GPL, see above.
+is licensed under the GPL-2, see above.
 
 Other Portions:
 

Modified: libcommoncpp2/trunk/debian/libccgnu2-1.8-0.install
URL: http://svn.debian.org/wsvn/pkg-voip/libcommoncpp2/trunk/debian/libccgnu2-1.8-0.install?rev=9827&op=diff
==============================================================================
--- libcommoncpp2/trunk/debian/libccgnu2-1.8-0.install (original)
+++ libcommoncpp2/trunk/debian/libccgnu2-1.8-0.install Sat Jun 23 06:08:01 2012
@@ -1,1 +1,1 @@
-usr/lib/lib*.so.*
+usr/lib/*/lib*.so.*

Modified: libcommoncpp2/trunk/debian/libcommoncpp2-dev.install
URL: http://svn.debian.org/wsvn/pkg-voip/libcommoncpp2/trunk/debian/libcommoncpp2-dev.install?rev=9827&op=diff
==============================================================================
--- libcommoncpp2/trunk/debian/libcommoncpp2-dev.install (original)
+++ libcommoncpp2/trunk/debian/libcommoncpp2-dev.install Sat Jun 23 06:08:01 2012
@@ -1,7 +1,7 @@
 usr/include/*
-usr/lib/lib*.a
-usr/lib/lib*.so
-usr/lib/lib*.la
+usr/lib/*/lib*.a
+usr/lib/*/lib*.so
+usr/lib/*/lib*.la
 usr/bin/*
 usr/share/aclocal/*
-usr/lib/pkgconfig/*
+usr/lib/*/pkgconfig/*

Added: libcommoncpp2/trunk/debian/libcommoncpp2-doc.doc-base
URL: http://svn.debian.org/wsvn/pkg-voip/libcommoncpp2/trunk/debian/libcommoncpp2-doc.doc-base?rev=9827&op=file
==============================================================================
--- libcommoncpp2/trunk/debian/libcommoncpp2-doc.doc-base (added)
+++ libcommoncpp2/trunk/debian/libcommoncpp2-doc.doc-base Sat Jun 23 06:08:01 2012
@@ -1,0 +1,9 @@
+Document: libccommon2-doc
+Title: CCcommon2 Library Reference
+Abstract: CCcommon2 library reference documents are generated by parsing the source
+ with doxygen, which generates the most current API reference documentation.
+Section: Programming/C++
+
+Format: HTML
+Index: /usr/share/doc/libcommoncpp2-doc/html/index.html
+Files: /usr/share/doc/libcommoncpp2-doc/html/*.html

Modified: libcommoncpp2/trunk/debian/patches/applog-inc-fcntl.patch
URL: http://svn.debian.org/wsvn/pkg-voip/libcommoncpp2/trunk/debian/patches/applog-inc-fcntl.patch?rev=9827&op=diff
==============================================================================
--- libcommoncpp2/trunk/debian/patches/applog-inc-fcntl.patch (original)
+++ libcommoncpp2/trunk/debian/patches/applog-inc-fcntl.patch Sat Jun 23 06:08:01 2012
@@ -1,3 +1,5 @@
+Description: Fix gcc-4.7 FTBFS
+
 Index: libcommoncpp2-1.8.1/src/applog.cpp
 ===================================================================
 --- libcommoncpp2-1.8.1.orig/src/applog.cpp	2010-11-01 10:11:55.000000000 +1100

Modified: libcommoncpp2/trunk/debian/patches/caddr.diff
URL: http://svn.debian.org/wsvn/pkg-voip/libcommoncpp2/trunk/debian/patches/caddr.diff?rev=9827&op=diff
==============================================================================
--- libcommoncpp2/trunk/debian/patches/caddr.diff (original)
+++ libcommoncpp2/trunk/debian/patches/caddr.diff Sat Jun 23 06:08:01 2012
@@ -1,3 +1,5 @@
+Description: include <sys/types.h>
+
 --- a/inc/cc++/file.h
 +++ b/inc/cc++/file.h
 @@ -93,10 +93,7 @@

Modified: libcommoncpp2/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-voip/libcommoncpp2/trunk/debian/patches/series?rev=9827&op=diff
==============================================================================
--- libcommoncpp2/trunk/debian/patches/series (original)
+++ libcommoncpp2/trunk/debian/patches/series Sat Jun 23 06:08:01 2012
@@ -1,3 +1,4 @@
+spelling-error-in-manpage.patch
 applog-inc-fcntl.patch
 cleaning_doc.dpatch
 fix_ciddr_ftbfs.dpatch

Added: libcommoncpp2/trunk/debian/patches/spelling-error-in-manpage.patch
URL: http://svn.debian.org/wsvn/pkg-voip/libcommoncpp2/trunk/debian/patches/spelling-error-in-manpage.patch?rev=9827&op=file
==============================================================================
--- libcommoncpp2/trunk/debian/patches/spelling-error-in-manpage.patch (added)
+++ libcommoncpp2/trunk/debian/patches/spelling-error-in-manpage.patch Sat Jun 23 06:08:01 2012
@@ -1,0 +1,76 @@
+Description: spelling-error-in-manpage
+
+Index: libcommoncpp2-1.8.1/inc/cc++/address.h
+===================================================================
+--- libcommoncpp2-1.8.1.orig/inc/cc++/address.h	2010-11-01 09:22:45.000000000 +1100
++++ libcommoncpp2-1.8.1/inc/cc++/address.h	2012-06-23 15:59:12.000000000 +1000
+@@ -510,7 +510,7 @@
+ /**
+  * Internet addresses used specifically as masking addresses (such as "
+  * 255.255.255.0") are held in the IPV4Mask derived object.  The
+- * seperate class is used so that C++ type casting can automatically
++ * separate class is used so that C++ type casting can automatically
+  * determine when an IPV4Address object is really a mask address object
+  * rather than simply using the base class.  This also allows manipulative
+  * operators for address masking to operate only when presented with a
+@@ -904,7 +904,7 @@
+ /**
+  * Internet addresses used specifically as masking addresses (such as "
+  * 255.255.255.0") are held in the IPV6Mask derived object.  The
+- * seperate class is used so that C++ type casting can automatically
++ * separate class is used so that C++ type casting can automatically
+  * determine when an IPV6Address object is really a mask address object
+  * rather than simply using the base class.  This also allows manipulative
+  * operators for address masking to operate only when presented with a
+Index: libcommoncpp2-1.8.1/inc/cc++/file.h
+===================================================================
+--- libcommoncpp2-1.8.1.orig/inc/cc++/file.h	2010-11-01 09:32:15.000000000 +1100
++++ libcommoncpp2-1.8.1/inc/cc++/file.h	2012-06-23 15:59:51.000000000 +1000
+@@ -757,7 +757,7 @@
+ public:
+     /**
+      * Open a file for mapping.  More than one segment of a file
+-     * may be mapped into seperate regions of memory.
++     * may be mapped into separate regions of memory.
+      *
+      * @param fname file name to access for mapping.
+      * @param mode  access mode to map file.
+Index: libcommoncpp2-1.8.1/inc/cc++/socket.h
+===================================================================
+--- libcommoncpp2-1.8.1.orig/inc/cc++/socket.h	2010-11-01 09:47:54.000000000 +1100
++++ libcommoncpp2-1.8.1/inc/cc++/socket.h	2012-06-23 16:00:13.000000000 +1000
+@@ -1856,7 +1856,7 @@
+ 
+ /**
+  * The TCP session is used to primarily to represent a client connection
+- * that can be managed on a seperate thread.  The TCP session also supports
++ * that can be managed on a separate thread.  The TCP session also supports
+  * a non-blocking connection scheme which prevents blocking during the
+  * constructor and moving the process of completing a connection into the
+  * thread that executes for the session.
+Index: libcommoncpp2-1.8.1/inc/cc++/socketport.h
+===================================================================
+--- libcommoncpp2-1.8.1.orig/inc/cc++/socketport.h	2010-11-01 09:48:20.000000000 +1100
++++ libcommoncpp2-1.8.1/inc/cc++/socketport.h	2012-06-23 16:00:03.000000000 +1000
+@@ -278,7 +278,7 @@
+  * attached socket ports.  Multiple pool objects may be created and
+  * multiple socket ports may be attached to the same thread of execution.
+  * This allows one to balance threads and sockets they service rather than
+- * either using a single thread for all connections or a seperate thread
++ * either using a single thread for all connections or a separate thread
+  * for each connection.  Features can be added through supported virtual
+  * methods.
+  *
+Index: libcommoncpp2-1.8.1/inc/cc++/unix.h
+===================================================================
+--- libcommoncpp2-1.8.1.orig/inc/cc++/unix.h	2010-11-01 09:51:05.000000000 +1100
++++ libcommoncpp2-1.8.1/inc/cc++/unix.h	2012-06-23 15:58:46.000000000 +1000
+@@ -325,7 +325,7 @@
+ 
+  /**
+   * The Unix domain session is used to primarily to represent a client connection
+-  * that can be managed on a seperate thread.  The Unix domain session also supports
++  * that can be managed on a separate thread.  The Unix domain session also supports
+   * a non-blocking connection scheme which prevents blocking during the
+   * constructor and moving the process of completing a connection into the
+   * thread that executes for the session.

Modified: libcommoncpp2/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/libcommoncpp2/trunk/debian/rules?rev=9827&op=diff
==============================================================================
--- libcommoncpp2/trunk/debian/rules (original)
+++ libcommoncpp2/trunk/debian/rules Sat Jun 23 06:08:01 2012
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 %:
-	dh $@
+	dh $@ --parallel
 
 override_dh_install:
 	dh_install --list-missing




More information about the Pkg-voip-commits mailing list