[Pkg-voip-commits] r1931 - in ortp/trunk: . debian

Mark Purcell msp at costa.debian.org
Wed Jun 21 10:05:11 UTC 2006


Author: msp
Date: 2006-06-21 10:05:09 +0000 (Wed, 21 Jun 2006)
New Revision: 1931

Added:
   ortp/trunk/debian/
   ortp/trunk/debian/changelog
   ortp/trunk/debian/compat
   ortp/trunk/debian/control
   ortp/trunk/debian/copyright
   ortp/trunk/debian/dirs
   ortp/trunk/debian/docs
   ortp/trunk/debian/libortp-dev.dirs
   ortp/trunk/debian/libortp-dev.docs
   ortp/trunk/debian/libortp-dev.install
   ortp/trunk/debian/libortp5.dirs
   ortp/trunk/debian/libortp5.install
   ortp/trunk/debian/rules
   ortp/trunk/debian/watch
   ortp/trunk/ortp.defs
Log:
Load newtrunk into ortp/trunk.


Added: ortp/trunk/debian/changelog
===================================================================
--- ortp/trunk/debian/changelog	2006-06-21 10:04:40 UTC (rev 1930)
+++ ortp/trunk/debian/changelog	2006-06-21 10:05:09 UTC (rev 1931)
@@ -0,0 +1,6 @@
+ortp (0.10.0-1) unstable; urgency=low
+
+  * Initial release (Closes: #nnnn)  <nnnn is the bug number of your ITP>
+
+ -- Mark Purcell <msp at debian.org>  Wed, 21 Jun 2006 10:57:54 +0100
+

Added: ortp/trunk/debian/compat
===================================================================
--- ortp/trunk/debian/compat	2006-06-21 10:04:40 UTC (rev 1930)
+++ ortp/trunk/debian/compat	2006-06-21 10:05:09 UTC (rev 1931)
@@ -0,0 +1 @@
+5

Added: ortp/trunk/debian/control
===================================================================
--- ortp/trunk/debian/control	2006-06-21 10:04:40 UTC (rev 1930)
+++ ortp/trunk/debian/control	2006-06-21 10:05:09 UTC (rev 1931)
@@ -0,0 +1,33 @@
+Source: ortp
+Priority: optional
+Maintainer: Mark Purcell <msp at debian.org>
+Build-Depends: debhelper (>= 5), autotools-dev, cdbs
+Standards-Version: 3.7.2
+Section: libs
+
+Package: libortp-dev
+Section: libdevel
+Architecture: any
+Depends: libortp5 (= ${Source-Version})
+Description: Real-time Transport Protocol (RTP) library - development files
+ Development files and libraries for the libortp package.
+ .
+ Homepage: http://linphone.org/ortp/
+
+Package: libortp5
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Real-time Transport Protocol (RTP) library
+ RTP provides end-to-end network transport functions suitable for
+ applications transmitting real-time data, such as audio, video or
+ simulation data, over multicast or unicast network services. RTP does
+ not address resource reservation and does not guarantee quality-of-
+ service for real-time services. The data transport is augmented by a
+ control protocol (RTCP) to allow monitoring of the data delivery in a
+ manner scalable to large multicast networks, and to provide minimal
+ control and identification functionality. RTP and RTCP are designed
+ to be independent of the underlying transport and network layers. The
+ protocol supports the use of RTP-level translators and mixers.
+ .
+ Homepage: http://linphone.org/ortp/

Added: ortp/trunk/debian/copyright
===================================================================
--- ortp/trunk/debian/copyright	2006-06-21 10:04:40 UTC (rev 1930)
+++ ortp/trunk/debian/copyright	2006-06-21 10:05:09 UTC (rev 1931)
@@ -0,0 +1,41 @@
+This package was debianized by Mark Purcell <msp at debian.org> on
+Wed, 21 Jun 2006 06:48:05 +0100.
+
+It was downloaded from http://linphone.org/ortp/sources/
+
+Upstream Authors:
+
+Simon MORLAT (simon dot morlat at linphone dot org) is the author the oRTP library.
+
+Eloquant (linphone at eloquant dot com) wrotes:
+	- porting of RTP library (oRTP) on Win32
+	
+Lovadina Nicola < lovadina dot nicola dot 10272 at unimo dot it > works on RTCP support.
+
+Copyright:  Copyright 2001, 2004, 2005  Simon MORLAT <simon.morlat at linphone.org>
+rtcpparse.c:   Copyright (C) 2005 Nicola Baldo <nicola at baldo.biz>
+
+
+License:
+
+    This package is free software; you can redistribute it and/or
+    modify it under the terms of the GNU Lesser 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
+    Lesser General Public License for more details.
+
+    You should have received a copy of the GNU Lesser 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 Lesser General
+Public License can be found in `/usr/share/common-licenses/LGPL'.
+
+
+The Debian packaging is (C) 2006, Mark Purcell <msp at debian.org> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+

Added: ortp/trunk/debian/dirs
===================================================================
--- ortp/trunk/debian/dirs	2006-06-21 10:04:40 UTC (rev 1930)
+++ ortp/trunk/debian/dirs	2006-06-21 10:05:09 UTC (rev 1931)
@@ -0,0 +1,2 @@
+usr/bin
+usr/sbin

Added: ortp/trunk/debian/docs
===================================================================
--- ortp/trunk/debian/docs	2006-06-21 10:04:40 UTC (rev 1930)
+++ ortp/trunk/debian/docs	2006-06-21 10:05:09 UTC (rev 1931)
@@ -0,0 +1,3 @@
+NEWS
+README
+TODO

Added: ortp/trunk/debian/libortp-dev.dirs
===================================================================
--- ortp/trunk/debian/libortp-dev.dirs	2006-06-21 10:04:40 UTC (rev 1930)
+++ ortp/trunk/debian/libortp-dev.dirs	2006-06-21 10:05:09 UTC (rev 1931)
@@ -0,0 +1,2 @@
+usr/lib
+usr/include

Added: ortp/trunk/debian/libortp-dev.docs
===================================================================
--- ortp/trunk/debian/libortp-dev.docs	2006-06-21 10:04:40 UTC (rev 1930)
+++ ortp/trunk/debian/libortp-dev.docs	2006-06-21 10:05:09 UTC (rev 1931)
@@ -0,0 +1 @@
+docs/html

Added: ortp/trunk/debian/libortp-dev.install
===================================================================
--- ortp/trunk/debian/libortp-dev.install	2006-06-21 10:04:40 UTC (rev 1930)
+++ ortp/trunk/debian/libortp-dev.install	2006-06-21 10:05:09 UTC (rev 1931)
@@ -0,0 +1,5 @@
+usr/include/*
+usr/lib/lib*.a
+usr/lib/lib*.so
+usr/lib/pkgconfig/*
+usr/lib/*.la

Added: ortp/trunk/debian/libortp5.dirs
===================================================================
--- ortp/trunk/debian/libortp5.dirs	2006-06-21 10:04:40 UTC (rev 1930)
+++ ortp/trunk/debian/libortp5.dirs	2006-06-21 10:05:09 UTC (rev 1931)
@@ -0,0 +1 @@
+usr/lib

Added: ortp/trunk/debian/libortp5.install
===================================================================
--- ortp/trunk/debian/libortp5.install	2006-06-21 10:04:40 UTC (rev 1930)
+++ ortp/trunk/debian/libortp5.install	2006-06-21 10:05:09 UTC (rev 1931)
@@ -0,0 +1 @@
+usr/lib/lib*.so.*

Added: ortp/trunk/debian/rules
===================================================================
--- ortp/trunk/debian/rules	2006-06-21 10:04:40 UTC (rev 1930)
+++ ortp/trunk/debian/rules	2006-06-21 10:05:09 UTC (rev 1931)
@@ -0,0 +1,11 @@
+#!/usr/bin/make -f
+  
+# Add here any variable or target overrides you need
+
+
+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_CONFIGURE_EXTRA_FLAGS = --enable-ewarning=no
+DEB_DH_INSTALL_ARGS := --sourcedir=debian/tmp


Property changes on: ortp/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: ortp/trunk/debian/watch
===================================================================
--- ortp/trunk/debian/watch	2006-06-21 10:04:40 UTC (rev 1930)
+++ ortp/trunk/debian/watch	2006-06-21 10:05:09 UTC (rev 1931)
@@ -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 
+# <Webpage URL> <string match>
+#http://www.example.com/downloads.php ortp-(.*)\.tar\.gz
+
+# Uncomment to examine a Webserver directory
+#http://www.example.com/pub/ortp-(.*)\.tar\.gz
+http://linphone.org/ortp/sources/ortp-(.*)\.tar\.gz debian uupdate
+
+# Uncommment to examine a FTP server
+#ftp://ftp.example.com/pub/ortp-(.*)\.tar\.gz debian uupdate
+
+# Uncomment to find new files on sourceforge, for debscripts >= 2.9
+# http://sf.net/ortp/ortp-(.*)\.tar\.gz
+
+

Added: ortp/trunk/ortp.defs
===================================================================
--- ortp/trunk/ortp.defs	2006-06-21 10:04:40 UTC (rev 1930)
+++ ortp/trunk/ortp.defs	2006-06-21 10:05:09 UTC (rev 1931)
@@ -0,0 +1 @@
+ -D_REENTRANT  -DORTP_INET6




More information about the Pkg-voip-commits mailing list