--- libexosip2-3.1.0.orig/debian/watch +++ libexosip2-3.1.0/debian/watch @@ -0,0 +1,23 @@ +# Example watch control file for uscan +# Rename this file to "watch" and then you can run the "uscan" command +# to check for upstream updates and more. +# See uscan(1) for format + +# Compulsory line, this is a version 3 file +version=3 + +# Uncomment to examine a Webpage +# +#http://www.example.com/downloads.php libexosip2-(.*)\.tar\.gz + +# Uncomment to examine a Webserver directory +#http://www.example.com/pub/libexosip2-(.*)\.tar\.gz +http://download.savannah.nongnu.org/releases/exosip/libeXosip2-(.*)\.tar\.gz debian svn-upgrade + +# Uncommment to examine a FTP server +#ftp://ftp.example.com/pub/libexosip2-(.*)\.tar\.gz debian uupdate + +# Uncomment to find new files on sourceforge, for debscripts >= 2.9 +# http://sf.net/libexosip2/libexosip2-(.*)\.tar\.gz + + --- libexosip2-3.1.0.orig/debian/libexosip2-4.manpages +++ libexosip2-3.1.0/debian/libexosip2-4.manpages @@ -0,0 +1 @@ +debian/manpages/sip_reg-3.0.3-2.1 --- libexosip2-3.1.0.orig/debian/rules +++ libexosip2-3.1.0/debian/rules @@ -0,0 +1,31 @@ +#!/usr/bin/make -f + +# Add here any variable or target overrides you need + +FILENAME = $(DEB_SOURCE_PACKAGE)_$(DEB_UPSTREAM_VERSION).orig.tar.gz +URL = http://download.savannah.nongnu.org/releases/exosip/libeXosip2-$(DEB_UPSTREAM_VERSION).tar.gz + +include /usr/share/cdbs/1/class/autotools.mk +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk + +DEB_MAKE_BUILD_TARGET := doxygen +DEB_CONFIGURE_EXTRA_FLAGS := --disable-josua --program-suffix=-$(DEB_UPSTREAM_VERSION) + +# This would fix the linitan error extra-license-file if it worked ;-( +# DEB_DH_ALWAYS_EXCLUDE := eXosip2_license.3.gz + +clean:: + [ ! -d help/doxygen/doc ] || rm -rf help/doxygen/doc + +print-version: + @@echo "DEB_UPSTREAM_VERSION: $(DEB_UPSTREAM_VERSION)" + @@echo "Filename: $(FILENAME)" + @@echo "URL: $(URL)" + +get-orig-source: + @@dh_testdir + @@[ -d ../tarballs/. ]||mkdir -p ../tarballs + @@echo Downloading $(FILENAME) from $(URL) ... + @@wget -N -nv -T10 -t3 -O ../tarballs/$(FILENAME) $(URL) + --- libexosip2-3.1.0.orig/debian/compat +++ libexosip2-3.1.0/debian/compat @@ -0,0 +1 @@ +5 --- libexosip2-3.1.0.orig/debian/libexosip2-dev.manpages +++ libexosip2-3.1.0/debian/libexosip2-dev.manpages @@ -0,0 +1 @@ +help/doxygen/doc/man/man3/* --- libexosip2-3.1.0.orig/debian/control +++ libexosip2-3.1.0/debian/control @@ -0,0 +1,29 @@ +Source: libexosip2 +Priority: optional +Maintainer: Debian VoIP Team +Uploaders: Mark Purcell , Kilian Krause , Rene Mayorga +Build-Depends: debhelper (>= 5), autotools-dev, cdbs (>= 0.4.39), libncurses5-dev, libosip2-dev (>= 3.1), dpkg-dev (>= 1.13.19), doxygen +Build-Conflicts: libssl-dev +Section: libs +Standards-Version: 3.7.2 +Homepage: http://savannah.gnu.org/projects/exosip/ +Vcs-Svn: svn://svn.debian.org/pkg-voip/libexosip2/trunk/ +Vcs-Browser: http://svn.debian.org/wsvn/pkg-voip/libexosip2/?op=log + +Package: libexosip2-dev +Section: libdevel +Architecture: any +Depends: libexosip2-4 (= ${binary:Version}), libosip2-dev (>= 3.1) +Description: eXtended OSIP library development files + Development files for the eXtended OSIP library + +Package: libexosip2-4 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: eXtended OSIP library + Library that hides the complexity of using the SIP protocol for multimedia + session establishement. This protocol is mainly to be used by VoIP + telephony applications (endpoints or conference server) but might be + also useful for any application that wish to establish sessions like + multiplayer games. --- libexosip2-3.1.0.orig/debian/libexosip2-dev.install +++ libexosip2-3.1.0/debian/libexosip2-dev.install @@ -0,0 +1,4 @@ +debian/tmp/usr/include/* +debian/tmp/usr/lib/lib*.a +debian/tmp/usr/lib/lib*.so +debian/tmp/usr/lib/*.la --- libexosip2-3.1.0.orig/debian/copyright +++ libexosip2-3.1.0/debian/copyright @@ -0,0 +1,34 @@ +This package was debianized by Mark Purcell on +Sat, 1 Apr 2006 07:58:30 +0100. + +It was downloaded from http://savannah.nongnu.org/projects/eXosip + +Copyright Holder: Copyright (C) 2002,2003,2004,2005 Aymeric MOIZARD - jack@atosc.org + +License: + + 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. + + 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. + + 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, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. + +src/inet_ntop.c + +/* Copyright (c) 1996 by Internet Software Consortium. + * + * Permission to use, copy, modify, and distribute this software for any + * purpose with or without fee is hereby granted, provided that the above + * copyright notice and this permission notice appear in all copies. + --- libexosip2-3.1.0.orig/debian/libexosip2-dev.docs +++ libexosip2-3.1.0/debian/libexosip2-dev.docs @@ -0,0 +1,2 @@ +NEWS +README --- libexosip2-3.1.0.orig/debian/changelog +++ libexosip2-3.1.0/debian/changelog @@ -0,0 +1,96 @@ +libexosip2 (3.1.0-1) unstable; urgency=low + + * New upstream release + * Remove Conflicts:/ Replaces: as libexosip2-5 (>> 3.0) does not + exist in etch/ lenny/ sid + * Build-Depends:/ Depends: libosip2-dev (>= 3.1) + + -- Mark Purcell Tue, 22 Apr 2008 19:39:04 +1000 + +libexosip2 (3.0.3-3-1) unstable; urgency=low + + * New upstream release + + -- Mark Purcell Sun, 30 Sep 2007 12:03:30 +0100 + +libexosip2 (3.0.3-2-2) unstable; urgency=high + + [ Kilian Krause ] + * Build-Conflicts with libssl-dev to make sure it's not included in + libexosip.pc (Closes: #442964) + * Set high urgency due to fixing RC bug + * Add versioned depends on cdbs >= 0.4.39 due to use of DEB_UPSTREAM_VERSION + * Add Homepage field as added in dpkg-dev 1.14.6. + + [ Rene Mayorga ] + * Remove help/doxygen/doc in clean target to fix rebuild + (Closes: #442632) + * Added missing manpage for /usr/bin/sip_reg-3.0.3-2 + * Bump Standards-Version to 3.7.2 + * debian/compat set to 5 + * debian/control + + debhelper versioned raised to 5 + + Added myself to uploaders + + -- Kilian Krause Sat, 22 Sep 2007 12:08:47 +0200 + +libexosip2 (3.0.3-2-1) unstable; urgency=low + + * New upstream release + * linda: debhelper.mk needs Build-Depends: (>= 4.1.0) + * Bump build-Depends: libosip2-dev (>= 3.0.3-2-1) + * Conflicts: libexosip2-5 (>> 3.0) missed soname bump + * Set --program-suffix=-$(DEB_UPSTREAM_VERSION) allow libs pkgs to coexist + * Set DoxyFile SHOW_DIRECTORIES=NO + - manpages with wrong filename (Closes: #413302) + * Add DEB_DH_ALWAYS_EXCLUDE := eXosip2_license.3.gz + - lintian: extra-license-file + + -- Mark Purcell Sat, 01 Sep 2007 00:40:23 +0100 + +libexosip2 (3.0.3-1) unstable; urgency=low + + [ Kilian Krause ] + * New upstream release + * debian/control: + - New upstream version 3.0.0 requires libosip2-dev (>= 3.0.0) to fix FTBFS + - Use new binary:Version stanza for binNMU safety. + Requires dpkg-dev (>= 1.13.19) + * debian/libexosip2-5.install: + Remove eXosip_addidentity.sh as no longer provided by upstream. + + -- Mark Purcell Sun, 19 Aug 2007 12:07:38 +0100 + +libexosip2 (2.2.3-2) unstable; urgency=low + + * libexosip2-dev Depends: libosip2-dev + - Fixes: missing dependency on libosip2-dev (Closes: #393637) + + -- Mark Purcell Sat, 9 Dec 2006 13:06:51 +0000 + +libexosip2 (2.2.3-1) unstable; urgency=low + + * New upstream release + + -- Mark Purcell Thu, 4 May 2006 17:07:35 +0100 + +libexosip2 (2.2.2-3) unstable; urgency=low + + * debian/control: Add libosip2-dev to build-deps. + + -- Kilian Krause Mon, 17 Apr 2006 10:36:48 +0000 + +libexosip2 (2.2.2-2) unstable; urgency=low + + * Update debian/copyright for src/inet_ntop.c which isn't GPL + * Initial release. (Closes: #346515: ITP: libexosip2 -- eXtended OSIP + library - Debian Bug report logs) + + -- Mark Purcell Mon, 17 Apr 2006 10:16:51 +0100 + +libexosip2 (2.2.2-1) unstable; urgency=low + + * Initial release Closes: #346515 + + -- Mark Purcell Sat, 1 Apr 2006 07:58:30 +0100 + --- libexosip2-3.1.0.orig/debian/libexosip2-4.install +++ libexosip2-3.1.0/debian/libexosip2-4.install @@ -0,0 +1,2 @@ +debian/tmp/usr/lib/lib*.so.* +debian/tmp/usr/bin/* --- libexosip2-3.1.0.orig/debian/README.Debian +++ libexosip2-3.1.0/debian/README.Debian @@ -0,0 +1,12 @@ +libexosip2 for Debian +--------------------- + + You can use eXosip_addidentity.sh to generate + an identity file which will be used for SIP + registrations. + + ~/.eXosip/jm_identity should look like: + 0 ENTRY: sip:jack@antisip.com|sip:sip.antisip.com|*empty*|realm|login|password + 1 ENTRY: sip:jack@antisip.com|sip:192.168.2.2|*empty*|realm|login|password + + -- Mark Purcell , Sat, 1 Apr 2006 07:58:30 +0100 --- libexosip2-3.1.0.orig/debian/patches/noshowdirs.patch +++ libexosip2-3.1.0/debian/patches/noshowdirs.patch @@ -0,0 +1,12 @@ +diff -Nur libexosip2-3.0.3-2.obsolete.0.936607900149287/help/doxygen/DoxyFile libexosip2-3.0.3-2.obsolete.0.936607900149287.new/help/doxygen/DoxyFile +--- libexosip2-3.0.3-2.obsolete.0.936607900149287/help/doxygen/DoxyFile 2007-09-01 00:25:25.000000000 +0100 ++++ libexosip2-3.0.3-2.obsolete.0.936607900149287.new/help/doxygen/DoxyFile 2007-09-01 00:25:55.000000000 +0100 +@@ -65,7 +65,7 @@ + ENABLED_SECTIONS = + MAX_INITIALIZER_LINES = 30 + SHOW_USED_FILES = YES +-SHOW_DIRECTORIES = YES ++SHOW_DIRECTORIES = NO + FILE_VERSION_FILTER = + #--------------------------------------------------------------------------- + # configuration options related to warning and progress messages --- libexosip2-3.1.0.orig/debian/manpages/sip_reg-3.0.3-2.1 +++ libexosip2-3.1.0/debian/manpages/sip_reg-3.0.3-2.1 @@ -0,0 +1,47 @@ +.TH "sip_reg-3.0.3-2" "1" "Sep 17 2007" "Debian Project" "" +.SH "NAME" +.LP +sip_reg\-3.0.3\-2 \- SIP Registration Agent +.SH "SYNTAX" +.LP +sip_reg\-3.0.3\-2 [\fIrequired_options\fP] [\fIoptional_options\fP] +.SH "DESCRIPTION" +.LP +This program will register to a SIP proxy using the contact supplied on the command line. This is useful if, for some reason your SIP client cannot register to the proxy itself. +For example, if your SIP client registers to Proxy A, but you want to be able to receive calls that arrive at Proxy B, you can use this program to register the client's contact information to Proxy B +.SH "OPTIONS" +.LP +.TP +\fBRequired Options\fR +.TP +\fB\-r\fR \fB\-\-proxy\fR <\fIsip:proxyhost[:port]\fP> +.TP +\fB\-u\fR \fB\-\-from\fR <\fIsip:user@host[:port]\fP> +.TP +.br +.br +\fBOptional Options\fR +.TP +\fB\-c\fR \fB\-\-contact\fR sip:user@host[:port] +.TP +\fB\-d\fR \fB\-\-debug\fR log to stderr and do not fork +.TP +\fB\-e\fR \fB\-\-expiry\fR number (default 3600) +.TP +\fB\-f\fR \fB\-\-firewallip\fR Firewall IP address +.TP +\fB\-l\fR \fB\-\-localip\fR Force local IP address +.TP +\fB\-p\fR \fB\-\-port\fR Port number (default 5060) +.TP +\fB\-U\fR \fB\-\-username\fR authentication username +.TP +\fB\-P\fR \fB\-\-password\fR authentication password +.TP +\fB\-h\fR \fB\-\-help\fR Display Usage help +.SH "AUTHORS" +.LP +This manual page was written by Rene Mayorga for the \fBDebian\fR system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 any later version. +.SH "SEE ALSO" +.LP +eXosip.h(3)