--- psmisc-22.11.orig/debian/README.Debian
+++ psmisc-22.11/debian/README.Debian
@@ -0,0 +1,8 @@
+README for psmisc
+=================
+
+pidof is not installed in this package as it is part of the sysvinit package,
+I intend to work with the sysvinit packager about this.
+
+  - Craig
+
--- psmisc-22.11.orig/debian/control
+++ psmisc-22.11/debian/control
@@ -0,0 +1,20 @@
+Source: psmisc
+Section: admin
+Priority: optional
+Maintainer:  Craig Small <csmall@debian.org>
+Build-Depends: debhelper (>= 7.0.50~), libncurses-dev, gettext
+Standards-Version: 3.8.4
+
+Package: psmisc
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Replaces: procps (<< 1:1.2)
+Description: utilities that use the proc file system
+ This package contains miscellaneous utilities that use the proc FS:
+ .
+  - fuser: identifies processes that are using files or sockets.
+  - killall: kills processes by name (e.g. "killall -HUP named").
+  - peekfd: shows the data traveling over a file descriptor.
+  - pstree: shows currently running processes as a tree.
+  - prtstat: print the contents of /proc/<pid>/stat
+Homepage: http://psmisc.sf.net/
--- psmisc-22.11.orig/debian/rules
+++ psmisc-22.11/debian/rules
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@
+
+override_dh_auto_install:
+	dh_auto_install
+	mv debian/psmisc/usr/bin/fuser debian/psmisc/bin/fuser
--- psmisc-22.11.orig/debian/compat
+++ psmisc-22.11/debian/compat
@@ -0,0 +1 @@
+7
--- psmisc-22.11.orig/debian/psmisc.install
+++ psmisc-22.11/debian/psmisc.install
@@ -0,0 +1,2 @@
+icons/pstree16.xpm usr/share/pixmaps
+icons/pstree32.xpm usr/share/pixmaps
--- psmisc-22.11.orig/debian/psmisc.links
+++ psmisc-22.11/debian/psmisc.links
@@ -0,0 +1 @@
+usr/share/man/man1/pstree.1 usr/share/man/man1/pstree.x11.1
--- psmisc-22.11.orig/debian/dirs
+++ psmisc-22.11/debian/dirs
@@ -0,0 +1,3 @@
+bin
+usr/bin
+usr/share/pixmaps
--- psmisc-22.11.orig/debian/menu
+++ psmisc-22.11/debian/menu
@@ -0,0 +1,9 @@
+?package(psmisc):needs="text" section="Applications/System/Monitoring" \
+  title="Pstree" \
+  description="Displays a tree of processes" \
+  command="/usr/bin/pstree.x11" \
+  icon="/usr/share/pixmaps/pstree16.xpm" 
+?package(psmisc):needs="vc" section="Applications/System/Monitoring" \
+  title="Pstree" \
+  description="Displays a tree of processes" \
+  command="/usr/bin/pstree"
--- psmisc-22.11.orig/debian/changelog
+++ psmisc-22.11/debian/changelog
@@ -0,0 +1,336 @@
+psmisc (22.11-1) unstable; urgency=low
+
+  * New upstream release
+    - Another attempted at killall -SIGNAME Closes: #573924
+
+ -- Craig Small <csmall@debian.org>  Fri, 09 Apr 2010 21:24:58 +1000
+
+psmisc (22.10-1) unstable; urgency=low
+
+  * New upstream release
+    - fuser -k -m ... won't kill itself Closes: #562767
+    - fuser -NAME fixed Closes: #563388
+    - Reversed normal file fuser -k check Closes: #563387
+
+ -- Craig Small <csmall@debian.org>  Mon, 04 Jan 2010 21:43:16 +1100
+
+psmisc (22.9-1) unstable; urgency=low
+
+  * New upstream release
+    - short option l returned in fuser Closes: #539087
+    - long options terminated with 0s Closes: #551833
+    - Fixed killall options for VTALRM and ILL Closes: #559011
+    - pstree -a does not compact threads Closes: #525632
+    - new program prtstat which prints contents of /proc/<pid>/stat
+      Closes: #281706
+    - killall restricts by date. Thanks to George Danchev Closes: #544657
+    - New fuser -M option limits -m to top of mount points
+  * Updated to standards version 3.8.3
+  * Moved to debhelper compat 7 and simpler rules
+
+ -- Craig Small <csmall@debian.org>  Sun, 27 Dec 2009 18:36:35 +1100
+
+psmisc (22.8-1) unstable; urgency=low
+
+  * New upstream release
+   - fuser will print mounts,nfs exports and swaps with -v Closes: #356655
+   - pstree and fuser have long options Closes: #517412
+   - Fixed pstree -a off-by-one error in buffer, Closes: #536243
+
+ -- Craig Small <csmall@debian.org>  Sat, 25 Jul 2009 09:40:01 +1000
+
+psmisc (22.7-1) unstable; urgency=low
+
+  * New upstream release
+    - Changed fuser.1 so signal is SIGNAL to reduce confusion about wether
+      or not it is a parameter Closes: #517413
+    - fuser.1 references pkill(1) Closes: #517414
+    - Clarified -m and -c for fuser Closes: #467289
+    -  Patch from Arnaud Giersch to fix udp ports in fuser Closes: #502208
+    - pstree man page mentions -Z may not be available Closes: #478327
+    - pstree handles UTF-8 lengths much better Closes: #413503
+    - killall says no process found when process not found Closes: #500097
+    - pstree makes a bigger buffer for -al flags Closes: #352603
+    - peekfd off by one problem in fds Closes: #460530
+    - oldfuser removed Closes: #502212
+  * Changed rules for for cross-build support Closes: #465226
+  * Updated copyright file Closes: #517410
+  * updated package description Closes: #485693
+
+ -- Craig Small <csmall@debian.org>  Sun, 10 May 2009 16:13:36 +1000
+
+psmisc (22.6-1) unstable; urgency=low
+
+  * New upstream release
+  *  killall.1 mentions you can use -SIGxxx Closes: #431082
+  *  peekfd works for x86_64 and PPC
+  * Updated menu entry
+
+ -- Craig Small <csmall@debian.org>  Sun, 04 Nov 2007 17:42:30 +1100
+
+psmisc (22.5-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Craig Small <csmall@debian.org>  Mon, 23 Apr 2007 22:14:16 +1000
+
+psmisc (22.4-1) unstable; urgency=low
+
+  * New upstream release
+  *  fuser correctly parses remote TCP ports Closes: #397033
+  *  Removed extra blank lines in fuser Closes: #386564
+  *  Added peekfd
+  *  killall using a path doesnt check inodes
+
+ -- Craig Small <csmall@debian.org>  Tue, 17 Apr 2007 22:09:11 +1000
+
+psmisc (22.3-1) unstable; urgency=low
+
+  * New upstream release
+  *   Typo fixed in fuser man page Closes: #358880
+  *   Return code set correctly in silent mode Closes: #361639
+  * Updated standards to 3.7.2
+
+ -- Craig Small <csmall@debian.org>  Wed,  9 Aug 2006 21:34:49 +1000
+
+psmisc (22.2-1) unstable; urgency=low
+
+  * New upstream release
+  *  Finds unix sockets on all arches, Closes: #338868
+  *  Swedish PO file updated Closes: #348140
+  * Moved to debhelper v5
+
+ -- Craig Small <csmall@debian.org>  Wed, 15 Mar 2006 10:25:55 +1100
+
+psmisc (22.1-1) unstable; urgency=low
+
+  * New upstream release
+  *  Updated German PO file Closes: #313934
+  *  fuser -s flag works Closes: #344901
+  *  fixed grep lines in Makefile for i386 arches Closes: #344172
+
+ -- Craig Small <csmall@debian.org>  Thu, 12 Jan 2006 19:01:13 +1100
+
+psmisc (21.9-1) unstable; urgency=low
+
+  * New upstream release
+  *  Fixed segfault in pstree -a Closes: #338108
+  *  fuser finds unix sockets. Closes: #338868
+  *  fixed print_matches to only print unmatched objects if -a is specified
+     and to output the header for -v Closes: #342765
+  *  Fixed sv.po Closes: #337528
+
+ -- Craig Small <csmall@debian.org>  Fri, 16 Dec 2005 23:16:29 +1100
+
+psmisc (21.8-1) unstable; urgency=low
+
+  * New upstream release
+  *  new fuser Closes: #312560
+  *  pstree checks for a real tty Closes: #326500
+  *  pstree shows child threads with {commandname} Closes: #230924
+  *  Added warning about fuser and tcp/udp access Closes: #327813
+  *  pstree defaults to ASCII not VT100 until problems with terminals
+     are fixed Closes: #288856
+  *  fuser doesnt complain if it cannot scan some mount points Closes: #299153
+  *  menu entry capitalised Closes: #320616
+  * upgrade standards to 3.6.2
+  * fuser.1 spells behavior correctly Closes: #337190
+  * 21.7 not released, fuser return value bug. Closes: #337591
+
+ -- Craig Small <csmall@debian.org>  Sat,  5 Nov 2005 15:58:27 +1100
+
+psmisc (21.6-1) unstable; urgency=low
+
+  * New upstream release
+    - killall aborts if it gets unknown flags Closes: #250794
+    - Symbolic link created properly for pstree.x11 Closes: #250096
+    - Strange mount points handled better Closes: #178972
+    - Warning in killall.1 about process changing names Closes: #187941
+    - Fixed groff madness with fuser(1) Debian #298199
+  * changed rules to permit cross-build Closes: #284589
+  * menu entry now uses text for .x11 and vc for plain pstree
+
+ -- Craig Small <csmall@debian.org>  Fri, 11 Mar 2005 21:53:10 +1100
+
+psmisc (21.5-1) unstable; urgency=low
+
+  * New upstream release
+    - Lines not truncated with UTF-8 Closes: #151523
+    - pstree uses ASCII chars with -A Closes: #240973
+    - signames.h not distributed in tar Closes: #240986
+    - Manual pages explains -SIG is ignored with no -k Closes: #222935
+
+ -- Craig Small <csmall@debian.org>  Tue, 25 May 2004 11:23:07 +1000
+
+psmisc (21.4-1) unstable; urgency=low
+
+  * New upstream release
+    - Typos in killall.1 fixed Closes Debian: #198189
+    - fuser -ki now tells user default is N Closes Debian: #197356
+    - pstree -a doesn't print space at end of line Closes Debian: #182099
+    - pstree.x11 now just pstree with a trick Closes Debian: #201042
+    - Icons for pstree, thankyou Tatlin! Closes Debian: #192636
+    - Removed message if no processes found and excess blanks removed
+      Closes: #212795
+
+ -- Craig Small <csmall@debian.org>  Fri, 28 Nov 2003 23:06:45 +1100
+
+psmisc (21.3-1) unstable; urgency=low
+
+  * New upstream version
+    - SELinux uses -d flag, so signals starting with S work 
+      Closes: #19370, #163360
+    - Long command lines don't segfault Closes: #187241
+  * Added most of Torsten SELINUX patch Closes:  #192122
+  * Menu item doesn have path to x-terminal-emulator Closes: #129232
+
+
+ -- Craig Small <csmall@debian.org>  Thu, 29 May 2003 10:03:39 +1000
+
+psmisc (21.2-1) unstable; urgency=high
+
+  * Fixes serious bug in pstree where pstree -a doesnt have a variable
+    set
+
+ -- Craig Small <csmall@debian.org>  Fri, 27 Sep 2002 21:34:23 +1000
+
+psmisc (21.1-1) unstable; urgency=low
+
+  * New upstream version
+     - config.guess and config.sub fixes
+     - pstree -a extra bracket problem fixed, Closes: #96791
+     - LFS support Closes: #129157, #156017
+     - fuser -k return means no Closes: #152524
+     - UTF8 problem fixed Closes: #140960
+     - Works on Hurd (I think, no replies from Hurd folk) Closes: #157064
+     - Minor change to killall.1 for less ambiguous Closes: #127851
+
+ -- Craig Small <csmall@debian.org>  Thu, 26 Sep 2002 10:12:59 +1000
+
+psmisc (21-3) unstable; urgency=low
+
+  * build-depends needs gettext otherwise conflicts happen Closes:
+    #147131
+
+ -- Craig Small <csmall@eye-net.com.au>  Fri, 17 May 2002 11:21:41 +1000
+
+psmisc (21-2) unstable; urgency=low
+
+  * New config.guess/sub Closes: #147082
+
+ -- Craig Small <csmall@eye-net.com.au>  Thu, 16 May 2002 08:41:24 +1000
+
+psmisc (21-1) unstable; urgency=low
+
+  * New upstream source
+    - Fixes signal name problem Closes: #131839
+
+ -- Craig Small <csmall@eye-net.com.au>  Wed, 15 May 2002 22:12:16 +1000
+
+psmisc (20.2-2) unstable; urgency=low
+
+  * Makefile did not clean signames.h which gave bad signal numbers
+    Closes: #116172
+  * Changed section field for FTP Cabal Closes: #116168
+
+ -- Craig Small <csmall@eye-net.com.au>  Fri, 19 Oct 2001 10:42:23 +1000
+
+psmisc (20.2-1) unstable; urgency=low
+
+  * New upstream source
+     - pstree -u fix Closes: #98803
+     - fuser -n tcp works for kernel2.4.12 Closes: #115672
+     - typo fixed in pidof.1 Closes: #110789
+  * Do not install pidof.1 Closes: #107461
+
+ -- Craig Small <csmall@eye-net.com.au>  Thu, 18 Oct 2001 10:22:20 +1000
+
+psmisc (20.1-1) unstable; urgency=low
+
+  * New upstream version
+    - killall -# works again, Closes: #90742, #92044, #92087
+
+ -- Craig Small <csmall@debian.org>  Sat, 31 Mar 2001 21:17:18 +1000
+
+psmisc (20-1) unstable; urgency=low
+
+  * New upstream version
+    - getopt used on command line, Closes #48541
+    - Less assumption of cmd line, Closes #53337
+    - Doesn't use losetup Closes: #58714
+
+
+ -- Craig Small <csmall@debian.org>  Mon, 19 Mar 2001 14:21:00 +1100
+
+psmisc (19-3) unstable; urgency=low
+
+  * New standards version
+  * Added menu hints Closes: #80045
+  * Changed call from xterm to x-terminal emulator Closes: #59009
+
+ -- Craig Small <csmall@debian.org>  Sun, 31 Dec 2000 17:27:30 +1100
+
+psmisc (19-2) unstable; urgency=low
+
+  * Group transistions properly handled Closes: #47475
+  * pstree no longer truncates Closes: #53943
+  * Compile with -O2 to follow standard.
+
+ -- Craig Small <csmall@debian.org>  Tue,  4 Jan 2000 10:27:33 +1100
+
+psmisc (19-1) unstable; urgency=low
+
+  * New upstream Version Closes: #50813
+
+ -- Craig Small <csmall@debian.org>  Sun,  5 Dec 1999 19:31:17 +1100
+
+psmisc (18-3) unstable; urgency=low
+
+  * Fixes pstree on a X system problem Closes: 45510, 46243
+  * Now has all that /usr/share stuff
+
+ -- Craig Small <csmall@debian.org>  Thu, 30 Sep 1999 10:32:06 +1000
+
+psmisc (18-2) unstable; urgency=low
+
+  * Fixed download source Closes: #38436
+
+ -- Craig Small <csmall@debian.org>  Fri, 30 Jul 1999 11:29:06 +1000
+
+psmisc (18-1) unstable; urgency=low
+
+  * New upstream source
+  * Doesn't try to print null string for proc names (Bug #23645 )
+
+ -- Craig Small <csmall@debian.org>  Mon,  4 Jan 1999 14:11:32 +1100
+
+psmisc (17-2) unstable; urgency=low
+
+  * Now with ncurses 4
+  * Menu item is now in Apps/System (Bug #27439 )
+  * X11 version of pstree now waits for return to be pressed (Bug #24102 #17466 )
+
+ -- Craig Small <csmall@debian.org>  Sun,  1 Nov 1998 16:06:13 +1100
+
+psmisc (17-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Craig Small <csmall@debian.org>  Wed, 15 Apr 1998 08:50:28 +1000
+
+psmisc (16-2) frozen unstable; urgency=low
+
+  * README.debian explains why pidof is not here. (Bug #16981 )
+  * Patched fuser so that it works with new kernels (Bug #17064 )
+  * CHANGES renamed to changelog (Bug #17290 )
+  * Package now replaces procps <<1.2 (Bug #20394 )
+  * Fixed description (Bug #20255 )
+ -- Craig Small <csmall@debian.org>  Tue, 17 Mar 1998 09:49:20 +1100
+
+psmisc (16-1) unstable; urgency=low
+
+  * Initial Release.
+  * procps upstream source split this off at version 1.2
+
+ -- Craig Small <csmall@debian.org>  Fri,  2 Jan 1998 11:12:00 +1100
+
--- psmisc-22.11.orig/debian/docs
+++ psmisc-22.11/debian/docs
@@ -0,0 +1 @@
+README
--- psmisc-22.11.orig/debian/copyright
+++ psmisc-22.11/debian/copyright
@@ -0,0 +1,35 @@
+This package was debianized by  Craig Small <csmall@debian.org> on
+Fri,  2 Jan 1998 11:12:00 +1100.
+
+It was downloaded from http://psmisc.sourceforge.net/
+
+Upstream Authors:
+    Craig Small <csmall@enc.com.au>
+
+Copyright:
+    Copyright 1993,1994,1995,1996,1997,1998,1999,2000,2001 Werner Almesberger
+    and Craig Small <csmall@small.dropbear.id.au>
+
+License:
+    This package 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 package 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 complete text of the GNU General
+Public License version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+The Debian packaging is:
+
+    Copyright (C) 1998-2008 Craig Small <csmall@debian.org>
+
+and is licensed under the GPL version 3, see `/usr/share/common-licenses/GPL-3'.
