[Pkg-voip-commits] [libosip2] 03/04: Imported Debian patch 4.1.0-2

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


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

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

commit 91368e6009eb29570501548f1aed495b8dbef153
Merge: 1142d33 d243a3f
Author: Mark Purcell <msp at debian.org>
Date:   Wed Jun 25 21:54:30 2014 +1000

    Imported Debian patch 4.1.0-2

 ChangeLog                                          |   93 +-
 FEATURES                                           |    4 +-
 Makefile.am                                        |    3 +
 Makefile.in                                        |  150 +-
 README                                             |   18 +-
 aclocal.m4                                         | 2358 +++++++-----
 configure                                          | 3268 ++++++++++------
 configure.in => configure.ac                       |   22 +-
 debian/changelog                                   |   38 +
 debian/control                                     |   12 +-
 debian/{libosip2-7.install => libosip2-11.install} |    0
 debian/patches/manpage-section-mismatch.patch      |   31 -
 debian/patches/series                              |    3 -
 debian/patches/spelling-error-in-binary.diff       |   86 -
 debian/patches/spelling-error-in-manpage.diff      |   29 -
 debian/rules                                       |    6 +-
 help/Makefile.in                                   |   59 +-
 help/doxygen/DoxyFile                              |    2 +-
 help/doxygen/Makefile.am                           |    2 +-
 help/doxygen/Makefile.in                           |   50 +-
 help/doxygen/ht0-initialize.dox                    |   28 +-
 help/doxygen/ht1-uri.dox                           |   30 +-
 help/doxygen/ht2-parser.dox                        |  244 +-
 help/doxygen/ht3-fsm.dox                           |   40 +-
 help/doxygen/ht4-dialog.dox                        |  114 +-
 help/doxygen/ht5-portability.dox                   |   90 +
 help/doxygen/ht5-sdp.dox                           |   23 -
 help/man/Makefile.in                               |   75 +-
 help/man/osip.1                                    |    6 +-
 help/man/osip.sgml                                 |    4 +-
 include/Makefile.in                                |   59 +-
 include/osip2/Makefile.in                          |   63 +-
 include/osip2/doxygen.dox.in                       |   14 +-
 include/osip2/internal.h                           |  203 +-
 include/osip2/osip.h                               |  902 ++---
 include/osip2/osip_condv.h                         |   29 +-
 include/osip2/osip_dialog.h                        |   88 +-
 include/osip2/osip_fifo.h                          |   42 +-
 include/osip2/osip_mt.h                            |   52 +-
 include/osip2/osip_time.h                          |   36 +-
 include/osipparser2/Makefile.am                    |    2 +
 include/osipparser2/Makefile.in                    |   75 +-
 include/osipparser2/headers/Makefile.in            |   63 +-
 include/osipparser2/headers/osip_accept.h          |    2 +-
 include/osipparser2/headers/osip_accept_encoding.h |    2 +-
 include/osipparser2/headers/osip_accept_language.h |    2 +-
 include/osipparser2/headers/osip_alert_info.h      |    2 +-
 include/osipparser2/headers/osip_allow.h           |    2 +-
 .../osipparser2/headers/osip_authentication_info.h |    2 +-
 include/osipparser2/headers/osip_authorization.h   |    2 +-
 include/osipparser2/headers/osip_call_id.h         |    2 +-
 include/osipparser2/headers/osip_call_info.h       |    2 +-
 include/osipparser2/headers/osip_contact.h         |    2 +-
 .../osipparser2/headers/osip_content_disposition.h |    2 +-
 .../osipparser2/headers/osip_content_encoding.h    |    2 +-
 include/osipparser2/headers/osip_content_length.h  |    2 +-
 include/osipparser2/headers/osip_content_type.h    |    2 +-
 include/osipparser2/headers/osip_cseq.h            |    2 +-
 include/osipparser2/headers/osip_error_info.h      |    2 +-
 include/osipparser2/headers/osip_from.h            |    2 +-
 include/osipparser2/headers/osip_header.h          |    2 +-
 include/osipparser2/headers/osip_mime_version.h    |    2 +-
 .../osipparser2/headers/osip_proxy_authenticate.h  |    2 +-
 .../headers/osip_proxy_authentication_info.h       |    2 +-
 .../osipparser2/headers/osip_proxy_authorization.h |    2 +-
 include/osipparser2/headers/osip_record_route.h    |    2 +-
 include/osipparser2/headers/osip_route.h           |    2 +-
 include/osipparser2/headers/osip_to.h              |    2 +-
 include/osipparser2/headers/osip_via.h             |   22 +-
 .../osipparser2/headers/osip_www_authenticate.h    |    2 +-
 include/osipparser2/internal.h                     |  122 +
 include/osipparser2/osip_body.h                    |   29 +-
 include/osipparser2/osip_const.h                   |    4 +-
 include/osipparser2/osip_headers.h                 |    2 +-
 include/osipparser2/osip_list.h                    |   65 +-
 include/osipparser2/osip_md5.h                     |   25 +-
 include/osipparser2/osip_message.h                 |  156 +-
 include/osipparser2/osip_parser.h                  |  179 +-
 include/osipparser2/osip_port.h                    |  285 +-
 include/osipparser2/osip_uri.h                     |  112 +-
 include/osipparser2/sdp_message.h                  |  312 +-
 config.h.in => osip-config.h.in                    |    2 +-
 platform/Makefile.am                               |    2 +-
 platform/Makefile.in                               |   61 +-
 platform/rpm/Makefile.in                           |   48 +-
 platform/rpm/libosip.spec                          |    2 +-
 platform/vsnet/Makefile.am                         |    2 +-
 platform/vsnet/Makefile.in                         |   50 +-
 platform/vsnet/osip.sln                            |   61 +-
 platform/vsnet/osip2.vcproj                        |  424 ---
 platform/vsnet/osip2.vcxproj                       |  184 +
 platform/vsnet/osipparser2.vcproj                  |  616 ---
 platform/vsnet/osipparser2.vcxproj                 |  227 ++
 platform/wince/Makefile.am                         |    2 -
 platform/wince/Makefile.in                         |  364 --
 platform/wince/osip2.vcproj                        |  943 -----
 platform/wince/osipparser2.vcproj                  | 1111 ------
 scripts/Makefile.in                                |   48 +-
 scripts/config.guess                               |  397 +-
 scripts/config.sub                                 |  229 +-
 scripts/depcomp                                    |  190 +-
 scripts/ltmain.sh                                  | 4016 +++++++++++++-------
 src/Makefile.in                                    |   59 +-
 src/osip2/Makefile.in                              |   59 +-
 src/osip2/fsm.h                                    |  123 +-
 src/osip2/fsm_misc.c                               |   45 +-
 src/osip2/ict.c                                    |  279 +-
 src/osip2/ict_fsm.c                                |  878 ++---
 src/osip2/ist.c                                    |  121 +-
 src/osip2/ist_fsm.c                                |  553 ++-
 src/osip2/nict.c                                   |  267 +-
 src/osip2/nict_fsm.c                               |  598 ++-
 src/osip2/nist.c                                   |   94 +-
 src/osip2/nist_fsm.c                               |  462 +--
 src/osip2/osip.c                                   | 2925 +++++++-------
 src/osip2/osip_dialog.c                            |  870 ++---
 src/osip2/osip_event.c                             |  207 +-
 src/osip2/osip_time.c                              |  265 +-
 src/osip2/osip_transaction.c                       | 1397 +++----
 src/osip2/port_condv.c                             |  446 +--
 src/osip2/port_fifo.c                              |  261 +-
 src/osip2/port_sema.c                              | 1046 ++---
 src/osip2/port_thread.c                            |  389 +-
 src/osip2/xixt.h                                   |  103 +-
 src/osipparser2/Makefile.in                        |   59 +-
 src/osipparser2/osip_accept.c                      |  192 +-
 src/osipparser2/osip_accept_encoding.c             |  306 +-
 src/osipparser2/osip_accept_language.c             |   56 +-
 src/osipparser2/osip_alert_info.c                  |   55 +-
 src/osipparser2/osip_allow.c                       |   54 +-
 src/osipparser2/osip_authentication_info.c         |  509 ++-
 src/osipparser2/osip_authorization.c               |  970 ++---
 src/osipparser2/osip_body.c                        |  738 ++--
 src/osipparser2/osip_call_id.c                     |  276 +-
 src/osipparser2/osip_call_info.c                   |  301 +-
 src/osipparser2/osip_contact.c                     |  119 +-
 src/osipparser2/osip_content_disposition.c         |   48 +-
 src/osipparser2/osip_content_encoding.c            |   55 +-
 src/osipparser2/osip_content_length.c              |  154 +-
 src/osipparser2/osip_content_type.c                |  353 +-
 src/osipparser2/osip_cseq.c                        |  255 +-
 src/osipparser2/osip_error_info.c                  |   55 +-
 src/osipparser2/osip_from.c                        | 1030 ++---
 src/osipparser2/osip_header.c                      |  420 +-
 src/osipparser2/osip_list.c                        |  408 +-
 src/osipparser2/osip_md5c.c                        |  344 +-
 src/osipparser2/osip_message.c                     |  862 ++---
 src/osipparser2/osip_message_parse.c               | 1964 +++++-----
 src/osipparser2/osip_message_to_str.c              | 1357 +++----
 src/osipparser2/osip_mime_version.c                |   45 +-
 src/osipparser2/osip_parser_cfg.c                  |  316 +-
 src/osipparser2/osip_port.c                        | 1870 +++++----
 src/osipparser2/osip_proxy_authenticate.c          |   58 +-
 src/osipparser2/osip_proxy_authentication_info.c   |   59 +-
 src/osipparser2/osip_proxy_authorization.c         |   58 +-
 src/osipparser2/osip_record_route.c                |  195 +-
 src/osipparser2/osip_route.c                       |   80 +-
 src/osipparser2/osip_to.c                          |   76 +-
 src/osipparser2/osip_uri.c                         | 1674 ++++----
 src/osipparser2/osip_via.c                         |  786 ++--
 src/osipparser2/osip_www_authenticate.c            |  973 +++--
 src/osipparser2/parser.h                           |   27 +-
 src/osipparser2/sdp_accessor.c                     | 1123 +++---
 src/osipparser2/sdp_message.c                      | 3764 +++++++++---------
 src/test/Makefile.am                               |    2 +-
 src/test/Makefile.in                               |   83 +-
 src/test/res/Makefile.in                           |   48 +-
 src/test/res/sdp14                                 |    2 +-
 src/test/res/sip3                                  |    2 +-
 src/test/res/sip4                                  |    4 +-
 src/test/res/torture_msgs2                         |    2 +-
 src/test/res/torture_sdps                          |    2 +-
 src/test/tcallid.c                                 |   84 +-
 src/test/tcontact.c                                |   85 +-
 src/test/tcontentt.c                               |   85 +-
 src/test/tfrom.c                                   |   85 +-
 src/test/torture.c                                 |  460 +--
 src/test/trecordr.c                                |   85 +-
 src/test/troute.c                                  |   84 +-
 src/test/tto.c                                     |   84 +-
 src/test/turls.c                                   |  216 +-
 src/test/tvia.c                                    |   84 +-
 src/test/twwwa.c                                   |   86 +-
 183 files changed, 27178 insertions(+), 26756 deletions(-)

diff --cc debian/changelog
index 66ea069,0000000..40a4687
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,282 -1,0 +1,320 @@@
++libosip2 (4.1.0-2) unstable; urgency=low
++
++  * Upload to unstable - coordinated through debian-release
++
++ -- Mark Purcell <msp at debian.org>  Wed, 25 Jun 2014 21:54:30 +1000
++
++libosip2 (4.1.0-1) experimental; urgency=low
++
++  * New upstream release
++  * NEW package libosip2-11 - match soname
++  * Fix "use dh-autoreconf instead of autotools-dev to fix FTBFS on
++    ppc64el" patch from ~logan (Closes: #735640)
++  * Drop all debian/patches - included upstream
++
++ -- Mark Purcell <msp at debian.org>  Mon, 20 Jan 2014 20:24:38 +1100
++
++libosip2 (4.0.0-3) unstable; urgency=low
++
++  * Fix "FTBFS on hurd-i386" patch supplied by Pino (Closes: #715196)
++
++ -- Mark Purcell <msp at debian.org>  Sun, 04 Aug 2013 10:25:43 +1000
++
++libosip2 (4.0.0-2) unstable; urgency=low
++
++  * Upload to unstable
++  * Update debian/control - fix Vcs & Standards-Version:
++
++ -- Mark Purcell <msp at debian.org>  Sun, 12 May 2013 18:41:44 +1000
++
++libosip2 (4.0.0-1) experimental; urgency=low
++
++  * New upstream release
++  * NEW package libosip2-10 - match soname
++  * Drop obsolete spelling-error-in-manpage.diff
++  * Refresh manpage-section-mismatch.patch
++
++ -- Mark Purcell <msp at debian.org>  Sun, 23 Dec 2012 13:45:52 +1100
++
 +libosip2 (3.6.0-4) unstable; urgency=low
 +
 +  * weezey polish
 +  * Update Standards-Version: 3.9.3
 +  * Refresh manpage-section-mismatch.patch
 +  * debian/compat -> 9 - hardening & multiarch
 +
 + -- Mark Purcell <msp at debian.org>  Sun, 24 Jun 2012 20:57:55 +1000
 +
 +libosip2 (3.6.0-3) unstable; urgency=low
 +
 +  * Upload to unstable - debian-release endorsed
 +  * Fix minor spelling-error.diff
 +
 + -- Mark Purcell <msp at debian.org>  Sun, 26 Feb 2012 07:52:37 +1100
 +
 +libosip2 (3.6.0-2) experimental; urgency=low
 +
 +  * Fix "Resolve unresolved symbols in shared libraries" 
 +    debian/rules: export EXTRA_LIB=-lpthread (Closes: #558915)
 +
 + -- Mark Purcell <msp at debian.org>  Sat, 08 Oct 2011 14:06:34 +1100
 +
 +libosip2 (3.6.0-1) experimental; urgency=low
 +
 +  * New upstream release
 +    - NEW package libosip2-7 - soname bump
 +  * docs: drop duplicate-changelog-files ChangeLog
 +  * Drop content of dependancy_libs (sed -i)
 +    - Fixes "Emptying dependency_libs in .la files" (Closes: #633334)
 +  * Switch to dh 7
 +  * Switch to dpkg-source 3.0 (quilt) format
 +  * Upgrade to Standards Version 3.9.2
 +  * Upgrade debian/watch to v3
 +  * copyright-refers-to-symlink-license
 +    - Updated debian/copyright -> LGPL-2.1
 +  * Add osip.1 to libosip2-dev
 +
 + -- Mark Purcell <msp at debian.org>  Sat, 08 Oct 2011 13:54:35 +1100
 +
 +libosip2 (3.5.0-1) experimental; urgency=low
 +
 +  * New upstream release
 +  * NEW package libosip2-6 - soname bump
 +  * debian/compat -> 7
 +
 + -- Mark Purcell <msp at debian.org>  Sat, 29 Jan 2011 15:08:04 +1000
 +
 +libosip2 (3.3.0-1) unstable; urgency=low
 +
 +  * New upstream release
 +    - libosip2 transition
 +  * Cleanup Uploaders: (Closes: #508850)
 +  * Upstream includes ignore-debian-Makefile.in.patch
 +
 + -- Mark Purcell <msp at debian.org>  Sun, 08 Mar 2009 15:36:40 +1100
 +
 +libosip2 (3.2.0-1) experimental; urgency=low
 +
 +  * New upstream release
 +
 +  [ Patrick Matthäi ]
 +  * Bumped to Standards-Version 3.8.0.
 +  * Removed some more useless whitespaces at EOL in debian/control.
 +
 +  [ Mark Purcell ]
 +  * NEW package libosip2-4 to match upstream soname
 +  * Add uclean(1) call to get-orig-source target
 +  * Add manpage-section-mismatch.patch
 +
 + -- Mark Purcell <msp at debian.org>  Sat, 15 Nov 2008 22:11:57 +1100
 +
 +libosip2 (3.1.0-1) unstable; urgency=low
 +
 +  * New upstream release
 +
 +  [ Kilian Krause ]
 +  * Update Maintainer to Debian VoIP Team.
 +
 +  [ Mark Purcell ]
 +  * Cleanup get-orig-source VARS
 +  * Ran uclean(1) over .orig.tar.gz
 +  * Ignore upstream debian/Makefile.in
 +     - ignore-debian-Makefile.in.patch
 +  * Bump packagename to libosip2-3deb (libosip2-3 is used in etch)
 +    - package-name-doesnt-match-sonames libosip2-3
 +    - Conflicts: Replaces: etch libosip3 (<< 3.0) same soname
 +  * Remove debian/dirs - lintian: package-contains-empty-directory
 +
 + -- Mark Purcell <msp at debian.org>  Fri, 18 Apr 2008 16:04:23 +1000
 +
 +libosip2 (3.0.3-2-1) unstable; urgency=low
 +
 +  * New Upstream Release
 +
 +  [ Mikael Magnusson ]
 +  * Fix debian/rules print-version and get-orig-source
 +
 +  [ Mark Purcell ]
 +  * Bump soname (backwards libosip2-2)
 +    - linphone-nox: nox client fails to start (Closes: #439196)
 +    - libosip2-3: package-name-doesnt-match-sonames libosip2-2 
 +    (Closes: #439600)
 +  * linda: debhelper.mk needs Build-Depends: (>=  4.1.0)
 +  * Dump Provides:/ Conflicts: libosip2feature209 not used in Debian
 +  * Add Conflicts: libosip2-3 (>> 3.0) for missed soname bump
 +
 + -- Mark Purcell <msp at debian.org>  Fri, 31 Aug 2007 22:02:47 +0100
 +
 +libosip2 (3.0.3-2) unstable; urgency=low
 +
 +  * Build-Depends: cdbs
 +
 + -- Mark Purcell <msp at debian.org>  Sun, 19 Aug 2007 12:27:34 +0100
 +
 +libosip2 (3.0.3-1) unstable; urgency=low
 +
 +  * New upstream release (Closes: #421509)
 +
 +  [ Kilian Krause ]
 +  * debian/control:
 +    - Import into pkg-voip.
 +    - Use binary:Version stanza to allow clean binNMUs.
 +      Bump to dpkg-dev (>= 1.13.19)
 +  * debian/watch: Update.
 +
 +  [ Mark Purcell ]
 +  * libosip2-dev Recommends: pkg-config
 +  * Switch to cdbs
 +  * Ack NMU
 +    - libosip2-dev: libosip2.pc is missing (Closes: #328825)
 +    - libosip2-3: please provide osip.1 upstream man page (Closes:
 +    #366037)
 +    - Link in description doesn't exist (Closes: #352251)
 +  * Add Build-Depends: docbook-to-man to generate osip(1)
 +  * Add Build-Depends: autotools-dev
 +  * move osip.1 to -dev package, allows future upgrades of libs
 +
 + -- Mark Purcell <msp at debian.org>  Sun, 19 Aug 2007 11:43:12 +0100
 +
 +libosip2 (2.2.2-3.1) unstable; urgency=low
 +
 +  * Non-maintainer upload.
 +  * BTS old bugs:
 +    + Include libosip2.pc in -dev package (Closes: #328825)
 +    + Link libosip2.so.3.0.0 against libpthread.so (Closes: #356330)
 +    + Fix Links in debian/control: fsf.org => gnu.org (Closes: #352251)
 +
 +  * Remove debian/*.ex files (Closes: #366036).
 +  * Remove debian/libosip2.* files.
 +  * switch to dh_install in debian/rules:
 +    + enable --list-missing to catch non installed files (like osip.1).
 +    + .files/.install were not in sync.
 +  * Also bump Standards-Version to 3.6.2.
 +  * Install upstream man page osip.1 (Closes: #366037).
 +  * Fix FSF address in debian/copyright.
 +  * Make debian/copyright complete (missing copyright statement for
 +    osip_md5.{h,c}) (Closes: #366034).
 +
 + -- Pierre Habouzit <madcoder at debian.org>  Wed, 24 May 2006 22:04:05 +0200
 +
 +libosip2 (2.2.2-3) unstable; urgency=medium
 +
 +  * Revert NMU
 +
 + -- Anand Kumria <wildfire at progsoc.org>  Tue, 18 Apr 2006 13:44:28 +1000
 +
 +libosip2 (2.2.2-2) unstable; urgency=low
 +
 +  * Change Build-Dep to automake1.8 (Closes: #335134)
 +
 + -- Anand Kumria <wildfire at progsoc.org>  Sat, 31 Dec 2005 13:07:36 +1100
 +
 +libosip2 (2.2.2-1) unstable; urgency=low
 +
 +  [ Aymeric MOIZARD ]
 +  * parser speed improvements
 +  * replace mutex with critical section on windows for performance.
 +  * fix a bug in the parser for empty header (also store empty Accept header)
 +  * improve mime support.
 +  * improve sipfrag support.
 +  * add NULL checks (uris...).
 +  * patch for PSOS support.
 +
 +  [ ARAKI Yasuhiro ]
 +  * new upstream release.
 +
 + -- ARAKI Yasuhiro <ar at debian.org>  Wed, 21 Dec 2005 18:36:25 +0900
 +
 +libosip2 (2.2.1-1) unstable; urgency=low
 +
 +  * fix a potential mem leak content_type and osip_message_parse.
 +  * fix osip_body_clone method (add terminating NULL)
 +  * fix for binary support when multipart is used.
 +  * automatic check for reliable protocol SCTP and TLS.
 +  * avoid <winsock.h> inclusion so user can (and must) now include either
 +    <winsock.h> or <winsock2.h> before including <osip/osip2.h>
 +
 + -- Aymeric MOIZARD <jack at atosc.org>  Tue, 12 Jul 2005 13:04:32 +0100
 +
 +libosip2 (2.2.0+2.2.1pre4-2) unstable; urgency=low
 +
 +  * Maintainer change: Anand Kumria <wildfire at progsoc.org> to ARAKI Yasuhiro
 +    <ar at debian.org>.
 +
 + -- ARAKI Yasuhiro <ar at debian.org>  Mon, 25 Apr 2005 14:11:33 +0900
 +
 +libosip2 (2.2.0+2.2.1pre4-1) unstable; urgency=low
 +
 +  * New upstream release
 +  * fix osip_body_clone doesn't NULL terminate the copied body.
 +    Reported by Mikael Magnusson. (Close: #305729)
 +  * Maintainer change: Anand Kumria <wildfire at progsoc.org> to ARAKI Yasuhiro
 +    <ar at debian.org>.
 +
 + -- ARAKI Yasuhiro <ar at debian.org>  Fri, 22 Apr 2005 15:33:12 +0900
 +
 +libosip2 (2.2.0-1) unstable; urgency=low
 +
 +  * remove #ifdef OSIP_RETRANSMIT_2XX to always compile it.
 +  * initialize remote_contact_uri when dialog is built with notify.
 +  * allow very short attachements.
 +  * new macros allocators.
 +  * remove use of alloca in the parser.
 +  * fix memory bug when realloc is needed on large message.
 +  * remove useless prototypes.
 +  * fix memory access in parser.
 +  * API slightly broken to enable support for binary data.
 +  * improvements of the sip message test suite.
 +  * ABI change to 3 
 +
 + -- ARAKI Yasuhiro <ar at debian.org>  Fri,  4 Feb 2005 14:46:08 +0900
 +libosip2 (2.0.9-2) unstable; urgency=low
 +
 +  * fix for ABI change (close: #285079)
 +
 + -- ARAKI Yasuhiro <ar at debian.org>  Sat, 11 Dec 2004 15:20:14 +0900
 +
 +libosip2 (2.0.9-1) unstable; urgency=low
 +
 +  * New upstream release 
 +
 + -- ARAKI Yasuhiro <ar at debian.org>  Thu,  9 Dec 2004 18:09:09 +0900
 +
 +libosip2 (2.0.6-2) unstable; urgency=low
 +
 +  * fix: lack "libosip2.so" install for libosip2-dev. 
 +
 + -- ARAKI Yasuhiro <ar at debian.org>  Tue, 23 Mar 2004 15:29:12 +0900
 +
 +libosip2 (2.0.6-1) unstable; urgency=low
 +
 +  * New upstream release (close: #238263)
 +  * Co-maintainer add: ARAKI Yasuhiro <ar at debian.org>
 +
 + -- ARAKI Yasuhiro <ar at debian.org>  Thu, 18 Mar 2004 11:56:11 +0900
 +
 +libosip2 (2.0.5-2) unstable; urgency=low
 +
 +  * Build depend on automake1.6 too
 +
 + -- Anand Kumria <wildfire at progsoc.org>  Sun, 28 Dec 2003 13:17:07 +1100
 +
 +libosip2 (2.0.5-1) unstable; urgency=low
 +
 +  * New upstream release (and change of source name)
 +  * For the life of me I couldn't see what the patch
 +    was but I believe this will fix the problem (closes: #215606, 219421)
 +
 + -- Anand Kumria <wildfire at progsoc.org>  Sat, 27 Dec 2003 11:07:33 +1100
 +
 +osip (2.0.4-1) unstable; urgency=low
 +
 +  * New upstream release
 +
 + -- Anand Kumria <wildfire at progsoc.org>  Sun, 11 Oct 2003 05:17:51 +1000
 +
 +osip (2.0.1.2-1) unstable; urgency=low
 +
 +  * Initial Release.
 +
 + -- Anand Kumria <wildfire at progsoc.org>  Tue, 30 Sep 2003 16:09:51 +1000
diff --cc debian/control
index 0925ed4,0000000..5ebe4e1
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,47 -1,0 +1,47 @@@
 +Source: libosip2
 +Section: comm
 +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 (>= 9), dpkg-dev (>= 1.13.19), autotools-dev, docbook-to-man
- Standards-Version: 3.9.3
++Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.13.19), dh-autoreconf, docbook-to-man
++Standards-Version: 3.9.5
 +Homepage: http://www.gnu.org/software/osip/
- Vcs-Svn: svn://svn.debian.org/pkg-voip/libosip2/trunk/
- Vcs-Browser: http://svn.debian.org/wsvn/pkg-voip/libosip2/?op=log
++Vcs-Svn: svn://anonscm.debian.org/pkg-voip/libosip2/trunk/
++Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-voip/libosip2/trunk/
 +
 +Package: libosip2-dev
 +Section: libdevel
 +Architecture: any
- Depends: ${misc:Depends}, libosip2-7 (= ${binary:Version})
++Depends: ${misc:Depends}, libosip2-11 (= ${binary:Version})
 +Recommends: pkg-config
 +Description: development files for the SIP library
 + libosip2 header files and static libraries to assist in development of
 + programs wishing to use SIP.
 + .
 + The oSIP library is written in C, is thread safe and has no dependencies
 + except the standard C library.
 + .
 + oSIP could be used to implement an IP soft-phone as well as embedded SIP
 + software. oSIP is not limited to endpoint agents implementations and can
 + also be used to implement SIP proxies or registration services.
 + .
 + oSIP currently provides an API for the SIP message parser, SDP message
 + parser, and library to handle "SIP transactions" as defined by the SIP
 + standards (RFC3261).
 +
- Package: libosip2-7
++Package: libosip2-11
 +Section: libs
 +Pre-Depends: ${misc:Pre-Depends}
 +Architecture: any
 +Multi-Arch: same
 +Depends: ${shlibs:Depends}, ${misc:Depends}
 +Description: Session Initiation Protocol (SIP) library
 + oSIP is an implementation of SIP.
 + .
 + SIP stands for the Session Initiation Protocol and is described by the
 + RFC3261.  This library aims to provide multimedia and telecom software
 + developers an easy and powerful interface to initiate and control SIP
 + based sessions in their applications.
 + .
 + SIP is the IETF replacement for the ITU's H323. Example programs using this
 + library are partysip and linphone.
diff --cc debian/libosip2-11.install
index 3ddde58,0000000..3ddde58
mode 100644,000000..100644
--- a/debian/libosip2-11.install
+++ b/debian/libosip2-11.install
diff --cc debian/rules
index 2065dde,0000000..85be68f
mode 100755,000000..100755
--- a/debian/rules
+++ b/debian/rules
@@@ -1,17 -1,0 +1,17 @@@
 +#!/usr/bin/make -f
 +%:
- 	dh $@ --parallel --with-autotools-dev
++	dh $@ --parallel --with autoreconf
 +
 +export EXTRA_LIB=-lpthread
 +
 +override_dh_auto_configure:
 +	dh_auto_configure -- --enable-gperf --enable-pthread
 +
 +override_dh_install:
 +	dh_install --list-missing
 +	# Drop content of dependency_libs to avoid having to recompile exiv2
 +	# if the path of the libs that appear there changes
 +	sed -i "/dependency_libs/ s/'.*'/''/" `find . -name '*.la'`
 +
- get-orig-source:
- 	uscan --force-download
++override_dh_autoreconf:
++	dh_autoreconf ./autogen.sh

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



More information about the Pkg-voip-commits mailing list