debian/0000755000000000000000000000000012221101137007154 5ustar debian/compat0000644000000000000000000000000212221101137010352 0ustar 9 debian/copyright0000644000000000000000000000771112221101137011115 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: nfswatch Upstream-Contact: Christian Iseli Source: http://nfswatch.sourceforge.net/ Files: * Copyright: (C) Dave A. Curry (C) Jeff C. Mogul (C) Christian Iseli License: BSD Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . 3. The names of the authors may not be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. Files: sgi.map.h snoop.c Copyright: (C) Tim Hudson License: BSD Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . 3. The names of the authors may not be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. Files: ultrix.map.h Copyright: (C) 1988 Regents of the University of California License: BSD Redistribution and use in source and binary forms are permitted provided that the above copyright notice and this paragraph are duplicated in all such forms and that any documentation, advertising materials, and other materials related to such distribution and use acknowledge that the software was developed by the University of California, Lawrence Berkeley Laboratory, Berkeley, CA. The name of the University may not be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. Files: debian/* Copyright: (C) 2009 Daniel Baumann (C) 2009-2013 Salvatore Bonaccorso License: BSD Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . 3. The names of the authors may not be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. debian/rules0000755000000000000000000000013512221101137010233 0ustar #!/usr/bin/make -f %: dh $@ override_dh_auto_install: dh_auto_install -- MANSUF=8 STRIP= debian/watch0000644000000000000000000000007012221101137010202 0ustar version=3 http://sf.net/nfswatch/nfswatch-(.*)\.tar\.gz debian/control0000644000000000000000000000130012221101137010551 0ustar Source: nfswatch Section: admin Priority: optional Maintainer: Salvatore Bonaccorso Build-Depends: debhelper (>= 9), libncurses5-dev, libpcap0.8-dev Standards-Version: 3.9.4 Homepage: http://nfswatch.sourceforge.net/ Package: nfswatch Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: Program to monitor NFS traffic for the console Nfswatch is a command-line tool for monitoring NFS traffic. It can capture and analyze the NFS packets on a particular network interface or on all interfaces. . It mostly monitors NFS client traffic (NFS requests). it also monitors the NFS reply traffic from a server in order to measure the response time for each RPC. debian/source/0000755000000000000000000000000012221101137010454 5ustar debian/source/format0000644000000000000000000000001412221101137011662 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000012221101137010603 5ustar debian/patches/01-manpage.patch0000644000000000000000000000153212221101137013453 0ustar Description: Correct manpage sections. Origin: vendor Forwarded: not-needed Author: Daniel Baumann --- a/nfslogsum.8 +++ b/nfslogsum.8 @@ -3,7 +3,7 @@ .. .ds @N \s-1NFS\s0 -.TH NFSLOGSUM 8L "January 1993" Purdue/DEC +.TH NFSLOGSUM 8 "January 1993" Purdue/DEC .SH NAME nfslogsum \- summarize \fBnfswatch\fP log file .SH SYNOPSIS @@ -164,7 +164,7 @@ .IR statfs (2) system call. .SH SEE ALSO -.IR nfswatch (8L) +.IR nfswatch (8) .SH BUGS .PP .I nfslogsum --- a/nfswatch.8 +++ b/nfswatch.8 @@ -347,7 +347,7 @@ The information in the .I nfswatch log file can be summarized easily using the -.IR nfslogsum (8L) +.IR nfslogsum (8) program. .SH COMMANDS .PP @@ -627,7 +627,7 @@ .IR etherfind (8c), .IR dlpi (7), .IR nit (4), -.IR nfslogsum (8L), +.IR nfslogsum (8), .IR packetfilter (4/7), .IR snoop (1m), .IR snoop (7), debian/patches/fix-typo-in-error-message.patch0000644000000000000000000000104112221101137016554 0ustar Description: Fix typo in error mesage when filelist is missing Origin: vendor Bug: https://sourceforge.net/p/nfswatch/bugs/11/ Forwarded: https://sourceforge.net/p/nfswatch/bugs/11/ Author: Salvatore Bonaccorso Last-Update: 2013-09-26 --- a/nfswatch.c +++ b/nfswatch.c @@ -481,7 +481,7 @@ break; case SHOWINDVFILES: if (filelist == NULL) { - (void) fprintf(stderr, "%s: must specify file list with -fi.\n", pname); + (void) fprintf(stderr, "%s: must specify file list with -f.\n", pname); finish(-1); } debian/patches/series0000644000000000000000000000006112221101137012015 0ustar 01-manpage.patch fix-typo-in-error-message.patch debian/changelog0000644000000000000000000000722712221101137011036 0ustar nfswatch (4.99.11-3) unstable; urgency=low * Add fix-typo-in-error-message.patch patch. Fixes typo in error message "nfswatch: must specify file list with -f" instead of "nfswatch: must specify file list with -fi." * Update copyright years for debian/* packaging files * Bump Standards-Version to 3.9.4 -- Salvatore Bonaccorso Thu, 26 Sep 2013 20:51:44 +0200 nfswatch (4.99.11-2) unstable; urgency=low * Email change: Salvatore Bonaccorso -> carnil@debian.org * debian/control: Drop the DM-Upload-Allowed control field. * Bump Debhelper compat level to 9. Adjust Build-Depends for debehlper to (>= 9). * Update debian/copyright file. Update copyright years for debian/* packaging. Update format to copyright-format 1.0 as released together with Debian policy 3.9.3. * Bump Standards-Version to 3.9.3 -- Salvatore Bonaccorso Fri, 30 Mar 2012 07:19:17 +0200 nfswatch (4.99.11-1) unstable; urgency=low * New upstream version * Drop 02-545853-Fix-FTBFS-on-alpha.patch patch as it is applied upstream. -- Salvatore Bonaccorso Sun, 25 Apr 2010 14:15:53 +0200 nfswatch (4.99.10-5) unstable; urgency=low * Convert to '3.0 (quilt)' package source format. - Remove README.source file, as not needed with '3.0 (quilt) format. - Drop use of quilt in debian/rules and in Build-Depends in control file. * Bump Standards-Version to 3.8.4 (no changes). * debian/copyright: Referesh Format-Specification URL and update Copyright years for debian/* packaging. * Refresh 02-545853-Fix-FTBFS-on-alpha.patch with proposed patch by upstream. -- Salvatore Bonaccorso Thu, 22 Apr 2010 13:31:44 +0200 nfswatch (4.99.10-4) unstable; urgency=low * Add 02-545853-Fix-FTBFS-on-alpha.patch patch to not include nfs/nfs.h in rpcfilter.c. Fixes FTBFS on alpha architecture (Closes: 545853). Thanks to Karl Goetz for giving access to an alpha machine. * debian/control: Expand the to short long-description about what nfswatch can monitor. -- Salvatore Bonaccorso Fri, 11 Sep 2009 08:29:07 +0200 nfswatch (4.99.10-3) unstable; urgency=low * New Maintainer (Closes: #543937). * Add debian/watch file to source package. * Add README.source to document the patch system which is used. This is recommended since Debian Policy 3.8.0. * Refresh header of patch 01-manpage.patch * debian/copyright: - Update debian/* packaging section adding myself to Copyright - Update file pseudo-headers for Format-Specification in DEP5. * Minimize debian/rules using override targets and tiny rules file. Adjust Build-Depends on debhelper (>= 7.0.50) and quilt (>= 0.46-7) for required versions. * Add DM-Upload-Allowed: yes field. -- Salvatore Bonaccorso Sat, 05 Sep 2009 12:13:10 +0200 nfswatch (4.99.10-2) unstable; urgency=low * Removing vcs fields. * Orphaning package. -- Daniel Baumann Thu, 27 Aug 2009 16:42:39 +0200 nfswatch (4.99.10-1) unstable; urgency=low * Merging upstream version 4.99.10. * Adding build-depends to libpcap0.8-dev. -- Daniel Baumann Fri, 17 Apr 2009 21:24:00 +0200 nfswatch (4.99.9-2) unstable; urgency=low * Updating package to standards 3.8.1. * Prefixing debhelper files with package name. * Removing useless dh_link call in rules. -- Daniel Baumann Sun, 22 Mar 2009 16:21:00 +0100 nfswatch (4.99.9-1) unstable; urgency=low * Initial release (Closes: #512789). -- Daniel Baumann Sat, 24 Jan 2009 03:51:00 +0100 debian/nfswatch.docs0000644000000000000000000000000712221101137011640 0ustar README