[Pkg-voip-commits] r5872 - in /rtpproxy/branches/upstream/current: Makefile.am config.guess config.sub debian/ debian/changelog debian/compat debian/control debian/copyright debian/docs debian/rtpproxy.init debian/rules

msp at alioth.debian.org msp at alioth.debian.org
Sat Jun 21 06:00:46 UTC 2008


Author: msp
Date: Sat Jun 21 06:00:46 2008
New Revision: 5872

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=5872
Log:
[svn-upgrade] Integrating new upstream version, rtpproxy (1.1)

Added:
    rtpproxy/branches/upstream/current/debian/
    rtpproxy/branches/upstream/current/debian/changelog
    rtpproxy/branches/upstream/current/debian/compat
    rtpproxy/branches/upstream/current/debian/control
    rtpproxy/branches/upstream/current/debian/copyright
    rtpproxy/branches/upstream/current/debian/docs
    rtpproxy/branches/upstream/current/debian/rtpproxy.init
    rtpproxy/branches/upstream/current/debian/rules   (with props)
Removed:
    rtpproxy/branches/upstream/current/Makefile.am
    rtpproxy/branches/upstream/current/config.guess
    rtpproxy/branches/upstream/current/config.sub

Added: rtpproxy/branches/upstream/current/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/rtpproxy/branches/upstream/current/debian/changelog?rev=5872&op=file
==============================================================================
--- rtpproxy/branches/upstream/current/debian/changelog (added)
+++ rtpproxy/branches/upstream/current/debian/changelog Sat Jun 21 06:00:46 2008
@@ -1,0 +1,12 @@
+rtpproxy (0.2-2) unstable; urgency=low
+
+  * Fixed Section field in Debian package spec.
+
+ -- Pavel Kasparek <pavel at iptel.org>  Thu, 20 Dec 2007 12:23:49 +0100
+
+rtpproxy (0.2-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Jan Janak <jan at iptel.org>  Tue, 31 May 2005 10:55:30 +0200
+

Added: rtpproxy/branches/upstream/current/debian/compat
URL: http://svn.debian.org/wsvn/pkg-voip/rtpproxy/branches/upstream/current/debian/compat?rev=5872&op=file
==============================================================================
--- rtpproxy/branches/upstream/current/debian/compat (added)
+++ rtpproxy/branches/upstream/current/debian/compat Sat Jun 21 06:00:46 2008
@@ -1,0 +1,1 @@
+4

Added: rtpproxy/branches/upstream/current/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/rtpproxy/branches/upstream/current/debian/control?rev=5872&op=file
==============================================================================
--- rtpproxy/branches/upstream/current/debian/control (added)
+++ rtpproxy/branches/upstream/current/debian/control Sat Jun 21 06:00:46 2008
@@ -1,0 +1,23 @@
+Source: rtpproxy
+Section: net
+Priority: optional
+Maintainer: Jan Janak <jan at iptel.org>
+Build-Depends: debhelper (>= 4.0.0), autotools-dev
+Standards-Version: 3.6.1
+
+Package: rtpproxy
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: RTP Proxy for SER
+ RTP (Realtime Transport Protocol) proxy is an application that can be used
+ to relay RTP media streams through a server in the public internet. That
+ is often necessary when dealing with SIP (Session Initiation Protocol)
+ user agents that are behind NAT (Network Address Translator).
+ .
+ This rtpproxy can be used in conjunction with nathelper module of SER
+ (SIP Express Router). When nathelper module of SER detects that a user
+ agent will need to relay media through a host in the public internet,
+ it will contact rtpproxy and ask it to allocate a public IP and port
+ the user agent can send it's RTP streams to. That information will
+ then be communicated to the user agent in SDP (Session Description
+ Document).

Added: rtpproxy/branches/upstream/current/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-voip/rtpproxy/branches/upstream/current/debian/copyright?rev=5872&op=file
==============================================================================
--- rtpproxy/branches/upstream/current/debian/copyright (added)
+++ rtpproxy/branches/upstream/current/debian/copyright Sat Jun 21 06:00:46 2008
@@ -1,0 +1,27 @@
+This package was debianized by Jan Janak <jan at iptel.org> on
+Tue, 31 May 2005 10:55:30 +0200.
+
+It was downloaded from http://developer.berlios.de/projects/ser
+
+Copyright Holder: Copyright (C) 2003-2005 Maxim Sobolev
+                  All rights reserved.
+
+License:
+    Redistribution and use in source and binary forms, with or without
+    modification, are permitted under the terms of the BSD License.
+
+    THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
+    ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+    IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+    ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+    FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+    DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+    OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+    HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+    LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+    OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+    SUCH DAMAGE.
+
+On Debian systems, the complete text of the BSD License can be 
+found in `/usr/share/common-licenses/BSD'.
+

Added: rtpproxy/branches/upstream/current/debian/docs
URL: http://svn.debian.org/wsvn/pkg-voip/rtpproxy/branches/upstream/current/debian/docs?rev=5872&op=file
==============================================================================
--- rtpproxy/branches/upstream/current/debian/docs (added)
+++ rtpproxy/branches/upstream/current/debian/docs Sat Jun 21 06:00:46 2008
@@ -1,0 +1,2 @@
+NEWS
+README

Added: rtpproxy/branches/upstream/current/debian/rtpproxy.init
URL: http://svn.debian.org/wsvn/pkg-voip/rtpproxy/branches/upstream/current/debian/rtpproxy.init?rev=5872&op=file
==============================================================================
--- rtpproxy/branches/upstream/current/debian/rtpproxy.init (added)
+++ rtpproxy/branches/upstream/current/debian/rtpproxy.init Sat Jun 21 06:00:46 2008
@@ -1,0 +1,76 @@
+#! /bin/sh
+#
+# skeleton	example file to build /etc/init.d/ scripts.
+#		This file should be used to construct scripts for /etc/init.d.
+#
+#		Written by Miquel van Smoorenburg <miquels at cistron.nl>.
+#		Modified for Debian 
+#		by Ian Murdock <imurdock at gnu.ai.mit.edu>.
+#
+# Version:	@(#)skeleton  1.9  26-Feb-2001  miquels at cistron.nl
+#
+
+PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
+DAEMON=/usr/bin/rtpproxy
+NAME=rtpproxy
+DESC=rtpproxy
+
+test -x $DAEMON || exit 0
+
+MYNAME=`basename $0`
+MYCFG="/etc/default/${MYNAME}"
+# Include rtpproxy defaults if available
+if [ -f ${MYCFG} ] ; then
+	. ${MYCFG}
+fi
+
+set -e
+
+case "$1" in
+  start)
+	echo -n "Starting $DESC: "
+	start-stop-daemon --start --quiet --pidfile /var/run/$NAME.pid \
+		--exec $DAEMON -- $DAEMON_OPTS
+	echo "$NAME."
+	;;
+  stop)
+	echo -n "Stopping $DESC: "
+	start-stop-daemon --stop --quiet --pidfile /var/run/$NAME.pid \
+		--exec $DAEMON
+	echo "$NAME."
+	;;
+  #reload)
+	#
+	#	If the daemon can reload its config files on the fly
+	#	for example by sending it SIGHUP, do it here.
+	#
+	#	If the daemon responds to changes in its config file
+	#	directly anyway, make this a do-nothing entry.
+	#
+	# echo "Reloading $DESC configuration files."
+	# start-stop-daemon --stop --signal 1 --quiet --pidfile \
+	#	/var/run/$NAME.pid --exec $DAEMON
+  #;;
+  restart|force-reload)
+	#
+	#	If the "reload" option is implemented, move the "force-reload"
+	#	option to the "reload" entry above. If not, "force-reload" is
+	#	just the same as "restart".
+	#
+	echo -n "Restarting $DESC: "
+	start-stop-daemon --stop --quiet --pidfile \
+		/var/run/$NAME.pid --exec $DAEMON
+	sleep 1
+	start-stop-daemon --start --quiet --pidfile \
+		/var/run/$NAME.pid --exec $DAEMON -- $DAEMON_OPTS
+	echo "$NAME."
+	;;
+  *)
+	N=/etc/init.d/$NAME
+	# echo "Usage: $N {start|stop|restart|reload|force-reload}" >&2
+	echo "Usage: $N {start|stop|restart|force-reload}" >&2
+	exit 1
+	;;
+esac
+
+exit 0

Added: rtpproxy/branches/upstream/current/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/rtpproxy/branches/upstream/current/debian/rules?rev=5872&op=file
==============================================================================
--- rtpproxy/branches/upstream/current/debian/rules (added)
+++ rtpproxy/branches/upstream/current/debian/rules Sat Jun 21 06:00:46 2008
@@ -1,0 +1,107 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+# This file was originally written by Joey Hess and Craig Small.
+# As a special exception, when this file is copied by dh-make into a
+# dh-make output file, you may use that output file without restriction.
+# This special exception was added by Craig Small in version 0.37 of dh-make.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+
+# These are used for cross-compiling and for saving the configure script
+# from having to guess our platform (since we know it already)
+DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
+DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+
+
+CFLAGS = -Wall -g
+
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+	CFLAGS += -O0
+else
+	CFLAGS += -O2
+endif
+
+config.status: configure
+	dh_testdir
+	# Add here commands to configure the package.
+	CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
+
+
+build: build-stamp
+
+build-stamp:  config.status
+	dh_testdir
+
+	# Add here commands to compile the package.
+	$(MAKE)
+	#docbook-to-man debian/rtpproxy.sgml > rtpproxy.1
+
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp 
+
+	# Add here commands to clean up after the build process.
+	-$(MAKE) distclean
+ifneq "$(wildcard /usr/share/misc/config.sub)" ""
+	cp -f /usr/share/misc/config.sub config.sub
+endif
+ifneq "$(wildcard /usr/share/misc/config.guess)" ""
+	cp -f /usr/share/misc/config.guess config.guess
+endif
+
+
+	dh_clean 
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k 
+	dh_installdirs
+
+	# Add here commands to install the package into debian/rtpproxy.
+	$(MAKE) install DESTDIR=$(CURDIR)/debian/rtpproxy
+
+
+# Build architecture-independent files here.
+binary-indep: build install
+# We have nothing to do by default.
+
+# Build architecture-dependent files here.
+binary-arch: build install
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs ChangeLog
+	dh_installdocs
+	dh_installexamples
+#	dh_install
+#	dh_installmenu
+#	dh_installdebconf	
+#	dh_installlogrotate
+#	dh_installemacsen
+#	dh_installpam
+#	dh_installmime
+	dh_installinit
+#	dh_installcron
+#	dh_installinfo
+#	dh_installman
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+#	dh_perl
+#	dh_python
+#	dh_makeshlibs
+	dh_installdeb
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install 

Propchange: rtpproxy/branches/upstream/current/debian/rules
------------------------------------------------------------------------------
    svn:executable = *




More information about the Pkg-voip-commits mailing list