[Pkg-voip-commits] [libccscript3] 03/06: Imported Debian patch 1.7.3-1.1

Victor Seva Lopez maniac-guest at moszumanska.debian.org
Sun Aug 16 11:51:38 UTC 2015


This is an automated email from the git hooks/post-receive script.

maniac-guest pushed a commit to branch master
in repository libccscript3.

commit 7bedeee931654d0bee1e680bb0240ddb78b12fa8
Merge: 728f6a5 5b566b2
Author: Mehdi Dogguy <mehdi at debian.org>
Date:   Mon Feb 1 15:16:29 2010 +0100

    Imported Debian patch 1.7.3-1.1

 AUTHORS                                            |    22 +-
 COPYING                                            |    11 +-
 COPYING.addendum                                   |    20 +
 ChangeLog                                          |  1231 +-
 INSTALL                                            |   186 +-
 INSTALL.w32                                        |   128 +
 Makefile.am                                        |    39 +-
 Makefile.in                                        |   237 +-
 NEWS                                               |   142 +-
 README                                             |    95 +-
 SUPPORT                                            |    14 +
 THANKS                                             |    34 +
 TODO                                               |    51 +-
 aclocal.m4                                         |  6618 +--
 autoconf/config.guess                              |    60 +-
 autoconf/config.sub                                |    66 +-
 autoconf/depcomp                                   |   589 +
 autoconf/install-sh                                |   228 +-
 autoconf/ltmain.sh                                 | 12689 +++---
 autoconf/texinfo.tex                               |  8962 ++++
 autogen.sh                                         |     2 +-
 ccscript3.list                                     |    43 -
 ccscript3.list.in                                  |    43 -
 ccscript3.spec                                     |    63 -
 ccscript3.spec.in                                  |    63 -
 commoncpp2.list                                    |    50 +
 commoncpp2.list.in                                 |    50 +
 commoncpp2.lsm.in                                  |    21 +
 commoncpp2.spec                                    |   106 +
 commoncpp2.spec.in                                 |   106 +
 config.h.in                                        |  1247 +
 configure                                          | 45216 ++++++++++++-------
 configure.ac                                       |   559 +-
 debian/ccgnu2-config.8                             |    19 +
 debian/changelog                                   |   571 +-
 debian/compat                                      |     2 +-
 debian/control                                     |    78 +-
 debian/copyright                                   |    97 +-
 debian/libccgnu2-1.7-0.install                     |     1 +
 debian/libccscript3-1.1-0.install                  |     2 -
 debian/libccscript3-dev.install                    |     5 -
 debian/libcommoncpp2-dev.install                   |     7 +
 debian/libcommoncpp2-dev.manpages                  |     1 +
 debian/{docs => libcommoncpp2-doc.docs}            |     2 +
 debian/libcommoncpp2-doc.examples                  |     1 +
 debian/libcommoncpp2-doc.info                      |     1 +
 debian/libcommoncpp2-doc.lintian-overrides         |     4 +
 debian/libcommoncpp2-doc.manpages                  |     1 +
 debian/patches/00list                              |     3 +
 debian/patches/cleaning_doc.dpatch                 |    28 +
 debian/patches/const_cast_conversion.dpatch        |    28 +
 debian/patches/cstdlib_sparc.dpatch                |    19 +
 debian/patches/dbug365518.patch                    |    14 -
 debian/patches/error_format_security.patch         |    22 -
 debian/patches/gcc-4.3.patch                       |    91 -
 debian/patches/series                              |     4 -
 debian/patches/spelling-error-in-binary.patch      |   103 -
 debian/rules                                       |    21 +-
 debian/source/format                               |     1 -
 debian/watch                                       |     5 +-
 demo/Makefile.am                                   |    70 +
 demo/Makefile.bcc                                  |    67 +
 demo/Makefile.in                                   |   706 +
 demo/README                                        |     7 +
 demo/SampleSocketPort.cpp                          |   358 +
 demo/SampleSocketPort.h                            |   198 +
 demo/buffer.cpp                                    |   145 +
 demo/cmdlineopt.cpp                                |   348 +
 demo/crc32.cpp                                     |   112 +
 demo/dccpclient.cpp                                |   103 +
 demo/dccpserver.cpp                                |   119 +
 demo/dir.cpp                                       |    73 +
 demo/keydump.cpp                                   |    76 +
 demo/netdevices.cpp                                |    38 +
 demo/serialecho.cpp                                |    75 +
 demo/serialecho.h                                  |    44 +
 demo/serialmain.cpp                                |    70 +
 demo/slogTest.cpp                                  |    22 +
 demo/str.cpp                                       |   162 +
 demo/tcp.cpp                                       |   109 +
 demo/tcpservice.cpp                                |   413 +
 demo/tcpthread.cpp                                 |   143 +
 demo/test.xml                                      |     6 +
 demo/timer.cpp                                     |    36 +
 demo/urlfetch.cpp                                  |    98 +
 demo/xmlfetch.cpp                                  |   134 +
 doc/Doxyfile                                       |  1131 +
 doc/Doxyfile.in                                    |  1131 +
 {tests => doc}/Makefile.am                         |    19 +-
 doc/Makefile.in                                    |   656 +
 doc/commoncpp2.info                                |  2211 +
 doc/commoncpp2.texi                                |  1413 +
 doc/fdl.texi                                       |   452 +
 doc/fdlnotice.texi                                 |     6 +
 COPYING => doc/gpl.texi                            |   250 +-
 {optional => inc}/Makefile.am                      |    17 +-
 {optional => inc}/Makefile.in                      |   114 +-
 inc/cc++/Makefile.am                               |    54 +
 {optional/odbc => inc/cc++}/Makefile.in            |   304 +-
 inc/cc++/address.h                                 |  1068 +
 inc/cc++/buffer.h                                  |   372 +
 inc/cc++/cmdoptns.h                                |   454 +
 src/engine.h => inc/cc++/common.h                  |   139 +-
 inc/cc++/counter.h                                 |    94 +
 inc/cc++/digest.h                                  |   295 +
 inc/cc++/exception.h                               |   146 +
 optional/odbc/checks.cpp => inc/cc++/export.h      |    48 +-
 inc/cc++/file.h                                    |  1035 +
 inc/cc++/functions.h                               |    57 +
 inc/cc++/mime.h                                    |   227 +
 inc/cc++/misc.h                                    |   801 +
 optional/odbc/module.h => inc/cc++/missing.h       |   138 +-
 inc/cc++/network.h                                 |   124 +
 inc/cc++/numbers.h                                 |   339 +
 inc/cc++/objcount.h                                |    70 +
 inc/cc++/object.h                                  |   594 +
 inc/cc++/objlink.h                                 |    92 +
 inc/cc++/objmap.h                                  |   124 +
 inc/cc++/objsync.h                                 |    75 +
 inc/cc++/oststring.h                               |    67 +
 inc/cc++/persist.h                                 |   609 +
 inc/cc++/pointer.h                                 |   135 +
 inc/cc++/process.h                                 |   322 +
 inc/cc++/serial.h                                  |   883 +
 inc/cc++/slog.h                                    |   312 +
 inc/cc++/socket.h                                  |  2101 +
 inc/cc++/socketport.h                              |   396 +
 inc/cc++/ssl.h                                     |   112 +
 inc/cc++/strchar.h                                 |   168 +
 inc/cc++/string.h                                  |   899 +
 inc/cc++/template.h                                |    64 +
 inc/cc++/thread.h                                  |  1985 +
 inc/cc++/tokenizer.h                               |   317 +
 inc/cc++/unix.h                                    |   399 +
 inc/cc++/url.h                                     |   544 +
 inc/cc++/xml.h                                     |   331 +
 inc/cc++/zstream.h                                 |   153 +
 libccscript3.pc                                    |    17 -
 libccscript3.pc.in                                 |    17 -
 m4/Makefile.am                                     |    27 +
 {tests => m4}/Makefile.in                          |   235 +-
 m4/libtool.m4                                      |  7325 +++
 m4/ltoptions.m4                                    |   368 +
 m4/ltsugar.m4                                      |   123 +
 m4/ltversion.m4                                    |    23 +
 m4/lt~obsolete.m4                                  |    92 +
 m4/ost_cxx.m4                                      |   417 +
 m4/ost_debug.m4                                    |    42 +
 m4/ost_dynamic.m4                                  |    48 +
 m4/ost_endian.m4                                   |    85 +
 m4/ost_getopt.m4                                   |    46 +
 m4/ost_maint.m4                                    |    67 +
 m4/ost_misc.m4                                     |    39 +
 m4/ost_poll.m4                                     |    42 +
 m4/ost_posix.m4                                    |    88 +
 m4/ost_prog.m4                                     |    67 +
 m4/ost_pthread.m4                                  |   589 +
 m4/ost_reentrant.m4                                |    73 +
 m4/ost_signal.m4                                   |    71 +
 m4/ost_socket.m4                                   |   314 +
 m4/ost_ssl.m4                                      |    53 +
 m4/ost_stlport.m4                                  |    80 +
 m4/ost_string.m4                                   |    61 +
 m4/ost_systime.m4                                  |    39 +
 m4/ost_types.m4                                    |   105 +
 m4/ost_win32.m4                                    |    51 +
 m4/win32msc.m4                                     |    89 +
 modules/Makefile.am                                |    51 -
 modules/Makefile.in                                |   590 -
 modules/check.cpp                                  |   220 -
 modules/csv.cpp                                    |   454 -
 modules/locker.cpp                                 |   268 -
 modules/math.cpp                                   |   300 -
 modules/property.cpp                               |   507 -
 modules/sort.cpp                                   |   182 -
 modules/string.cpp                                 |   410 -
 modules/time.cpp                                   |   410 -
 modules/url.cpp                                    |   596 -
 modules/userauth.cpp                               |   685 -
 optional/odbc/Makefile.am                          |    31 -
 optional/odbc/binder.cpp                           |   143 -
 optional/odbc/database.cpp                         |   121 -
 optional/odbc/thread.cpp                           |   163 -
 src/Makefile.am                                    |    84 +-
 src/Makefile.in                                    |   516 +-
 src/{engine.h => assoc.cpp}                        |    93 +-
 src/binder.cpp                                     |   152 -
 src/buffer.cpp                                     |   340 +
 src/ccgnu2-config                                  |    92 +
 src/ccgnu2-config.in                               |    92 +
 src/checks.cpp                                     |   793 -
 src/cidr.cpp                                       |   354 +
 src/cmdoptns.cpp                                   |   665 +
 src/command.cpp                                    |   430 -
 src/compiler.cpp                                   |  1497 -
 src/date.cpp                                       |   940 +
 src/digest.cpp                                     |   240 +
 src/dir.cpp                                        |   423 +
 src/dso.cpp                                        |   331 +
 src/engine.cpp                                     |   480 +
 src/event.cpp                                      |   143 +
 optional/odbc/module.h => src/exception.cpp        |   129 +-
 src/expression.cpp                                 |   863 -
 src/file.cpp                                       |  1934 +
 src/friends.cpp                                    |   178 +
 src/getopt.c                                       |  1059 +
 src/getopt.h                                       |   177 +
 src/getopt1.c                                      |   188 +
 src/image.cpp                                      |   240 -
 src/in6addr.cpp                                    |   486 +
 src/inaddr.cpp                                     |   456 +
 src/interp.cpp                                     |  1655 -
 src/keydata.cpp                                    |   729 +
 src/libccext2.pc                                   |    12 +
 src/libccext2.pc.in                                |    12 +
 src/libccgnu2.pc                                   |    14 +
 src/libccgnu2.pc.in                                |    14 +
 src/linked.cpp                                     |   202 +
 src/lockfile.cpp                                   |   241 +
 src/map.cpp                                        |   255 +
 src/md5.cpp                                        |   338 +
 src/mempager.cpp                                   |   308 +
 src/methods.cpp                                    |  2271 -
 src/mime.cpp                                       |   154 +
 src/missing.cpp                                    |   210 +
 src/mutex.cpp                                      |   711 +
 src/nat.cpp                                        |   389 +
 src/nat.h                                          |    96 +
 src/network.cpp                                    |   200 +
 src/numbers.cpp                                    |   242 +
 src/ost_check2.m4                                  |   227 +
 src/peer.cpp                                       |   247 +
 src/persist.cpp                                    |   150 +
 src/{property.cpp => pointer.cpp}                  |   107 +-
 src/private.h                                      |    88 +
 src/private.h.in                                   |    70 -
 src/process.cpp                                    |   697 +
 src/ripple.cpp                                     |   105 -
 src/runlist.cpp                                    |   184 +
 src/runtime.cpp                                    |   217 -
 src/script.cpp                                     |   698 -
 src/script3.h                                      |  1785 -
 src/semaphore.cpp                                  |   173 +
 src/serial.cpp                                     |  1875 +
 src/simplesocket.cpp                               |   260 +
 src/slog.cpp                                       |   541 +
 src/socket.cpp                                     |  3773 ++
 src/socketport.cpp                                 |   971 +
 src/ssl.cpp                                        |   484 +
 src/strchar.cpp                                    |   281 +
 src/string.cpp                                     |  1030 +
 src/symbols.cpp                                    |   217 -
 src/thread.cpp                                     |  1773 +-
 optional/odbc/methods.cpp => src/threadkey.cpp     |    94 +-
 src/timer.cpp                                      |   292 +
 src/tokenizer.cpp                                  |   152 +
 src/unix.cpp                                       |   534 +
 src/url.cpp                                        |   866 +
 src/urlstring.cpp                                  |   317 +
 src/xml.cpp                                        |   689 +
 src/zstream.cpp                                    |   398 +
 tests/Makefile.am                                  |    52 +-
 tests/Makefile.bcc                                 |    67 +
 tests/Makefile.in                                  |   297 +-
 tests/README                                       |     4 +
 tests/SampleObject.cpp                             |   144 +
 tests/SampleObject.h                               |    84 +
 tests/SampleSubObject.cpp                          |    96 +
 tests/SampleSubObject.h                            |    75 +
 tests/Test_Date.cpp                                |    43 +
 tests/Test_Date.h                                  |   181 +
 tests/Test_Digest.h                                |   341 +
 tests/Test_Engine.cpp                              |   351 +
 tests/Test_Engine.h                                |   143 +
 tests/Test_SHATumbler.h                            |    19 +
 tests/Test_TCPStream.cpp                           |    43 +
 tests/Test_TCPStream.h                             |    85 +
 tests/Test_URLString.cpp                           |    43 +
 tests/Test_URLString.h                             |   192 +
 tests/bug1.cpp                                     |    73 +
 tests/bug2.cpp                                     |    69 +
 tests/ccxx_tests.cpp                               |   107 +
 tests/digest.cpp                                   |    20 +
 tests/dotests.sh                                   |    13 +
 tests/forever.cpp                                  |    20 +
 tests/output.txt                                   |    52 +
 tests/tcpstr1.cpp                                  |    42 +
 tests/test.sh                                      |    11 +
 tests/testscript.bat                               |     3 -
 tests/testscript.cpp                               |   413 -
 tests/thread1.cpp                                  |   147 +
 tests/thread2.cpp                                  |    56 +
 tests/thread3.cpp                                  |    49 +
 tests/url1.cpp                                     |    99 +
 tests/vc6.mak                                      |   146 +
 w32/Makefile.am                                    |    34 +
 w32/Makefile.bcc                                   |   218 +
 w32/Makefile.gcc                                   |   114 +
 {optional => w32}/Makefile.in                      |   145 +-
 w32/cc++/config.h                                  |   297 +
 w32/ccext2.dsp                                     |   233 +
 w32/ccext2.dsp.in                                  |   233 +
 w32/ccext2.vcproj                                  |  1148 +
 w32/ccext2.vcproj.in                               |  1148 +
 w32/ccgnu2.dsp                                     |   304 +
 w32/ccgnu2.dsp.in                                  |   304 +
 w32/ccgnu2.vcproj                                  |  1716 +
 w32/ccgnu2.vcproj.in                               |  1716 +
 w32/ccscript3.dsp                                  |   170 -
 w32/ccscript3.dsw                                  |   221 -
 w32/ccscript3.sln                                  |   120 -
 w32/ccscript3.vcproj                               |   552 -
 w32/check.dsp                                      |   109 -
 w32/check.vcproj                                   |   261 -
 w32/common.dsw                                     |    44 +
 w32/common.reg                                     |     6 +
 w32/common.sln                                     |   114 +
 w32/csv.dsp                                        |   109 -
 w32/debug.bat                                      |    69 +
 w32/demo/SampleSocketPort.dsp                      |   104 +
 .../SampleSocketPort.vcproj}                       |    65 +-
 w32/demo/buffer.dsp                                |   101 +
 w32/{csv.vcproj => demo/buffer.vcproj}             |    89 +-
 w32/demo/crc32.dsp                                 |   102 +
 w32/{url.vcproj => demo/crc32.vcproj}              |    91 +-
 w32/demo/netdevices.dsp                            |   101 +
 w32/demo/netdevices.vcproj                         |   173 +
 w32/demo/slogTest.dsp                              |   101 +
 w32/{sort.vcproj => demo/slogTest.vcproj}          |    90 +-
 w32/demo/tcp.dsp                                   |   101 +
 w32/{testscript.vcproj => demo/tcp.vcproj}         |    65 +-
 w32/demo/tcpservice.dsp                            |   102 +
 w32/{testscript.vcproj => demo/tcpservice.vcproj}  |    65 +-
 w32/demo/tcpthread.dsp                             |   101 +
 w32/{testscript.vcproj => demo/tcpthread.vcproj}   |   103 +-
 w32/demo/urlfetch.dsp                              |   101 +
 w32/{math.vcproj => demo/urlfetch.vcproj}          |   124 +-
 w32/demo/xmlfetch.dsp                              |   101 +
 w32/{testscript.vcproj => demo/xmlfetch.vcproj}    |    65 +-
 w32/locker.dsp                                     |   109 -
 w32/locker.vcproj                                  |   261 -
 w32/math.dsp                                       |   109 -
 w32/odbc.dsp                                       |   129 -
 w32/odbc.vcproj                                    |   363 -
 w32/property.dsp                                   |   109 -
 w32/property.vcproj                                |   261 -
 w32/sort.dsp                                       |   109 -
 w32/string.dsp                                     |   109 -
 w32/string.vcproj                                  |   261 -
 w32/{testscript.dsp => tests/bug1.dsp}             |   204 +-
 w32/{testscript.dsp => tests/bug2.dsp}             |   204 +-
 w32/tests/ccxx_testsuite.dsp                       |   178 +
 w32/{testscript.dsp => tests/digest.dsp}           |   204 +-
 w32/{testscript.dsp => tests/tcpstr1.dsp}          |   204 +-
 w32/{testscript.dsp => tests/thread1.dsp}          |   204 +-
 w32/{testscript.dsp => tests/thread2.dsp}          |   204 +-
 w32/{testscript.dsp => tests/url1.dsp}             |   204 +-
 w32/time.dsp                                       |   109 -
 w32/time.vcproj                                    |   261 -
 w32/url.dsp                                        |   109 -
 w32/userauth.dsp                                   |   109 -
 w32/userauth.vcproj                                |   261 -
 {optional => w32/vs2008}/Makefile.am               |    12 +-
 {tests => w32/vs2008}/Makefile.in                  |   245 +-
 w32/vs2008/ccext2.vcproj                           |  1147 +
 w32/vs2008/ccext2.vcproj.in                        |  1147 +
 w32/vs2008/ccgnu2.vcproj                           |  1719 +
 w32/vs2008/ccgnu2.vcproj.in                        |  1719 +
 w32/vs2008/common.sln                              |    29 +
 w32/vs2008/common.sln.in                           |    29 +
 370 files changed, 136574 insertions(+), 52906 deletions(-)

diff --cc debian/ccgnu2-config.8
index 0000000,0000000..1e58358
new file mode 100644
--- /dev/null
+++ b/debian/ccgnu2-config.8
@@@ -1,0 -1,0 +1,19 @@@
++.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36.
++.TH CCGNU2-CONFIG "1" "April 2009" "Debian GNU/Linux" "User Commands"
++.SH NAME
++ccgnu2-config \- script to get information about the installed version of libcommoncpp2
++.SH SYNOPSIS
++.B ccgnu2-config
++[\fIOPTIONS\fR]
++.SH OPTIONS
++.IP
++[\-\-prefix]
++[\-\-version]
++[\-\-flags]
++[\-\-libs]
++[\-\-gnulibs]
++[\-\-iolibs]
++[\-\-extlibs]
++[\-\-stdlibs]
++[\-\-includes]
++[\-\-module]
diff --cc debian/changelog
index 0ced6dc,0000000..5384d52
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,176 -1,0 +1,555 @@@
- libccscript3 (1.1.7-2) unstable; urgency=low
++libcommoncpp2 (1.7.3-1.1) unstable; urgency=low
 +
-   * wheezey polish
++  * Non-maintainer upload.
++  * Fix FTBFS due to invalid constant string to char* conversion in
++    src/cidr.cpp (added const_cast_conversion.dpatch) (Closes: #560463)
 +
-   * Ack NMUs - Thanks Gregor & Luk 
-   * Update to Standards Version 3.9.3
-   * source/format -> 3.0 (quilt)
-   * debian/compat -> 9 hardening and multiarch
-   * switch to dh - drop cdbs
-   * Remove obsolete debian/*dirs
-   * misc lintian fixes
++ -- Mehdi Dogguy <mehdi at debian.org>  Mon, 01 Feb 2010 15:16:29 +0100
 +
-  -- Mark Purcell <msp at debian.org>  Sat, 23 Jun 2012 15:42:07 +1000
++libcommoncpp2 (1.7.3-1) unstable; urgency=low
 +
- libccscript3 (1.1.7-1.2) unstable; urgency=low
++  * New upstream release
++  * Bump debian/compat -> 7
++  * Remove (c) -fixes:copyright-with-old-dh-make-debian-copyright
++  * Update debian/rules help2man -> debian/libcommoncpp2-dev.manpages
 +
-   * Non-maintainer upload.
-   * Fix "FTBFS: compiler.cpp:1147:38: error: format not a string literal and
-     no format arguments [-Werror=format-security]":
-     add patch error_format_security.patch, thanks to Ilya Barygin.
-     (Closes: #643417)
++ -- Mark Purcell <msp at debian.org>  Thu, 02 Apr 2009 22:22:50 +1100
 +
-  -- gregor herrmann <gregoa at debian.org>  Sun, 20 Nov 2011 13:30:14 +0100
++libcommoncpp2 (1.7.1-1) unstable; urgency=low
 +
- libccscript3 (1.1.7-1.1) unstable; urgency=low
++  * New upstream release
++  * Update debian/copyright
 +
-   * Non-maintainer upload.
-   * Empty dependency_libs (Closes: #621602).
++ -- Mark Purcell <msp at debian.org>  Mon, 16 Feb 2009 22:22:47 +1100
++
++libcommoncpp2 (1.7.0-1) experimental; urgency=low
++
++  * New upstream release
++  * NEW package libccext2-1.7-0 
++    - fixes package-name-doesnt-match-sonames
++  * debian/libcommoncpp2-doc.lintian-overrides - cover up doxygen
++  * Add ${misc:Depends}
++
++ -- Mark Purcell <msp at debian.org>  Tue, 23 Dec 2008 16:36:07 +1100
++
++libcommoncpp2 (1.6.3-1) experimental; urgency=low
++
++  * New Upstream Release
++
++  [ Patrick Matthäi ]
++  * Bumped to Standards-Version 3.8.0.
++
++  [ Mark Purcell ]
++  * Debian patches included upstream
++    - 01_debian.dpatch
++    - no-include-bits_atomicity.h.dpatch
++    - gnutls.dpatch
++
++ -- Mark Purcell <msp at debian.org>  Sun, 09 Nov 2008 21:07:01 +1100
++
++libcommoncpp2 (1.6.2-2) unstable; urgency=high
++
++  * Upload to fix FTBFS on sparc thus, urgency=high
++  * add dpatch to add missing include on src/mempager.cpp (Closes: #477505)
++    Thanks for Jurij Smakov & Martin Zobel-Helas for the patch.
++  * lintian cleanup:
++    - dpatch-missing-description: no-include-bits_atomicity.h.dpatch
++    - copyright-without-copyright-notice: debian/copyright
++
++ -- Mark Purcell <msp at debian.org>  Mon, 25 Aug 2008 21:26:37 +1000
++
++libcommoncpp2 (1.6.2-1) unstable; urgency=low
++
++  * New upstream release
++
++ -- Mark Purcell <msp at debian.org>  Tue, 22 Apr 2008 18:54:14 +1000
++
++libcommoncpp2 (1.6.1-1) unstable; urgency=low
++
++  * New upstream release
 +
-  -- Luk Claes <luk at debian.org>  Fri, 01 Jul 2011 18:37:51 +0200
++ -- Mark Purcell <msp at debian.org>  Mon, 24 Mar 2008 21:45:37 +1100
 +
- libccscript3 (1.1.7-1) unstable; urgency=low
++libcommoncpp2 (1.6.0-1) unstable; urgency=low
 +
 +  * New upstream release
-   * Add misc-depends & update Standards 3.8
++  * Bump to libcommoncpp2-1.6-0 to match upstream soname
++  * Cleanup get-orig-source VARS
 +
-  -- Mark Purcell <msp at debian.org>  Mon, 16 Feb 2009 22:51:02 +1100
++ -- Mark Purcell <msp at debian.org>  Sat, 01 Dec 2007 20:36:12 +0100
 +
- libccscript3 (1.1.6-3) unstable; urgency=low
++libcommoncpp2 (1.5.9-1) unstable; urgency=low
 +
 +  [ Kilian Krause ]
-   * Download from correct URL.
-   * Add dpkg-dev (>= 1.13.19) to Build-Depends for binary:Version
-   * Add Homepage field as added in dpkg-dev 1.14.6.
++  * New upstream release.
++
++ -- Mark Purcell <msp at debian.org>  Sat, 20 Oct 2007 11:29:05 +0100
++
++libcommoncpp2 (1.5.7-2) unstable; urgency=high
++
++  * Urgency high for fixing RC bug.
++  * Remove bits/atomicity.h detection from sources (Closes: #439117, #441163)
++  * Bump Standards-Version to 3.7.2.
++
++ -- Kilian Krause <kilian at debian.org>  Sun, 09 Sep 2007 12:33:14 +0200
++
++libcommoncpp2 (1.5.7-1) unstable; urgency=low
++
++  * New upstream release.
++  * Fix building twice in a row. (Closes: #424498)
++  * Remove debian/patches/sp_is_running_always_true.dpatch: Applied upstream.
++  * Convert Source-Version into binary:Version to allow binNMUs.
++  * Bump Build-Depends on debhelper to satisfy cdbs debhelper.mk requirements.
++
++ -- Kilian Krause <kilian at debian.org>  Sat, 11 Aug 2007 13:20:39 +0000
++
++libcommoncpp2 (1.5.6-3) unstable; urgency=low
++
++  * Actually apply gcc4.3 patch, Thanks Martin (Closes: #417329) 
++
++ -- Mark Purcell <msp at debian.org>  Sun, 15 Apr 2007 07:38:55 +0100
 +
-   [ Faidon Liambotis ]
-   * Add XS-Vcs-Svn and XS-Vcs-Browser to debian/control.
-   * Fix FTBFS with gcc 4.3, thanks to Cyril Brulebois! (Closes: #455428)
-   * Use "Tcl" instead of "tcl" in the long description.
-   * Bump Standards-Version to 3.7.3, no changes needed.
-   * Add myself to Uploaders.
++libcommoncpp2 (1.5.6-2) unstable; urgency=low
++
++  * Patch from Stephan Suerken fixes
++    - threads: isRunning() always returns true (Closes: #410219)
++  * Patch from Martin Michlmayr fixes:
++    - FTBFS with GCC 4.3: missing #includes (Closes: #417329)
++  * Switch to cdbs
++
++ -- Mark Purcell <msp at debian.org>  Thu, 12 Apr 2007 19:01:19 +0100
++
++libcommoncpp2 (1.5.6-1) unstable; urgency=low
++
++  * New upstream release
++  * Remove debian/patches/kFreeBSD.dpatch encorporated upstream
++  * Update debian/patches/soname-1.5.3.dpatch
++
++ -- Mark Purcell <msp at debian.org>  Thu, 12 Apr 2007 16:22:05 +0100
++
++libcommoncpp2 (1.5.5-1) unstable; urgency=low
 +
 +  [ Mark Purcell ]
-   * Cleanup get-orig-source VARS
++  * New upstream release
++  * Patch from Peter Salinger (Closes: #403719: libcommoncpp2: FTBFS on
++    GNU/kFreeBSD
++  * Remove ccgnu2-config.8 from debian/patches/01_debian.dpatch
++  * Cleanup gnutls.dpatch for new upstream version
++  * delete debian/patches/no_udp_reuseaddr.dpatch - incorporated
++    upstream
++  * Cleanup debian/patches again
++
++ -- Mark Purcell <msp at debian.org>  Sat, 17 Feb 2007 12:50:52 +0000
++
++libcommoncpp2 (1.5.3-4) unstable; urgency=low
 +
-  -- Faidon Liambotis <paravoid at debian.org>  Thu, 06 Mar 2008 02:52:00 +0200
++  * Fix typo in Depends: pkgconfig => pkg-config.
 +
- libccscript3 (1.1.6-2) unstable; urgency=low
++ -- Kilian Krause <kilian at debian.org>  Fri, 19 Jan 2007 11:13:55 +0100
 +
-   * Reapply dbug326756 patch
-     - FTBFS (amd64): cannot convert 'long int*' to 'SQLINTEGER*' for
-     argument '2' to 'SQLRETURN SQLRowCount(void*, SQLINTEGER*)' (Closes:
-     #326756)
-   * linitan-cleanup: substvar-source-version-is-deprecated
++libcommoncpp2 (1.5.3-3) unstable; urgency=low
 +
-  -- Mark Purcell <msp at debian.org>  Fri, 22 Jun 2007 12:05:13 +0100
++  * Add depends on pkgconfig to libcommoncpp2-dev. (Closes: #407296)
++  * Fix debhelper depends to compat level to shutup linda.
 +
- libccscript3 (1.1.6-1) unstable; urgency=low
++ -- Kilian Krause <kilian at debian.org>  Fri, 19 Jan 2007 00:01:06 +0100
++
++libcommoncpp2 (1.5.3-2) unstable; urgency=medium
++
++  * Urgency medium as this fixes a RC bug & has been discussed with debian-release
++  * debian/patches/soname-1.5.3.dpatch - upstream is not ABI compatable - bump soname
++    - twinkle: symbol lookup error when hanging up (Closes: #402009)
++
++ -- Mark Purcell <msp at debian.org>  Sat,  9 Dec 2006 09:31:44 +0000
++
++libcommoncpp2 (1.5.3-1) unstable; urgency=low
 +
 +  * New upstream release
-   * Switch to cdbs
-   * Maintainer: Debian VoIP Team
-   * libccscript-dev Depends: pkg-config
++  * Build-Depends: autotools-dev & remove config.[sub,guess] changes
++    from debian/patches
++    - Fixes: reverting patch 01_debian from ./ ... fails durring rebuild (Closes:
++    #399481)
++
++ -- Mark Purcell <msp at debian.org>  Sun,  3 Dec 2006 12:03:19 +0000
++
++libcommoncpp2 (1.5.1-4) unstable; urgency=low
++
++  * Let's Add Build-Depends: libgnutls-dev, libgcrypt11-dev | libgcrypt-
++    dev as well
++    - missing dependency on libgnutls-dev (Closes: #396996)
++
++ -- Mark Purcell <msp at debian.org>  Sat,  4 Nov 2006 10:40:45 +0000
++
++libcommoncpp2 (1.5.1-3) unstable; urgency=low
++
++  * Add Depends: libgnutls-dev, zlib1g-dev, libgcrypt11-dev | libgcrypt-
++    dev
++    - missing dependency on libgnutls-dev (Closes: #396996)
++
++ -- Mark Purcell <msp at debian.org>  Sat,  4 Nov 2006 10:23:02 +0000
 +
-  -- Mark Purcell <msp at debian.org>  Thu, 12 Apr 2007 20:54:24 +0100
++libcommoncpp2 (1.5.1-2) unstable; urgency=low
 +
- libccscript3 (1.1.3-1) unstable; urgency=low
++  [ Mikael Magnusson ]
++  * Link libccext2 against ssl libraries
++  * Disable REUSEADDR on UDP sockets
++
++ -- Mark Purcell <msp at debian.org>  Wed, 25 Oct 2006 17:50:43 +0100
++
++libcommoncpp2 (1.5.1-1) unstable; urgency=low
 +
 +  * New upstream release
 +
-  -- Mark Purcell <msp at debian.org>  Thu, 11 Jan 2007 18:55:31 +0000
++ -- Mark Purcell <msp at debian.org>  Sun, 22 Oct 2006 21:00:31 +0100
 +
- libccscript3 (1.1.0-1) unstable; urgency=low
++libcommoncpp2 (1.5.0-1) unstable; urgency=low
 +
 +  * New upstream release
-   * Ack NMU. Thanks Thomas. (Closes: #365518)
-   * Bump soname: package-name-doesnt-match-sonames libccscript3-1.1-0
++  * Bump soname: package-name-doesnt-match-sonames libccext2-1.5-0
++    libccgnu2-1.5-0
 +
-  -- Mark Purcell <msp at debian.org>  Sun, 22 Oct 2006 21:50:28 +0100
++ -- Mark Purcell <msp at debian.org>  Mon,  2 Oct 2006 08:44:47 +0800
 +
- libccscript3 (1.0.9-1.1) unstable; urgency=low
++libcommoncpp2 (1.4.3-1) unstable; urgency=low
 +
-   * Non-maintainer upload.
-   * Use the right type for row count.  Closes: 365518.
++  * New upstream release
++  * Lintian cleanup: manpage-has-useless-whatis-entry
++    usr/share/man/man1/ccgnu2-config.1.gz
++
++ -- Mark Purcell <msp at debian.org>  Sun,  3 Sep 2006 11:09:52 +0100
++
++libcommoncpp2 (1.4.2-2) unstable; urgency=low
 +
-  -- Thomas Girard <thomas.g.girard at free.fr>  Sat, 10 Jun 2006 15:19:49 +0200
++  * Thanks to Jonas Meyer & Amaya for picking up a typo in the
++    debian/patches/
++    - Fixes: makes other packages FTBFS with G++ 4.1: endKeydata was not declared
++    in this scope (Closes: #356601)
 +
- libccscript3 (1.0.9-1) unstable; urgency=low
++ -- Mark Purcell <msp at debian.org>  Tue, 15 Aug 2006 22:37:34 +0100
++
++libcommoncpp2 (1.4.2-1) unstable; urgency=low
++
++  * New upstream release
++
++ -- Mark Purcell <msp at debian.org>  Thu,  6 Jul 2006 19:57:37 +0100
++
++libcommoncpp2 (1.4.1-1) unstable; urgency=low
 +
 +  * New upstream release
 +
-  -- Mark Purcell <msp at debian.org>  Sun,  7 May 2006 22:20:01 +0100
++ -- Mark Purcell <msp at debian.org>  Wed, 10 May 2006 18:29:14 +0100
 +
- libccscript3 (1.0.8-1) unstable; urgency=low
++libcommoncpp2 (1.4.0-1) unstable; urgency=low
 +
 +  * New upstream release
-   * Bump soname: package-name-doesnt-match-sonames libccscript3-1.0-1
-   * Add Build-Depends: unixodbc-dev
++  * Bump soname libcommoncpp2-1.4-0
++
++ -- Mark Purcell <msp at debian.org>  Sun,  7 May 2006 11:08:08 +0100
 +
-  -- Mark Purcell <msp at debian.org>  Mon, 17 Apr 2006 14:58:21 +0100
++libcommoncpp2 (1.3.26-4) unstable; urgency=low
 +
- libccscript3 (1.0.7-1) unstable; urgency=low
++  * ost_check2.m4 provided by -doc in i386 while by -dev in other arches
++    (Closes: #366148)
 +
++ -- Mark Purcell <msp at debian.org>  Sat,  6 May 2006 00:08:57 +0100
++
++libcommoncpp2 (1.3.26-3) unstable; urgency=low
++
++  [ Kilian Krause ]
++  * debian/rules: Don't build arch=all in binary-arch target.
++
++  [ Mark Purcell ]
++  * Add debian/patches/bug360492.dpatch. Fixes: pointer.h:55:
++     error: invalid function declaration (Closes: #360492)
++  * debian/control: Conflict and Replace with only libcommoncpp2-1.3c2a (1.3.26-1)
++
++ -- Mark Purcell <msp at debian.org>  Tue, 18 Apr 2006 23:19:15 +0100
++
++libcommoncpp2 (1.3.26-2) unstable; urgency=low
++
++  * Bump soname
++
++ -- Mark Purcell <msp at debian.org>  Thu, 13 Apr 2006 12:57:47 +0100
++
++libcommoncpp2 (1.3.26-1) unstable; urgency=low
++
++  [ Kilian Krause ]
++  * debian/rules: Add get-orig-source target.
++
++  [ Mark Purcell ]
 +  * New upstream release
++  * debian/watch to use svn-upgrade
++  * Update debian/patches/01_debian.dpatch
++
++ -- Mark Purcell <msp at debian.org>  Wed, 12 Apr 2006 19:23:19 +0100
++
++libcommoncpp2 (1.3.25-3) unstable; urgency=low
++
++  * Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
++  * Build-Depends: dpatch
++  * libcommoncpp2-doc Architecture: all
++
++ -- Mark Purcell <msp at debian.org>  Tue, 28 Mar 2006 22:24:10 +0100
 +
-  -- Mark Purcell <msp at debian.org>  Sun, 12 Mar 2006 19:34:15 +0000
++libcommoncpp2 (1.3.25-2) unstable; urgency=low
 +
- libccscript3 (1.0.6-1) unstable; urgency=low
++  * Update libcommoncpp2-dev.manpages, libcommoncpp2-dev.dirs, libcommoncpp2-dev.examples
++    - Cleanup debian/rules for the above
++  * Update DH_COMPAT=4
++  * Split off Architecture: any libcommoncpp2-doc package
++  * Apply G++ 4.1 patch from Martin Michlmayr (Closes: Bug#356601)
++
++ -- Mark Purcell <msp at debian.org>  Sun, 19 Mar 2006 14:35:45 +0000
++
++libcommoncpp2 (1.3.25-1) unstable; urgency=low
 +
 +  * New upstream release
 +
-  -- Mark Purcell <msp at debian.org>  Sat, 18 Feb 2006 12:15:04 +0000
++ -- Mark Purcell <msp at debian.org>  Sun, 12 Mar 2006 19:51:06 +0000
 +
- libccscript3 (1.0.2-1) unstable; urgency=low
++libcommoncpp2 (1.3.24-1) unstable; urgency=low
 +
 +  * New upstream release
 +
-  -- Mark Purcell <msp at debian.org>  Sat, 21 Jan 2006 11:54:38 +0000
++ -- Mark Purcell <msp at debian.org>  Sat, 18 Feb 2006 12:18:28 +0000
 +
- libccscript3 (1.0.1-1) unstable; urgency=low
++libcommoncpp2 (1.3.22-1) unstable; urgency=low
 +
 +  * New upstream release
 +
-  -- Mark Purcell <msp at debian.org>  Sat, 29 Oct 2005 14:32:20 +0100
++ -- Mark Purcell <msp at debian.org>  Sat, 21 Jan 2006 11:40:07 +0000
 +
- libccscript3 (1.0-rc1-2) unstable; urgency=low
++libcommoncpp2 (1.3.21-2) unstable; urgency=low
 +
-   * Audit debian/copyright
++  * library package needs to be renamed (libstdc++ allocator change)
++    (Closes: #339198)
++  * Disable TODO in doc/Doxyfile
++    - libcommoncpp2-dev: file conflict with libccrtp-dev:
++    /usr/share/man/man3/todo.3.gz (Closes: #338397)
 +
-  -- Mark Purcell <msp at debian.org>  Fri,  7 Oct 2005 08:59:36 +0100
++ -- Mark Purcell <msp at debian.org>  Mon, 21 Nov 2005 21:41:18 +0000
 +
- libccscript3 (1.0-rc1-1) unstable; urgency=low
++libcommoncpp2 (1.3.21-1) unstable; urgency=low
 +
 +  * New upstream release
 +
-  -- Mark Purcell <msp at debian.org>  Sun,  2 Oct 2005 15:31:19 +0100
++ -- Mark Purcell <msp at debian.org>  Sat, 29 Oct 2005 14:37:39 +0100
 +
- libccscript3 (0.8.1-2) unstable; urgency=low
++libcommoncpp2 (1.3.19-1) unstable; urgency=low
 +
-   * Fix old-fsf-address   
-   * Add Depends: libcommoncpp2-dev (>= 1.3.10-4)
++  * New upstream release
++  * Lintian cleanup old-fsf-address-in-copyright-file
 +
-  -- Mark Purcell <msp at debian.org>  Sat, 17 Sep 2005 22:17:47 +0100
++ -- Mark Purcell <msp at debian.org>  Sun,  4 Sep 2005 22:35:08 +0100
 +
- libccscript3 (0.8.1-1) unstable; urgency=low
++libcommoncpp2 (1.3.14-1) unstable; urgency=low
 +
 +  * New upstream release
-   * Disable, as its optional, Build-Depends: unixodbc-dev, until it
-     tranisitions see
-   * Apply patch from Andreas
-     - FTBFS (amd64): cannot convert 'long int*' to 'SQLINTEGER*' for
-     argument '2' to 'SQLRETURN SQLRowCount(void*, SQLINTEGER*)' (Closes:
-     #326756)
-   * fix old-fsf-address-in-copyright-file
-   * Bump package due to soname change
-   * Update debian/watch
 +
-  -- Mark Purcell <msp at debian.org>  Mon,  5 Sep 2005 17:55:44 +0100
++ -- Mark Purcell <msp at debian.org>  Tue, 19 Jul 2005 00:08:54 +1000
++
++libcommoncpp2 (1.3.13-1) unstable; urgency=low
++
++  * New upstream release
++
++ -- Mark Purcell <msp at debian.org>  Thu,  7 Jul 2005 05:11:57 +0100
++
++libcommoncpp2 (1.3.10-4) unstable; urgency=low
++
++  * Merge ubuntu changes for C++ ABI change (Thanks Stephen)
++    - Please feel free to submit other ubuntu changes directly to the Debian
++    BTS 
++
++ -- Mark Purcell <msp at debian.org>  Thu,  7 Jul 2005 04:00:50 +0100
++
++libcommoncpp2 (1.3.10-3ubuntu1) breezy; urgency=low
++
++  * Add Conflicts/Replaces: libcommoncpp2-1.0-0c102 (= 1.0.13-5ubuntu1)
++  * debian/rules: moved test on config.{guess,sub} to configure
++
++ -- Stephan Hermann <sh at sourcecode.de>  Mon, 06 Jun 2005 20:28:45 +0200
++
++libcommoncpp2 (1.3.10-3) unstable; urgency=low
++
++  * Add Conflicts/Replaces: libcommoncpp2-1.0-0c102 (=1.3.10-1) (Closes:
++    Bug#311397)
++  * Closes: #311149: FTBFS: dh_installdocs: cp: cannot stat `doc/html':
++    No such file or directory
++    - Add Build-Depends doxygen
++
++ -- Mark Purcell <msp at debian.org>  Wed,  1 Jun 2005 22:41:13 +0100
++
++libcommoncpp2 (1.3.10-2) unstable; urgency=low
++
++  * soname change requires lib package bump to libcommoncp2-1.3
++
++ -- Mark Purcell <msp at debian.org>  Sat, 28 May 2005 17:39:30 +0100
++
++libcommoncpp2 (1.3.10-1) unstable; urgency=low
++
++  * New upstream release
++    - Closes: #264994: Underquoted AC_DEFUNs in automake macro
++    - Closes: #294611: Underquoted definitions in m4
++  * Add GENERATE_TODOLIST=NO & SHOW_DIRECTORIES=NO to doc/Doxyfile.in
++  * Closes: #246529: Developer package should include html documentation
++
++ -- Mark Purcell <msp at debian.org>  Sat, 28 May 2005 16:30:15 +0100
++
++libcommoncpp2 (1.0.13-5) unstable; urgency=low
++
++  * Apply gcc-3.4 patch from Andreas Jochens (Closes: Bug#259384)
++
++ -- Mark Purcell <msp at debian.org>  Thu, 15 Jul 2004 08:17:20 +1000
++
++libcommoncpp2 (1.0.13-4) unstable; urgency=low
++
++  * ./reconf
++  * Closes: Bug#251485: libcommoncpp2: FTBFS: old libtool version.
++
++ -- Mark Purcell <msp at debian.org>  Thu,  1 Jul 2004 22:33:31 +1000
++
++libcommoncpp2 (1.0.13-3) unstable; urgency=low
++
++  * Unset CFLAGGS/CXXFLAGS for configure (Closes: Bug#234912)
++  * Build ccgnu2-config.1 using help2man
++  * Closes: #92368: /usr/include/cc++/config.h defines PACKAGE and
++    VERSION
++  * Closes: #179991: commonc++: Not fully conform to
++    STDC++ (warnings with g++-3.2)
++
++ -- Mark Purcell <msp at debian.org>  Fri,  5 Mar 2004 18:18:56 +1100
++
++libcommoncpp2 (1.0.13-2) unstable; urgency=low
++
++  * Update upstream URL in debian/control (Closes: Bug#233034)
++
++ -- Mark Purcell <msp at debian.org>  Tue, 24 Feb 2004 11:50:43 +1100
++
++libcommoncpp2 (1.0.13-1) unstable; urgency=low
++
++  * New upstream release
++
++ -- Mark Purcell <msp at debian.org>  Mon, 18 Aug 2003 20:37:28 +1000
++
++libcommoncpp2 (1.0.12-1) unstable; urgency=low
++
++  * New upstream release
++
++ -- Mark Purcell <msp at debian.org>  Thu, 26 Jun 2003 21:31:23 +1000
++
++libcommoncpp2 (1.0.10-1) unstable; urgency=low
++
++  * New upstream release
++
++ -- Mark Purcell <msp at debian.org>  Sat, 24 May 2003 14:56:07 +1000
++
++libcommoncpp2 (1.0.9-1) unstable; urgency=low
++
++  * New upstream release
++
++ -- Mark Purcell <msp at debian.org>  Thu, 17 Apr 2003 19:46:00 +1000
++
++libcommoncpp2 (1.0.8-1) unstable; urgency=low
++
++  * New upstream release
++
++ -- Mark Purcell <msp at debian.org>  Thu, 13 Mar 2003 18:49:32 +1100
++
++libcommoncpp2 (1.0.7-4) unstable; urgency=low
++
++  * Adding throw() to nanosleep, Thanks Peter Toneby (Closes:
++    Bug#176525)
++
++ -- Mark Purcell <msp at debian.org>  Tue, 14 Jan 2003 20:06:35 +1100
++
++libcommoncpp2 (1.0.7-3) unstable; urgency=low
++
++  * Fixup unsigned int bug in include/c++/socket.h, Thanks Gerhard Tonn
++    (Closes: Bug#173081)
++
++ -- Mark Purcell <msp at debian.org>  Sun, 12 Jan 2003 23:54:16 +1100
++
++libcommoncpp2 (1.0.7-2) unstable; urgency=low
++
++  * Rebuild for gcc-3.2
++
++ -- Mark Purcell <msp at debian.org>  Thu,  9 Jan 2003 22:12:54 +1100
++
++libcommoncpp2 (1.0.7-1) unstable; urgency=low
++
++  * New upstream release
++
++ -- Mark Purcell <msp at debian.org>  Sun,  8 Dec 2002 20:59:24 +1100
++
++libcommoncpp2 (1.0.5-1) unstable; urgency=low
++
++  * New upstream release
++
++ -- Mark Purcell <msp at debian.org>  Sun, 10 Nov 2002 20:08:17 +1100
++
++libcommoncpp2 (1.0.3-2) unstable; urgency=low
++
++  * Rebuild with standard g++
++
++ -- Mark Purcell <msp at debian.org>  Sun,  6 Oct 2002 19:52:45 +1000
++
++libcommoncpp2 (1.0.3-1) unstable; urgency=low
++
++  * New upstream release
++
++ -- Mark Purcell <msp at debian.org>  Sun,  6 Oct 2002 19:08:45 +1000
++
++libcommoncpp2 (1.0.2-2) unstable; urgency=low
++
++  * Source Section: devel
++
++ -- Mark Purcell <msp at debian.org>  Sun, 22 Sep 2002 21:15:43 +1000
++
++libcommoncpp2 (1.0.2-1) unstable; urgency=low
++
++  * New upstream release
++  * Renamed Source: libcommoncpp2
++  * Updated to Standards-Version: 3.5.2
++
++ -- Mark Purcell <msp at debian.org>  Sun, 22 Sep 2002 13:08:14 +1000
++
++commoncpp2 (1.0.0-1) unstable; urgency=low
++
++  * New upstream release (Closes: Bug#154911)
++
++ -- Mark Purcell <msp at debian.org>  Tue,  3 Sep 2002 20:45:49 +1000
++
++commoncpp2 (0.99.6-3) unstable; urgency=low
++
++  * New Maintainer. 
++
++ -- Mark Purcell <msp at debian.org>  Sun,  4 Aug 2002 10:29:11 +1000
++
++commoncpp2 (0.99.6-2.1) unstable; urgency=low
++
++  * NMU
++  * Can't include <asm/atomic.h> in user space.  Especially with g++, since
++    it has non-g++'isms in it.  Closes: #154911
++
++ -- LaMont Jones <lamont at debian.org>  Tue, 30 Jul 2002 23:05:10 -0600
++
++commoncpp2 (0.99.6-2) unstable; urgency=low
++
++  * Fix g++-3.x problems.  Tested to compile cleanly with g++-3.1
++    (Closes: #151888)
++
++ -- Matt Zimmerman <mdz at debian.org>  Thu,  4 Jul 2002 11:37:53 -0400
++
++commoncpp2 (0.99.6-1) unstable; urgency=low
++
++  * New upstream release
++  * I am neglecting this package somewhat because I no longer use it actively.
++    If you do, and want to adopt it, contact me.
 +
- libccscript3 (0.7.0-1) unstable; urgency=low
++ -- Matt Zimmerman <mdz at debian.org>  Thu,  4 Jul 2002 00:19:27 -0400
 +
-   * Initial release Closes: #318983
-   * Build Depends for C++ ABI transition
++commoncpp2 (0.99.2-1) unstable; urgency=low
 +
-  -- Mark Purcell <msp at debian.org>  Tue, 19 Jul 2005 10:59:37 +1000
++  * Initial release (Closes: #142598)
 +
++ -- Matt Zimmerman <mdz at debian.org>  Fri, 15 Mar 2002 21:46:06 -0500
diff --cc debian/compat
index ec63514,0000000..7f8f011
mode 100644,000000..100644
--- a/debian/compat
+++ b/debian/compat
@@@ -1,1 -1,0 +1,1 @@@
- 9
++7
diff --cc debian/control
index 59a7e57,0000000..2af421e
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,43 -1,0 +1,51 @@@
- Source: libccscript3
++Source: libcommoncpp2
++Section: devel
 +Priority: optional
 +Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
- Uploaders: Mark Purcell <msp at debian.org>, Faidon Liambotis <paravoid at debian.org>
- Build-Depends: debhelper (>= 9), autotools-dev, pkg-config, doxygen,
-  libcommoncpp2-dev, unixodbc-dev
- Section: libs
- Standards-Version: 3.9.3
- Homepage: http://www.gnu.org/software/ccscript/
- Vcs-Svn: svn://svn.debian.org/pkg-voip/libccscript3/trunk/
- Vcs-Browser: http://svn.debian.org/wsvn/pkg-voip/libccscript3/?op=log
++Uploaders: Mark Purcell <msp at debian.org>, Kilian Krause <kilian at debian.org>
++Build-Depends: debhelper (>= 7), libxml2-dev, zlib1g-dev, help2man, doxygen, dpatch, libgnutls-dev, libgcrypt11-dev | libgcrypt-dev, autotools-dev, cdbs, dpkg-dev (>= 1.13.19)
++Standards-Version: 3.8.0
++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
 +
- Package: libccscript3-dev
++Package: libcommoncpp2-dev
 +Section: libdevel
 +Architecture: any
- Depends: ${misc:Depends}, libccscript3-1.1-0 (= ${binary:Version}), libcommoncpp2-dev, pkg-config
- Description: GNU Common C++ framework for embedded scripting - development files
-  The GNU ccScript package offers a class extensible threaded embedded
-  scripting engine for use with GNU Common C++.  This engine is also used in
-  GNU Bayonne (the GNU telephony application server package) and other
-  parts of GNUCOMM (the GNU telephony meta-project). This engine differs
-  from traditional scripting systems in that it is used to script near
-  real-time state-event systems through deterministic callback step
-  execution rather than the linear and non-deterministic fashion of embedded
-  script systems such as Tcl, libguile, etc.
-  .
-  This package contains the development files and headers to link to
-  this library.
++Depends: ${misc:Depends}, libccgnu2-1.7-0 (= ${binary:Version}), libgnutls-dev, zlib1g-dev, libgcrypt11-dev | libgcrypt-dev, pkg-config
++Suggests: libcommoncpp2-doc
++Description: Header files and static libraries for Common C++ "2"
++ Common C++ is a GNU package which offers portable "abstraction" of system
++ services such as threads, networks, and sockets.  Common C++ also offers
++ individual frameworks generally useful to developing portable C++
++ applications including a object persistence engine, math libraries,
++ threading, sockets, etc.  Common C++ is small, and highly portable.
++ Common C++ will support most Unix operating systems as well
++ as Win32, in addition to GNU/Linux.
 +
- Package: libccscript3-1.1-0
++Package: libccgnu2-1.7-0
++Section: libs
 +Architecture: any
- Pre-Depends: ${misc:Pre-Depends}
 +Depends: ${shlibs:Depends}, ${misc:Depends}
- Multi-Arch: same
- Description: GNU Common C++ framework for embedded scripting
-  The GNU ccScript package offers a class extensible threaded embedded
-  scripting engine for use with GNU Common C++.  This engine is also used in
-  GNU Bayonne (the GNU telephony application server package) and other
-  parts of GNUCOMM (the GNU telephony meta-project). This engine differs
-  from traditional scripting systems in that it is used to script near
-  real-time state-event systems through deterministic callback step
-  execution rather than the linear and non-deterministic fashion of embedded
-  script systems such as Tcl, libguile, etc.
++Description: A 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
++ C++ also offers individual frameworks generally useful to developing
++ portable C++ applications including a object persistence engine, math
++ libraries, threading, sockets, etc.  Common C++ is small, and highly
++ portable.  Common C++ will support most Unix operating systems as
++ well as Win32, in addition to GNU/Linux.
++
++Package: libcommoncpp2-doc
++Replaces: libcommoncpp2-dev (<= 1.3.25-1)
++Section: doc
++Architecture: all
++Depends: ${misc:Depends}
++Description: Documentation files for Common C++ "2"
++ Common C++ "2" is a GNU package which offers portable "abstraction"
++ of system services such as threads, networks, and sockets.  Common
++ C++ also offers individual frameworks generally useful to developing
++ portable C++ applications including a object persistence engine, math
++ libraries, threading, sockets, etc.  Common C++ is small, and highly
++ portable.  Common C++ will support most Unix operating systems as
++ well as Win32, in addition to GNU/Linux.
diff --cc debian/copyright
index 8293df5,0000000..5a156c1
mode 100644,000000..100644
--- a/debian/copyright
+++ b/debian/copyright
@@@ -1,28 -1,0 +1,89 @@@
 +This package was debianized by Mark Purcell <msp at debian.org> on
- Tue, 19 Jul 2005 10:41:41 +1000.
++Sun, 22 Sep 2002 12:48:26 +1000.
 +
- It was downloaded from http://www.gnu.org/software/ccscript/
++It was downloaded from http://ftp.gnu.org/pub/gnu/commoncpp/
 +
- Copyright Holder: 
- Copyright (C) 1999-2005 Open Source Telecom Corporation.
- David Sugar <dyfet at ostel.com> designed and implemented ccscript.
++Upstream Authors: 
 +
- License:
++David Sugar <dyfet at ostel.com> originally designed and implemented APE.
++Daniel Silverstone designed original Common C++ classes (persistence
++	engine, math libs, etc...)
++Sean Cavanaugh contributed the AtomicCounter class.
++Gianni Mariani contributed poll support for port and tcpservice.cpp demo app.
++Henner Zeller contributed many recent enhancements, some new classes, and
++	fixed the win32 build process.
++John Connors has contributed many recent improvements for the win32
++	source tree.
++Eric Schendel <esche at users.sourceforge.net> recent improvements on the serial
++	I/O classes along with some similar enhancements on the socket classes.
++Gary Lawrence contributed a serial I/O example.
++Robert Prouse contributed to the updating of the win32 source tree and
++	production of merged win32/posix sources for sockets.
++Frediano Ziglio has provided help with the win32 target and with the 
++	development and testing for GNU Common C++ "2".
++
++Copyright:
 +
-    This package is free software; you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation; either version 2 of the License, or
-    (at your option) any later version.
++// Copyright 1999-2005 Open Source Telecom Corporation.
++// Copyright 2006-2008 David Sugar, Tycho Softworks.
 +
-    This package is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
++License:
 +
-    You should have received a copy of the GNU General Public License
-    along with this package; if not, write to the Free Software
-    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
++// This program is free software; you can redistribute it and/or modify
++// it under the terms of the GNU General Public License as published by
++// the Free Software Foundation; either version 2 of the License, or
++// (at your option) any later version.
++//
++// This program is distributed in the hope that it will be useful,
++// but WITHOUT ANY WARRANTY; without even the implied warranty of
++// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
++// GNU General Public License for more details.
++//
++// You should have received a copy of the GNU General Public License
++// along with this program; if not, write to the 
++   Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
 +   MA 02110-1301, USA.
++//
++// As a special exception, you may use this file as part of a free software
++// library without restriction.  Specifically, if other files instantiate
++// templates or use macros or inline functions from this file, or you compile
++// this file and link it with other files to produce an executable, this
++// file does not by itself cause the resulting executable to be covered by
++// the GNU General Public License.  This exception does not however
++// invalidate any other reasons why the executable file might be covered by
++// the GNU General Public License.
++//
++// This exception applies only to the code released under the name GNU
++// Common C++.  If you copy code from other releases into a copy of GNU
++// Common C++, as the General Public License permits, the exception does
++// not apply to the code that you add in this way.  To avoid misleading
++// anyone as to the status of such modified files, you must delete
++// this exception notice from them.
++//
++// If you write modifications of your own for GNU Common C++, it is your choice
++// whether to permit this exception to apply to your modifications.
++// 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-2'.
++Public License can be found in `/usr/share/common-licenses/GPL'.
++
++The Debian packaging is (C) 2002-2008, Mark Purcell <msp at debian.org> and
++is licensed under the GPL, see above.
++
++Other Portions:
++
++src/nat.cpp: 
++  [Copyright: 2004-2005 TintaDigital - STI, LDA]
++
++src/simplesocket.cpp:
++  [Copyright: 2002-2005 Wizzer Works]
++
++src/cidr.cpp: 
++  [Copyright: 2006 David Sugar, Tycho Softworks]
++
++src/network.cpp: 
++  [Copyright: 2002-2005 Christian Prochnow <cproch at seculogix.de>]
++
++src/cmdoptns.cpp: 
++  [Copyright: 2001-2005 Gianni Mariani]
++
diff --cc debian/libccgnu2-1.7-0.install
index 0000000,0000000..d0dbfd1
new file mode 100644
--- /dev/null
+++ b/debian/libccgnu2-1.7-0.install
@@@ -1,0 -1,0 +1,1 @@@
++usr/lib/lib*.so.*
diff --cc debian/libcommoncpp2-dev.install
index 0000000,0000000..961a908
new file mode 100644
--- /dev/null
+++ b/debian/libcommoncpp2-dev.install
@@@ -1,0 -1,0 +1,7 @@@
++usr/include/*
++usr/lib/lib*.a
++usr/lib/lib*.so
++usr/lib/lib*.la
++usr/bin/*
++usr/share/aclocal/*
++usr/lib/pkgconfig/*
diff --cc debian/libcommoncpp2-dev.manpages
index 0000000,0000000..3d72799
new file mode 100644
--- /dev/null
+++ b/debian/libcommoncpp2-dev.manpages
@@@ -1,0 -1,0 +1,1 @@@
++debian/*.8
diff --cc debian/libcommoncpp2-doc.docs
index 5502ed8,0000000..cb90f27
mode 100644,000000..100644
--- a/debian/libcommoncpp2-doc.docs
+++ b/debian/libcommoncpp2-doc.docs
@@@ -1,3 -1,0 +1,5 @@@
 +NEWS
 +README
 +TODO
++THANKS
++doc/html
diff --cc debian/libcommoncpp2-doc.examples
index 0000000,0000000..c173414
new file mode 100644
--- /dev/null
+++ b/debian/libcommoncpp2-doc.examples
@@@ -1,0 -1,0 +1,1 @@@
++demo/*
diff --cc debian/libcommoncpp2-doc.info
index 0000000,0000000..b73d5ca
new file mode 100644
--- /dev/null
+++ b/debian/libcommoncpp2-doc.info
@@@ -1,0 -1,0 +1,1 @@@
++doc/commoncpp2.info
diff --cc debian/libcommoncpp2-doc.lintian-overrides
index 0000000,0000000..82fa7ee
new file mode 100644
--- /dev/null
+++ b/debian/libcommoncpp2-doc.lintian-overrides
@@@ -1,0 -1,0 +1,4 @@@
++# cover up doxygen's errors
++libcommoncpp2-doc: manpage-has-bad-whatis-entry
++libcommoncpp2-doc: manpage-has-errors-from-man
++libcommoncpp2-doc: hyphen-used-as-minus-sign
diff --cc debian/libcommoncpp2-doc.manpages
index 0000000,0000000..496f303
new file mode 100644
--- /dev/null
+++ b/debian/libcommoncpp2-doc.manpages
@@@ -1,0 -1,0 +1,1 @@@
++doc/man/man3/*.3
diff --cc debian/patches/00list
index 0000000,0000000..629d436
new file mode 100644
--- /dev/null
+++ b/debian/patches/00list
@@@ -1,0 -1,0 +1,3 @@@
++cleaning_doc.dpatch 
++cstdlib_sparc.dpatch
++const_cast_conversion.dpatch
diff --cc debian/patches/cleaning_doc.dpatch
index 0000000,0000000..fa2a06e
new file mode 100644
--- /dev/null
+++ b/debian/patches/cleaning_doc.dpatch
@@@ -1,0 -1,0 +1,28 @@@
++#! /bin/sh /usr/share/dpatch/dpatch-run
++## cleaning_doc.dpatch by Rene Mayorga <rmayorga at debian.org.sv>
++##
++## All lines beginning with `## DP:' are a description of the patch.
++## DP: adding clean-docs target to doc/Makefile.in (Debian bug #424498)
++
++ at DPATCH@
++diff -urNad libcommoncpp2-1.5.9~/doc/Makefile.in libcommoncpp2-1.5.9/doc/Makefile.in
++--- libcommoncpp2-1.5.9~/doc/Makefile.in	2007-09-30 13:06:15.000000000 +0200
+++++ libcommoncpp2-1.5.9/doc/Makefile.in	2007-10-02 09:16:57.000000000 +0200
++@@ -274,12 +274,16 @@
++ Doxyfile: $(top_builddir)/config.status $(srcdir)/Doxyfile.in
++ 	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
++ 
++-mostlyclean-libtool:
+++mostlyclean-libtool: clean-docs
++ 	-rm -f *.lo
++ 
++ clean-libtool:
++ 	-rm -rf .libs _libs
++ 
+++clean-docs:
+++	-rm -rf html
+++	-rm -rf latex
+++
++ .texi.info:
++ 	restore=: && backupdir="$(am__leading_dot)am$$$$" && \
++ 	am__cwd=`pwd` && cd $(srcdir) && \
diff --cc debian/patches/const_cast_conversion.dpatch
index 0000000,0000000..717fb33
new file mode 100644
--- /dev/null
+++ b/debian/patches/const_cast_conversion.dpatch
@@@ -1,0 -1,0 +1,28 @@@
++#! /bin/sh /usr/share/dpatch/dpatch-run
++## const_cast_conversion.dpatch by Mehdi Dogguy <mehdi at debian.org>
++##
++## All lines beginning with `## DP:' are a description of the patch.
++## DP: constant string to char* conversion
++
++ at DPATCH@
++diff -urNad libcommoncpp2-1.7.3~/src/cidr.cpp libcommoncpp2-1.7.3/src/cidr.cpp
++--- libcommoncpp2-1.7.3~/src/cidr.cpp	2009-01-16 13:27:00.000000000 +0100
+++++ libcommoncpp2-1.7.3/src/cidr.cpp	2010-02-01 15:15:53.000000000 +0100
++@@ -202,7 +202,7 @@
++ #if defined(_MSC_VER) && _MSC_VER >= 1500
++ 	ep = (char *)strchr(cp, '/');
++ #else
++- 	ep = strchr(cp, '/');
+++ 	ep = strchr(const_cast<char *>(cp), '/');
++ #endif
++ 
++ 	if(ep)
++@@ -332,7 +332,7 @@
++ 	memset(&netmask, 0, sizeof(netmask));
++ 	bitset((bit_t *)&netmask, getMask(cp));
++ 	setString(cbuf, sizeof(cbuf), cp);
++-	ep = strchr(cp, '/');
+++	ep = strchr(const_cast<char *>(cp), '/');
++ 	if(ep)
++ 		*ep = 0;
++ 
diff --cc debian/patches/cstdlib_sparc.dpatch
index 0000000,0000000..de568a7
new file mode 100644
--- /dev/null
+++ b/debian/patches/cstdlib_sparc.dpatch
@@@ -1,0 -1,0 +1,19 @@@
++#! /bin/sh /usr/share/dpatch/dpatch-run
++## cstdlib_sparc.dpatch by  <zobel at debian.org>
++##
++## All lines beginning with `## DP:' are a description of the patch.
++## DP: fix FTBFS on sparc
++
++ at DPATCH@
++diff -urNad libcommoncpp2-1.6.2~/src/mempager.cpp libcommoncpp2-1.6.2/src/mempager.cpp
++--- libcommoncpp2-1.6.2~/src/mempager.cpp	2008-03-24 11:19:07.000000000 +1100
+++++ libcommoncpp2-1.6.2/src/mempager.cpp	2008-08-25 19:50:33.000000000 +1000
++@@ -42,6 +42,8 @@
++ #include <cc++/misc.h>
++ #include "private.h"
++ 
+++#include <cstdlib>
+++
++ #ifdef	CCXX_NAMESPACES
++ namespace ost {
++ using std::endl;
diff --cc debian/rules
index 92ee809,0000000..5a5fc96
mode 100755,000000..100755
--- a/debian/rules
+++ b/debian/rules
@@@ -1,7 -1,0 +1,18 @@@
 +#!/usr/bin/make -f
- %:
- 	dh $@ --parallel --with autotools_dev
 +
- override_dh_install:
- 	sed -i "/dependency_libs/ s/'.*'/''/" `find $(CURDIR)/debian -name '*.la'`
- 	dh_install
++FILENAME = $(DEB_SOURCE_PACKAGE)_$(DEB_UPSTREAM_VERSION).orig.tar.gz
++URL = http://ftp.gnu.org/pub/gnu/commoncpp/commoncpp2-$(DEB_UPSTREAM_VERSION).tar.gz
++
++include /usr/share/cdbs/1/rules/debhelper.mk
++include /usr/share/cdbs/1/class/autotools.mk
++include /usr/share/cdbs/1/rules/dpatch.mk
++
++get-orig-source:
++	@@dh_testdir
++	@@[ -d ../tarballs/. ]||mkdir -p ../tarballs
++	@@echo Downloading $(FILENAME) from $(URL) ...
++	@@wget -N -nv -T10 -t3 -O ../tarballs/$(FILENAME) $(URL)
++
++help2man:
++	/usr/bin/help2man -N -S 'Debian GNU/Linux' -o debian/ccgnu2-config.8 ccgnu2-config \
++	    -n 'script to get information about the installed version of libcommoncpp2'
diff --cc debian/watch
index 5bfa1dd,0000000..a3d96d0
mode 100644,000000..100644
--- a/debian/watch
+++ b/debian/watch
@@@ -1,4 -1,0 +1,3 @@@
- # watch control file for libccscript
- # Site		Directory		Pattern			Version	Script
 +version=2
- http://ftp.gnu.org/pub/gnu/ccscript/ccscript3-(.*)\.tar\.gz        debian svn-upgrade
++# Site		Directory		Pattern			Version	Script
++http://ftp.gnu.org/pub/gnu/commonc++/	commoncpp2-([\d\.]*)\.tar\.gz	debian  svn-upgrade

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/libccscript3.git



More information about the Pkg-voip-commits mailing list