[Pkg-voip-commits] r4358 - in stun/trunk/debian: . manpages

rmayorga-guest at alioth.debian.org rmayorga-guest at alioth.debian.org
Sat Sep 1 04:08:34 UTC 2007


Author: rmayorga-guest
Date: 2007-09-01 04:08:34 +0000 (Sat, 01 Sep 2007)
New Revision: 4358

Added:
   stun/trunk/debian/manpages/
   stun/trunk/debian/manpages/stun.1
   stun/trunk/debian/manpages/stund.8
   stun/trunk/debian/stun.manpages
Modified:
   stun/trunk/debian/changelog
   stun/trunk/debian/compat
   stun/trunk/debian/control
   stun/trunk/debian/init.d
   stun/trunk/debian/rules
   stun/trunk/debian/stun.prerm
Log:
* Bumping debian standart to 3.7.2
* Adding missing manpages #425827


Modified: stun/trunk/debian/changelog
===================================================================
--- stun/trunk/debian/changelog	2007-08-31 23:59:02 UTC (rev 4357)
+++ stun/trunk/debian/changelog	2007-09-01 04:08:34 UTC (rev 4358)
@@ -1,8 +1,17 @@
 stun (0.96.dfsg-5) UNRELEASED; urgency=low
 
   * NOT RELEASED YET
+  * added manpage for stun and stund (Closes: #425827)
+  * update init.d to complain with LSB
+  * Bumped Debian policy standart to 3.7.2 
+    + compat set to 5
+    + debhelper version raised
+    + de-ignoring output from make distclean
+  * Homepage added to debian/control
+  * Added myself to Uploaders field
+  * #DEBHELPER# token set to debian/stun.prerm
 
- -- Kilian Krause <kilian at debian.org>  Sat,  6 Jan 2007 22:57:01 +0100
+ -- Rene Mayorga <rmayorga at debian.org.sv>  Sat,  6 Jan 2007 22:57:01 +0100
 
 stun (0.96.dfsg-4) unstable; urgency=low
 

Modified: stun/trunk/debian/compat
===================================================================
--- stun/trunk/debian/compat	2007-08-31 23:59:02 UTC (rev 4357)
+++ stun/trunk/debian/compat	2007-09-01 04:08:34 UTC (rev 4358)
@@ -1 +1 @@
-4
+5

Modified: stun/trunk/debian/control
===================================================================
--- stun/trunk/debian/control	2007-08-31 23:59:02 UTC (rev 4357)
+++ stun/trunk/debian/control	2007-09-01 04:08:34 UTC (rev 4358)
@@ -2,9 +2,9 @@
 Section: net
 Priority: optional
 Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
-Uploaders: Kilian Krause <kilian at debian.org>, Jose Carlos Garcia Sogo <jsogo at debian.org>, Mark Purcell <msp at debian.org>, Santiago Garcia Mantinan <manty at debian.org>
-Build-Depends: debhelper (>= 4.0.0), dpatch
-Standards-Version: 3.6.2
+Uploaders: Kilian Krause <kilian at debian.org>, Jose Carlos Garcia Sogo <jsogo at debian.org>, Mark Purcell <msp at debian.org>, Santiago Garcia Mantinan <manty at debian.org>, Rene Mayorga <rmayorga at debian.org.sv>
+Build-Depends: debhelper (>= 5), dpatch
+Standards-Version: 3.7.2
 XS-Vcs-Svn: svn://svn.debian.org/pkg-voip/
 XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-voip/
 
@@ -17,3 +17,5 @@
  help clients behind NAT to tunnel incoming calls through. This server is the
  counterpart to help the client identify the NAT and have it open the proper
  ports for it.
+ .
+  Homepage: http://www.vovida.org/applications/downloads/stun/

Modified: stun/trunk/debian/init.d
===================================================================
--- stun/trunk/debian/init.d	2007-08-31 23:59:02 UTC (rev 4357)
+++ stun/trunk/debian/init.d	2007-09-01 04:08:34 UTC (rev 4358)
@@ -1,5 +1,17 @@
 #! /bin/sh
+### BEGIN INIT INFO
+# Provides:          stund
+# Required-Start:    $network
+# Required-Stop:     $network
+# Default-Start:     2 3 4 5
+# Default-Stop:      0 1 6
+# Short-Description: STUN server helps cliens to identify their NAT detection
+### END INIT INFO
 #
+#
+# Please read /usr/share/doc/stun/README.Debian
+#
+#
 # skeleton	example file to build /etc/init.d/ scripts.
 #		This file should be used to construct scripts for /etc/init.d.
 #

Added: stun/trunk/debian/manpages/stun.1
===================================================================
--- stun/trunk/debian/manpages/stun.1	                        (rev 0)
+++ stun/trunk/debian/manpages/stun.1	2007-09-01 04:08:34 UTC (rev 4358)
@@ -0,0 +1,58 @@
+.TH "STUN" "1" "2007 Aug 31" "Debian Project" ""
+.SH "NAME"
+.LP 
+stun \- test client for STUN
+.SH "SYNTAX"
+.LP 
+stun <\fIServerHostName\fP> [\fItest\-Number\fP] [\fI\-v\fP] [\fI\-p\fP Source\-Port] [\fI\-i\fP interface]
+
+.SH "DESCRIPTION"
+.LP 
+Test client for STUN(Simple Traversal of UDP trough NATs) Server
+
+
+.SH "OPTIONS"
+.LP 
+.TP 
+\fB<Test\-Number> [012]\fR
+Define different choice for tests; there are three available tests cases
+witch are defined at RFC3489.
+.TP  
+\fB\-v\fR 
+Verbose output.
+.TP 
+\fB\-p\fR <Source\-Port>
+Define the Source\-Port.
+.TP 
+\fB\-i\fR [interface]
+Define a given interface
+.TP 
+.SH "EXAMPLES"
+.LP 
+The general and standard way is:
+.LP 
+\fBstun stun.example.org\fI
+.LP 
+Alternatively you can run it using options as:
+.LP 
+\fBstun larry.gloo.net 0\fI
+.br 
+Which runs the first test to larry.gloo.net
+please reefer to RFC 3489 for more info about the tests.
+.LP 
+\fBstun \-v \-i eth0 \-i eth1 stun.example.org\fI
+.br 
+Multiple interfaces could be defined with \fB\-i\fR option
+.SH "AUTHORS"
+.LP 
+This manual page was written by Rene  Mayorga  <rmayorga at debian.org.sv>
+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 published 
+by the Free Software Foundation.
+
+On Debian systems, the complete text of the GNU General Public  License
+can be found in /usr/share/common\-licenses/GPL.
+.SH "SEE ALSO"
+.LP 
+stund(8)

Added: stun/trunk/debian/manpages/stund.8
===================================================================
--- stun/trunk/debian/manpages/stund.8	                        (rev 0)
+++ stun/trunk/debian/manpages/stund.8	2007-09-01 04:08:34 UTC (rev 4358)
@@ -0,0 +1,64 @@
+.TH "STUND" "8" "2007 Aug 31" "Debian Project" ""
+.SH "NAME"
+.LP 
+stund \- STUN protocol (Simple Traversal of UDP through NATs) Server
+.SH "SYNTAX"
+.LP 
+stund [\fI\-v\fP] [\fI\-h\fP IP Address] [\fI\-a\fP Secondary IP Address ] [\fI\-p\fP port ] [\fI\-o\fP port ]  [\fI\-b\fP  ] [\fI\-m\fP  ]
+.LP 
+STUN servers needs two IP addresses and two ports
+
+.SH "DESCRIPTION"
+.LP 
+STUN Servers are used to help clients behind NAT to tunnel incoming calls through. This server is the counterpart to help the client identify the NAT and have it open the proper ports for it
+
+.SH "OPTIONS"
+.LP 
+.TP  
+\fB\-v\fR 
+Verbose output.
+.TP 
+\fB\-h\fR <IP Address>
+Define the Main IP Address.
+.TP 
+\fB\-a\fR <IP Address>
+Define the Second IP Address.
+.TP 
+\fB\-p\fR <Port>
+Set the primary port
+the default port value is 3478
+.TP 
+\fB\-o\fR <Port>
+Set the secondary port
+the default port value is 3479
+\fB\-b\fR
+Detach the process and makes the program run at the background
+.TP 
+\fB\-m\fR <Port>
+Sets a starting port for the STERM server
+.TP 
+\fB\-\-help\fR
+Prints useful help
+.SH "EXAMPLES"
+.LP 
+If the IP addresses of your NIC are 10.0.1.150 and 10.0.1.151
+the proper and default use would be:
+.LP 
+\fBstund  \-h 10.0.1.150 \-a 10.0.1.151\fR
+.LP 
+add \fB\-b\fR option to detach the process 
+.LP 
+\fBstund  \-h 10.0.1.150 \-a 10.0.1.151 \-b\fR
+.SH "AUTHORS"
+.LP 
+This manual page was written by Rene  Mayorga  <rmayorga at debian.org.sv>
+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 published 
+by the Free Software Foundation.
+
+On Debian systems, the complete text of the GNU General Public  License
+can be found in /usr/share/common\-licenses/GPL.
+.SH "SEE ALSO"
+.LP 
+stun(1)

Modified: stun/trunk/debian/rules
===================================================================
--- stun/trunk/debian/rules	2007-08-31 23:59:02 UTC (rev 4357)
+++ stun/trunk/debian/rules	2007-09-01 04:08:34 UTC (rev 4358)
@@ -35,10 +35,8 @@
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp configure-stamp
+	[ ! -f Makefile ] || $(MAKE) clean
 
-	# Add here commands to clean up after the build process.
-	-$(MAKE) clean
-
 	dh_clean 
 
 install: build
@@ -68,7 +66,7 @@
 	dh_installexamples
 	dh_installinit
 	dh_installman
-	dh_link
+#	dh_link
 	dh_strip
 	dh_compress
 	dh_fixperms

Added: stun/trunk/debian/stun.manpages
===================================================================
--- stun/trunk/debian/stun.manpages	                        (rev 0)
+++ stun/trunk/debian/stun.manpages	2007-09-01 04:08:34 UTC (rev 4358)
@@ -0,0 +1,2 @@
+debian/manpages/stun.1
+debian/manpages/stund.8

Modified: stun/trunk/debian/stun.prerm
===================================================================
--- stun/trunk/debian/stun.prerm	2007-08-31 23:59:02 UTC (rev 4357)
+++ stun/trunk/debian/stun.prerm	2007-09-01 04:08:34 UTC (rev 4358)
@@ -3,8 +3,10 @@
 
 if [ -x "/etc/init.d/stun" ]; then
 	if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then
-		invoke-rc.d stun stop || exit 0
+		invoke-rc.d stun stop || exit $? 
 	else
-		/etc/init.d/stun stop || exit 0
+		/etc/init.d/stun stop || exit $?
 	fi
 fi
+
+#DEBHELPER#




More information about the Pkg-voip-commits mailing list