--- ksniffer-0.1.1.orig/debian/menu +++ ksniffer-0.1.1/debian/menu @@ -0,0 +1,2 @@ +?package(ksniffer):needs="X11" section="Apps/Net"\ + title="ksniffer" command="/usr/bin/ksniffer" --- ksniffer-0.1.1.orig/debian/control +++ ksniffer-0.1.1/debian/control @@ -0,0 +1,15 @@ +Source: ksniffer +Section: net +Priority: optional +Maintainer: Bastian Holst +Build-Depends: cdbs (>= 0.4.23-1.1), autotools-dev, debhelper (>= 4.1.0), kdelibs4-dev (>= 3.3), docbook2x, libc6-dev (>= 2.3.4-1), libpcap0.8-dev +Standards-Version: 3.6.2 + +Package: ksniffer +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: network sniffing application for KDE + KSniffer is an application for sniffing your LAN. That means that + you can see all packages in your network. It shows for example + IP and MAC-Adress of source and target of the package, which + protocol was used for this package an much other information. --- ksniffer-0.1.1.orig/debian/rules +++ ksniffer-0.1.1/debian/rules @@ -0,0 +1,18 @@ +#!/usr/bin/make -f + +cdbs_kde_enable_debug = --disable-debug + +include /usr/share/cdbs/1/rules/debhelper.mk +#include /usr/share/cdbs/1/rules/simple-patchsys.mk +include /usr/share/cdbs/1/class/kde.mk + +build/ksniffer:: + docbook2x-man debian/ksniffer.1.docbook + docbook2x-man debian/ksniffer_client.1.docbook + +cleanbuilddir/ksniffer:: + rm -f ksniffer.1 + rm -f ksniffer_client.1 + +DEB_INSTALL_MANPAGES_ksniffer = ksniffer.1 ksniffer_client.1 +# \ No newline at end of file --- ksniffer-0.1.1.orig/debian/changelog +++ ksniffer-0.1.1/debian/changelog @@ -0,0 +1,8 @@ +ksniffer (0.1.1-0ubuntu1) breezy; urgency=low + + * Initial release. + * Added manpages. + * Sponsored upload for Bastian Holst + + -- Jonathan Riddell Thu, 6 Oct 2005 13:12:44 +0200 + --- ksniffer-0.1.1.orig/debian/ksniffer_client.1.docbook +++ ksniffer-0.1.1/debian/ksniffer_client.1.docbook @@ -0,0 +1,109 @@ + + + + + + Bastian + Holst + bastianholst@gmx.de + + + 2005 + Giovanni Venturi + + + + 2005-10-06 + + + + ksniffer_client + 1 + + + ksniffer_client + a DCOP client for KSniffer + + + + ksniffer_client + + + + + + + + + + DESCRIPTION + + This is a DCOP client for KSniffer. Please read ksniffer(1) for more information. + + + + OPTIONS + + All KDE and Qt + programs accept a some common command-line options. ksniffer_client has no + application-specific options. + + + + Generic options: + + + Show help about options + + + + Show Qt specific options + + + + Show KDE specific options + + + + Show all options + + + + Show author information + + + , + Show version information + + + + Show license information + + + + Indicates end of options + + + + + + + COPYRIGHT + + This manual page was written by Bastian Holst + bastianholst@gmx.de for the + Ubuntu system (but may be used by others). + Permission is granted to copy, distribute and/or modify this document + under the terms of the GNU General Public License, + Version 2 or any later version published by the Free Software Foundation. + + + On Debian systems, the complete text of the GNU General Public + License can be found in + /usr/share/common-licenses/GPL. + + + --- ksniffer-0.1.1.orig/debian/compat +++ ksniffer-0.1.1/debian/compat @@ -0,0 +1 @@ +4 --- ksniffer-0.1.1.orig/debian/ksniffer.1.docbook +++ ksniffer-0.1.1/debian/ksniffer.1.docbook @@ -0,0 +1,112 @@ + + + + + + Bastian + Holst + bastianholst@gmx.de + + + 2005 + Giovanni Venturi + + + + 2005-10-06 + + + + ksniffer + 1 + + + ksniffer + network sniffing application for KDE + + + + ksniffer + + + + + + + + + + DESCRIPTION + + KSniffer is an application for sniffing your LAN. That means that + you can see all packages in your network. It shows for example + IP and MAC-Adress of source and target of the package, which + protocol was used for this package an much other information. + + + + OPTIONS + + All KDE and Qt + programs accept a some common command-line options. KSniffer has no + application-specific options. + + + + Generic options: + + + Show help about options + + + + Show Qt specific options + + + + Show KDE specific options + + + + Show all options + + + + Show author information + + + , + Show version information + + + + Show license information + + + + Indicates end of options + + + + + + + COPYRIGHT + + This manual page was written by Bastian Holst + bastianholst@gmx.de for the + Ubuntu system (but may be used by others). + Permission is granted to copy, distribute and/or modify this document + under the terms of the GNU General Public License, + Version 2 or any later version published by the Free Software Foundation. + + + On Debian systems, the complete text of the GNU General Public + License can be found in + /usr/share/common-licenses/GPL. + + + --- ksniffer-0.1.1.orig/debian/copyright +++ ksniffer-0.1.1/debian/copyright @@ -0,0 +1,13 @@ +This package was debianized by Bastian Holst on +Wed, 5 Oct 2005 18:23:44 +0200. + +It was downloaded from http://www.kde-apps.org/content/show.php?content=26258. + +Upstream author: Giovanni Venturi + +This software is copyright (c) 2004-2005 by Giovanni Venturi. + +You are free to distribute this software under the terms of +the GNU General Public License. +On Debian and (K)Ubuntu systems, the complete text of the GNU General Public +License can be found in the file `/usr/share/common-licenses/GPL'.