diff -Nru netsniff-ng-0.5.5.0/debian/changelog netsniff-ng-0.5.5.0/debian/changelog --- netsniff-ng-0.5.5.0/debian/changelog 2011-02-07 16:30:11.000000000 +0000 +++ netsniff-ng-0.5.5.0/debian/changelog 2011-05-30 03:19:41.000000000 +0000 @@ -1,3 +1,14 @@ +netsniff-ng (0.5.5.0-3) unstable; urgency=low + + * debian/control: + + Updated Standards-Version to 3.9.2 + + Fixed short description synopsis + * debian/copyright: + + Updated for DEP-5 format specification + * Added patch to fix spelling mistake in manpage + + -- Kartik Mistry Mon, 30 May 2011 08:49:15 +0530 + netsniff-ng (0.5.5.0-2) unstable; urgency=low * Upload to unstable diff -Nru netsniff-ng-0.5.5.0/debian/control netsniff-ng-0.5.5.0/debian/control --- netsniff-ng-0.5.5.0/debian/control 2011-02-07 16:29:04.000000000 +0000 +++ netsniff-ng-0.5.5.0/debian/control 2011-05-30 03:07:40.000000000 +0000 @@ -3,17 +3,15 @@ Priority: optional Maintainer: Daniel Borkmann Uploaders: Kartik Mistry -Standards-Version: 3.9.1 +Standards-Version: 3.9.2 Build-Depends: debhelper (>= 7) Homepage: http://www.netsniff-ng.org/ Package: netsniff-ng Architecture: linux-any Depends: ${shlibs:Depends}, ${misc:Depends} -Description: the packet sniffing beast - netsniff-ng is a high performance Linux network sniffer - for packet inspection. It can be used for protocol analysis, - reverse engineering or network debugging. The gain of - performance is reached by 'zero-copy' mechanisms, so that - the kernel does not need to copy packets from kernelspace - to userspace. +Description: packet sniffing beast + netsniff-ng is a high performance Linux network sniffer for packet inspection. + It can be used for protocol analysis, reverse engineering or network + debugging. The gain of performance is reached by 'zero-copy' mechanisms, so + that the kernel does not need to copy packets from kernelspace to userspace. diff -Nru netsniff-ng-0.5.5.0/debian/copyright netsniff-ng-0.5.5.0/debian/copyright --- netsniff-ng-0.5.5.0/debian/copyright 2011-01-12 21:12:08.000000000 +0000 +++ netsniff-ng-0.5.5.0/debian/copyright 2011-05-30 03:07:40.000000000 +0000 @@ -1,24 +1,25 @@ -This package was debianized by Daniel Borkmann on -Thu, 17 Dec 2009 22:55:51 +0200. - -Copyright: Copyright © 2009, 2010 Daniel Borkmann - -License: - - 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 2 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 program; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - 02110-1301 USA - -On Debian GNU/Linux systems, the complete text of the GNU General -Public License can be found in `/usr/share/common-licenses/GPL-2'. +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=175 +Upstream-Name: netsniff-ng +Upstream-Contact: Daniel Borkmann on +Source: http://www.netsniff-ng.org/ + +Files: * +Copyright: 2009-2010, Daniel Borkmann +License: GPL-2+ + 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 2 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 program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + 02110-1301 USA + . + On Debian GNU/Linux systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL-2'. diff -Nru netsniff-ng-0.5.5.0/debian/patches/01_manpage_fix.diff netsniff-ng-0.5.5.0/debian/patches/01_manpage_fix.diff --- netsniff-ng-0.5.5.0/debian/patches/01_manpage_fix.diff 1970-01-01 00:00:00.000000000 +0000 +++ netsniff-ng-0.5.5.0/debian/patches/01_manpage_fix.diff 2011-05-30 03:11:46.000000000 +0000 @@ -0,0 +1,13 @@ +Description: Patch to fix spelling error in manpage +Author: Kartik Mistry +--- a/netsniff-ng.8 ++++ b/netsniff-ng.8 +@@ -52,7 +52,7 @@ + .PP + \-t , \-\-type + .RS 4 +-A specification allows to post\-filter packets within userspace context (therefore slower than BPF)\&. The following types are supported: host \- only show incoming packets to our host, broadcast \- only show Broadcast packets, multicast \- only show Multicast packets, others \- only show packets from other hosts (promiscuous mode), outgoing \- only show outgoing packets from our host ++A specification allows one to post\-filter packets within userspace context (therefore slower than BPF)\&. The following types are supported: host \- only show incoming packets to our host, broadcast \- only show Broadcast packets, multicast \- only show Multicast packets, others \- only show packets from other hosts (promiscuous mode), outgoing \- only show outgoing packets from our host + .RE + .PP + \-b , \-\-bind\-cpu diff -Nru netsniff-ng-0.5.5.0/debian/patches/series netsniff-ng-0.5.5.0/debian/patches/series --- netsniff-ng-0.5.5.0/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 +++ netsniff-ng-0.5.5.0/debian/patches/series 2011-05-30 03:10:09.000000000 +0000 @@ -0,0 +1 @@ +01_manpage_fix.diff