[Pkg-voip-commits] [sipgrep] 01/01: Initial version
Victor Seva Lopez
maniac-guest at moszumanska.debian.org
Fri Sep 18 08:59:40 UTC 2015
This is an automated email from the git hooks/post-receive script.
maniac-guest pushed a commit to branch master
in repository sipgrep.
commit 1b37c67db1e9ec3677eba706abb880e92726c159
Author: Victor Seva <vseva at sipwise.com>
Date: Fri Sep 18 10:38:12 2015 +0200
Initial version
---
debian/changelog | 5 +++++
debian/compat | 1 +
debian/control | 24 ++++++++++++++++++++++++
debian/copyright | 18 ++++++++++++++++++
debian/rules | 14 ++++++++++++++
debian/source/format | 1 +
debian/watch | 3 +++
7 files changed, 66 insertions(+)
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..84a95f0
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+sipgrep (2.1.0-1) unstable; urgency=medium
+
+ * Initial version (Closes: #717934)
+
+ -- Victor Seva <linuxmaniac at torreviejawireless.org> Fri, 18 Sep 2015 10:17:33 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..25ff9e3
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,24 @@
+Source: sipgrep
+Section: net
+Priority: optional
+Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
+Uploaders: Victor Seva <linuxmaniac at torreviejawireless.org>
+Build-Depends: autotools-dev,
+ debhelper (>= 9),
+ dpkg-dev (>= 1.16.1~),
+ libpcap-dev,
+ libpcre3-dev,
+Standards-Version: 3.9.6
+Homepage: https://github.com/adubovikov/sipgrep
+Vcs-git: git://anonscm.debian.org/pkg-voip/sipgrep.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-voip/sipgrep.git
+
+Package: sipgrep
+Architecture: linux-any
+Multi-Arch: foreign
+Pre-Depends: ${misc:Pre-Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: command line tool to sniff, capture, display SIP messages
+ Powerful pcap-aware tool command line tool to sniff, capture, display
+ and troubleshoot SIP signaling over IP networks, allowing the user to
+ specify extended regular expressions matching against SIP headers.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..ff6d56d
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,18 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: sipgrep
+Upstream-Contact: Alexandr Dubovikov <alexandr.dubovikov at gmail.com>
+Source: https://github.com/adubovikov/sipgrep
+
+Files: *
+Copyright:
+ Copyright (c) 2014, 2015 Alexandr Dubovikov <alexandr.dubovikov at gmail.com>
+ Copyright (c) 2014, 2015 Lorenzo Mangani <lorenzo.mangani at gmail.com>
+License: GPL-3.0+
+ On Debian systems, the full text of the GNU General Public
+ License version 3 can be found in the file `/usr/share/common-licenses/GPL-3'.
+
+Files: debian/*
+Copyright: 2014, 2015 Victor Seva <linuxmaniac at torreviejawireless.org>
+License: GPL-3+
+ On Debian systems, the full text of the GNU General Public
+ License version 3 can be found in the file `/usr/share/common-licenses/GPL-3'.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..0429e11
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,14 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+ dh $@ --with autotools-dev
+
+override_dh_auto_configure:
+ dh_auto_configure -- --enable-ipv6
+
+override_dh_auto_install:
+ dh_auto_install --destdir=debian/sipgrep
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..0108d7f
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts="filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/sipgrep_$1\.tar\.gz/" \
+ https://github.com/sipcapture/sipgrep/tags .*/v?(\d\S*)\.tar\.gz
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/sipgrep.git
More information about the Pkg-voip-commits
mailing list