TT#5420 Update packaging

- Use canonical homepage URL.
- Bump debhelper compatibility to 9.
- Bump Standards-Version to 3.9.8.
- Bump source format to 3.0 (native).
- Wrap fields in debian/control.
- Refactor idential License into its own paragraph in debian/copyright,
  and move reference to license location on filesystem to a Comment.
- Fix Files glob in debian/copyright.

Change-Id: I36c9dbaa5cf5d87fffc2582041eec98ccfb011ab
changes/95/12395/1
Guillem Jover 8 years ago
parent 86bc61db3f
commit 74344600a5

5
debian/.gitignore vendored

@ -0,0 +1,5 @@
*.log
*.substvars
/debhelper-build-stamp
/files
/ngrep-sip/

2
debian/compat vendored

@ -1 +1 @@
8
9

11
debian/control vendored

@ -2,14 +2,15 @@ Source: ngrep-sip
Section: net
Priority: extra
Maintainer: Sipwise Development Team <support@sipwise.com>
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.

56
debian/copyright vendored

@ -6,47 +6,25 @@ Source: http://dev.sipdoc.net/projects/sip-stuff/wiki/Ngrep-SIP
Files: *
Copyright: 2008, Iñaki Baz Castillo <ibc@aliax.net>
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 <mprokop@sipwise.com>
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'.

@ -0,0 +1 @@
3.0 (native)
Loading…
Cancel
Save