[Pkg-voip-commits] r10613 - in /stunserver: ./ branches/ trunk/ trunk/debian/ trunk/debian/changelog trunk/debian/compat trunk/debian/control trunk/debian/copyright trunk/debian/rules trunk/debian/watch

kilian at alioth.debian.org kilian at alioth.debian.org
Sun Dec 21 23:11:44 UTC 2014


Author: kilian
Date: Sun Dec 21 23:11:44 2014
New Revision: 10613

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=10613
Log:
start to add stunserver/STUNTMAN

Added:
    stunserver/
    stunserver/branches/
    stunserver/trunk/
    stunserver/trunk/debian/
    stunserver/trunk/debian/changelog
    stunserver/trunk/debian/compat
    stunserver/trunk/debian/control
    stunserver/trunk/debian/copyright
    stunserver/trunk/debian/rules   (with props)
    stunserver/trunk/debian/watch

Added: stunserver/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/stunserver/trunk/debian/changelog?rev=10613&op=file
==============================================================================
--- stunserver/trunk/debian/changelog	(added)
+++ stunserver/trunk/debian/changelog	Sun Dec 21 23:11:44 2014
@@ -0,0 +1,5 @@
+stunserver (1.2.7-1) UNRELEASED; urgency=low
+
+  * Initial upload
+
+ -- Kilian Krause <kilian at debian.org>  Sun, 21 Dec 2014 23:45:36 +0100

Added: stunserver/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-voip/stunserver/trunk/debian/compat?rev=10613&op=file
==============================================================================
--- stunserver/trunk/debian/compat	(added)
+++ stunserver/trunk/debian/compat	Sun Dec 21 23:11:44 2014
@@ -0,0 +1 @@
+9

Added: stunserver/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/stunserver/trunk/debian/control?rev=10613&op=file
==============================================================================
--- stunserver/trunk/debian/control	(added)
+++ stunserver/trunk/debian/control	Sun Dec 21 23:11:44 2014
@@ -0,0 +1,37 @@
+Source: stunserver
+Section: net
+Priority: optional
+Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
+Uploaders: Kilian Krause <kilian at debian.org>
+Build-Depends: debhelper (>= 9)
+Standards-Version: 3.9.6
+Homepage: http://www.stunprotocol.org/
+Vcs-Svn: svn://anonscm.debian.org/pkg-voip/stunserver/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-voip/stunserver/trunk/
+
+Package: stuntman-server
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Recommends: stuntman-client, stun-client
+Provides: stun, stun-server
+Description: Server daemon for STUN
+ Open source implementation of the STUN protocol (Session Traversal Utilities
+ for NAT) as specified in RFCs 5389, 5769, and 5780. It also includes backwards
+ compatibility for RFC 3489. Source code distribution includes a high
+ performance STUN server, a client application, and a set of code libraries for
+ implementing a STUN client within an application
+ .
+ This package installs only the server part
+
+Package: stun-client
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Suggests: stun-server
+Description: Test client for STUN
+ Open source implementation of the STUN protocol (Session Traversal Utilities
+ for NAT) as specified in RFCs 5389, 5769, and 5780. It also includes backwards
+ compatibility for RFC 3489. Source code distribution includes a high
+ performance STUN server, a client application, and a set of code libraries for
+ implementing a STUN client within an application
+ .
+ This package installs only the client.

Added: stunserver/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-voip/stunserver/trunk/debian/copyright?rev=10613&op=file
==============================================================================
--- stunserver/trunk/debian/copyright	(added)
+++ stunserver/trunk/debian/copyright	Sun Dec 21 23:11:44 2014
@@ -0,0 +1,46 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: STUNTMAN
+Upstream-Contact: jselbie at gmail.com
+Source: http://www.stunprotocol.org/
+
+Files: *
+Copyright: 1995-1998, The Apache Group
+License: Apache-1.0
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ .
+ 1. Redistributions of source code must retain the above copyright
+    notice, this list of conditions and the following disclaimer.
+ .
+ 2. Redistributions in binary form must reproduce the above copyright
+    notice, this list of conditions and the following disclaimer in
+    the documentation and/or other materials provided with the
+    distribution.
+ .
+ 3. All advertising materials mentioning features or use of this
+    software must display the following acknowledgment:
+    "This product includes software developed by the Apache Group
+    for use in the Apache HTTP server project (http://www.apache.org/)."
+ .
+ 4. The names "Apache Server" and "Apache Group" must not be used to
+    endorse or promote products derived from this software without
+    prior written permission.
+ .
+ 5. Redistributions of any form whatsoever must retain the following
+    acknowledgment:
+    "This product includes software developed by the Apache Group
+    for use in the Apache HTTP server project (http://www.apache.org/)."
+ .
+ THIS SOFTWARE IS PROVIDED BY THE APACHE GROUP ``AS IS'' AND ANY
+ EXPRESSED 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 APACHE GROUP OR
+ ITS 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.

Added: stunserver/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/stunserver/trunk/debian/rules?rev=10613&op=file
==============================================================================
--- stunserver/trunk/debian/rules	(added)
+++ stunserver/trunk/debian/rules	Sun Dec 21 23:11:44 2014
@@ -0,0 +1,5 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@ --parallel 
+

Propchange: stunserver/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: stunserver/trunk/debian/watch
URL: http://svn.debian.org/wsvn/pkg-voip/stunserver/trunk/debian/watch?rev=10613&op=file
==============================================================================
--- stunserver/trunk/debian/watch	(added)
+++ stunserver/trunk/debian/watch	Sun Dec 21 23:11:44 2014
@@ -0,0 +1,2 @@
+version=3
+   http://www.stunprotocol.org/stunserver-([\d\.]+)\.tgz




More information about the Pkg-voip-commits mailing list