diff --git a/debian/.gitignore b/debian/.gitignore new file mode 100644 index 0000000..56a2046 --- /dev/null +++ b/debian/.gitignore @@ -0,0 +1,5 @@ +*.log +*.substvars +/debhelper-build-stamp +/files +/ngrep-sip/ diff --git a/debian/compat b/debian/compat index 45a4fb7..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -8 +9 diff --git a/debian/control b/debian/control index ffc033d..c5eb34e 100644 --- a/debian/control +++ b/debian/control @@ -2,14 +2,15 @@ Source: ngrep-sip Section: net Priority: extra Maintainer: Sipwise Development Team -Build-Depends: debhelper (>= 8) -Standards-Version: 3.9.7 -Homepage: http://sipwise.com/ +Build-Depends: debhelper (>= 9) +Standards-Version: 3.9.8 +Homepage: https://www.sipwise.com/ Package: ngrep-sip Architecture: all -Depends: ngrep, - ${misc:Depends} +Depends: + ngrep, + ${misc:Depends}, Description: capture SIP flow based on ngrep command Simple wrapper script for ngrep which allows matching rules based on SIP methods or custom message fields and pcap filters. diff --git a/debian/copyright b/debian/copyright index 2339aa4..3cd8674 100644 --- a/debian/copyright +++ b/debian/copyright @@ -6,47 +6,25 @@ Source: http://dev.sipdoc.net/projects/sip-stuff/wiki/Ngrep-SIP Files: * Copyright: 2008, IƱaki Baz Castillo License: GPL-3+ - This program is free software; you can redistribute it - and/or modify it under the terms of the GNU General Public - License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later - version. - . - This program 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 General Public License for more - details. - . - You should have received a copy of the GNU 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 full text of the GNU General Public - License version 3 can be found in the file - `/usr/share/common-licenses/GPL-3'. -Files: debian/ +Files: debian/* Copyright: 2012, Michael Prokop License: GPL-3+ - This program is free software; you can redistribute it - and/or modify it under the terms of the GNU General Public - License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later - version. - . - This program 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 General Public License for more - details. + +License: GPL-3+ + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. . - You should have received a copy of the GNU 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 + This program 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 General Public License for more details. . - 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'. + You should have received a copy of the GNU 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 +Comment: + 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/source/format b/debian/source/format new file mode 100644 index 0000000..89ae9db --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (native)