[Pkg-voip-commits] r9961 - in /sipvicious/trunk/debian: ./ README.Debian changelog compat control copyright docs rules sipvicious.install sipvicious.links source/ source/format watch

maniac-guest at alioth.debian.org maniac-guest at alioth.debian.org
Sun Sep 16 08:56:06 UTC 2012


Author: maniac-guest
Date: Sun Sep 16 08:56:06 2012
New Revision: 9961

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=9961
Log:
[svn-inject] Applying Debian modifications (0.2.7-1) to trunk

Added:
    sipvicious/trunk/debian/   (with props)
    sipvicious/trunk/debian/README.Debian
    sipvicious/trunk/debian/changelog
    sipvicious/trunk/debian/compat
    sipvicious/trunk/debian/control
    sipvicious/trunk/debian/copyright
    sipvicious/trunk/debian/docs
    sipvicious/trunk/debian/rules   (with props)
    sipvicious/trunk/debian/sipvicious.install
    sipvicious/trunk/debian/sipvicious.links
    sipvicious/trunk/debian/source/
    sipvicious/trunk/debian/source/format
    sipvicious/trunk/debian/watch

Propchange: sipvicious/trunk/debian/
------------------------------------------------------------------------------
    mergeWithUpstream = 1

Added: sipvicious/trunk/debian/README.Debian
URL: http://svn.debian.org/wsvn/pkg-voip/sipvicious/trunk/debian/README.Debian?rev=9961&op=file
==============================================================================
--- sipvicious/trunk/debian/README.Debian (added)
+++ sipvicious/trunk/debian/README.Debian Sun Sep 16 08:56:06 2012
@@ -1,0 +1,6 @@
+sipvicious for Debian
+---------------------
+
+<possible notes regarding this package - if none, delete this file>
+
+ -- Victor Seva <linuxmaniac at torreviejawireless.org>  Fri, 14 Sep 2012 11:57:32 +0200

Added: sipvicious/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/sipvicious/trunk/debian/changelog?rev=9961&op=file
==============================================================================
--- sipvicious/trunk/debian/changelog (added)
+++ sipvicious/trunk/debian/changelog Sun Sep 16 08:56:06 2012
@@ -1,0 +1,5 @@
+sipvicious (0.2.7-1) UNRELEASED; urgency=low
+
+  * Initial release. (Closes: #479308)
+
+ -- Victor Seva <linuxmaniac at torreviejawireless.org>  Fri, 14 Sep 2012 11:10:20 +0200

Added: sipvicious/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-voip/sipvicious/trunk/debian/compat?rev=9961&op=file
==============================================================================
--- sipvicious/trunk/debian/compat (added)
+++ sipvicious/trunk/debian/compat Sun Sep 16 08:56:06 2012
@@ -1,0 +1,1 @@
+8

Added: sipvicious/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/sipvicious/trunk/debian/control?rev=9961&op=file
==============================================================================
--- sipvicious/trunk/debian/control (added)
+++ sipvicious/trunk/debian/control Sun Sep 16 08:56:06 2012
@@ -1,0 +1,21 @@
+Source: sipvicious
+Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
+Uploaders: Victor Seva <linuxmaniac at torreviejawireless.org>
+Section: misc
+Priority: optional
+Standards-Version: 3.9.3
+Build-Depends: debhelper (>= 8),
+ python-support,
+ python | python-all |python-dev | python-all-dev
+
+Package: sipvicious
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Description: set of tools that can be used to audit SIP based VoIP systems.
+ It currently consists of four tools:
+ .
+ svmap - this is a sip scanner. Lists SIP devices found on an IP range
+ svwar - identifies active extensions on a PBX
+ svcrack - an online password cracker for SIP PBX
+ svreport - manages sessions and exports reports to various formats
+ svcrash - attempts to stop unauthorized svwar and svcrack scans

Added: sipvicious/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-voip/sipvicious/trunk/debian/copyright?rev=9961&op=file
==============================================================================
--- sipvicious/trunk/debian/copyright (added)
+++ sipvicious/trunk/debian/copyright Sun Sep 16 08:56:06 2012
@@ -1,0 +1,17 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: SIPVicious tool suite
+Upstream-Contact: sandro at enablesecurity.com
+Source: http://code.google.com/p/sipvicious/
+
+Files: *
+Copyright: 2007-2012,  Sandro Gauci <sandro at enablesecurity.com>
+License: GPL-2.0+
+ On Debian systems, the full text of the GNU General Public
+ License version 2 can be found in the file `/usr/share/common-licenses/GPL-2'.
+
+Files: debian/*
+Copyright: 2012, Victor Seva <linuxmaniac at torreviejawireless.org>
+License: GPL-2+
+ On Debian systems, the full text of the GNU General Public
+ License version 2 can be found in the file `/usr/share/common-licenses/GPL-2'.
+

Added: sipvicious/trunk/debian/docs
URL: http://svn.debian.org/wsvn/pkg-voip/sipvicious/trunk/debian/docs?rev=9961&op=file
==============================================================================
--- sipvicious/trunk/debian/docs (added)
+++ sipvicious/trunk/debian/docs Sun Sep 16 08:56:06 2012
@@ -1,0 +1,2 @@
+README
+TODO

Added: sipvicious/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/sipvicious/trunk/debian/rules?rev=9961&op=file
==============================================================================
--- sipvicious/trunk/debian/rules (added)
+++ sipvicious/trunk/debian/rules Sun Sep 16 08:56:06 2012
@@ -1,0 +1,32 @@
+#!/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
+
+DEBVERSION:=$(shell dpkg-parsechangelog | sed -n -e 's/Version: //p')
+DEB_NOEPOCH_VERSION:=$(shell echo $(DEBVERSION) | cut -d':' -f 2)
+DEB_SRC_VERSION:=$(shell echo $(DEB_NOEPOCH_VERSION) | sed -e 's/-[^-]\+$$//')
+UPVERSION:=$(shell echo $(DEB_SRC_VERSION) | sed -e 's/[.~]dfsg//' -e 's/~\(\(rc\|beta\)[0-9]\)/-\1/')
+
+UPFILENAME := sipvicious_$(UPVERSION).orig.tar.gz
+URL := http://sipvicious.googlecode.com/files/sipvicious-$(UPVERSION).tar.gz
+
+override_dh_auto_build:
+	chmod +x svcrash.py
+	dh_auto_build
+
+%:
+	dh $@ --with python2
+
+get-orig-source:
+	@@dh_testdir
+	@@[ -d ../tarballs/. ]||mkdir -p ../tarballs
+	@echo Downloading $(UPFILENAME) from $(URL) ...
+	@wget -nv -T10 -t3 -O ../tarballs/$(UPFILENAME) $(URL)
+

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

Added: sipvicious/trunk/debian/sipvicious.install
URL: http://svn.debian.org/wsvn/pkg-voip/sipvicious/trunk/debian/sipvicious.install?rev=9961&op=file
==============================================================================
--- sipvicious/trunk/debian/sipvicious.install (added)
+++ sipvicious/trunk/debian/sipvicious.install Sun Sep 16 08:56:06 2012
@@ -1,0 +1,15 @@
+svcrack.py /usr/lib/sipvicious/
+svmap.py /usr/lib/sipvicious/
+svlearnfp.py /usr/lib/sipvicious/
+svreport.py /usr/lib/sipvicious/
+svcrash.py /usr/lib/sipvicious/
+svwar.py /usr/lib/sipvicious/
+svhelper.py /usr/lib/sipvicious/
+svfphelper.py /usr/lib/sipvicious/
+pptable.py /usr/lib/sipvicious/
+regen.py /usr/lib/sipvicious/
+groupdb /usr/share/sipvicious/
+totag /usr/share/sipvicious/
+sv.xsl /usr/share/sipvicious/
+staticfull /usr/share/sipvicious/
+staticheaders /usr/share/sipvicious/

Added: sipvicious/trunk/debian/sipvicious.links
URL: http://svn.debian.org/wsvn/pkg-voip/sipvicious/trunk/debian/sipvicious.links?rev=9961&op=file
==============================================================================
--- sipvicious/trunk/debian/sipvicious.links (added)
+++ sipvicious/trunk/debian/sipvicious.links Sun Sep 16 08:56:06 2012
@@ -1,0 +1,6 @@
+usr/lib/sipvicious/svcrack.py usr/bin/svcrack
+usr/lib/sipvicious/svmap.py usr/bin/svmap
+usr/lib/sipvicious/svlearnfp.py usr/bin/svlearnfp
+usr/lib/sipvicious/svreport.py usr/bin/svreport
+usr/lib/sipvicious/svcrash.py usr/bin/svcrash
+usr/lib/sipvicious/svwar.py usr/bin/svwar

Added: sipvicious/trunk/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-voip/sipvicious/trunk/debian/source/format?rev=9961&op=file
==============================================================================
--- sipvicious/trunk/debian/source/format (added)
+++ sipvicious/trunk/debian/source/format Sun Sep 16 08:56:06 2012
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: sipvicious/trunk/debian/watch
URL: http://svn.debian.org/wsvn/pkg-voip/sipvicious/trunk/debian/watch?rev=9961&op=file
==============================================================================
--- sipvicious/trunk/debian/watch (added)
+++ sipvicious/trunk/debian/watch Sun Sep 16 08:56:06 2012
@@ -1,0 +1,3 @@
+# watch control file for uscan
+version=3
+http://code.google.com/p/sipvicious/downloads/list?can=1 .*/sipvicious-(\d[\d.]*)\.(?:zip|tgz|tbz2|txz|tar\.gz|tar\.bz2|tar\.xz)




More information about the Pkg-voip-commits mailing list