--- wmcpuload-1.0.1.orig/debian/changelog
+++ wmcpuload-1.0.1/debian/changelog
@@ -0,0 +1,122 @@
+wmcpuload (1.0.1-3.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix debian/rules
+     + Add a hyphen in front of autostuff copy (Closes: #499739)
+
+ -- Julien Danjou <acid@debian.org>  Sun, 23 Nov 2008 11:06:10 +0100
+
+wmcpuload (1.0.1-3.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix FTBFS on GNU/kFreeBSD (Closes: #417867)
+  * Set debhelper compatibility in debian/compat rather than in debian/rules
+  * Do not ignore errors on make clean in debian/rules
+  * Fix menu entry section
+  * Bump standard version
+
+ -- Julien Danjou <acid@debian.org>  Sat, 06 Sep 2008 09:35:18 +0200
+
+wmcpuload (1.0.1-3) unstable; urgency=low
+
+  * debian/control: Updated build-depends (removed xlibs-dev)
+    (Closes: #347046)
+  * debian/control: Standards-Version to 3.6.2
+  * debian/copyright: Updated to reflect the real licensing situation
+  * Updated the URL of the upstream homepage (thanks to Miriam Ruiz for the
+    notice)
+  * Removed unused directories from debian/dirs
+
+ -- Christian Aichinger <Greek0@gmx.net>  Thu, 20 Apr 2006 17:37:46 +0200
+
+wmcpuload (1.0.1-2) unstable; urgency=low
+
+  * New Maintainer
+  * Added proper Linux 2.6 support, thanks to Peter Colberg for the patch.
+    (Closes: #238684)
+  * debian/control: Standards-Version to 3.6.1.1
+
+ -- Christian Aichinger <Greek0@gmx.net>  Sun, 13 Feb 2005 18:42:41 +0100
+
+wmcpuload (1.0.1-1) unstable; urgency=low
+
+  * New upstream release
+  * debian/control: Standards-Version to 3.5.8
+  * debian/rules: Update DEB_BUILD_OPTIONS handling
+  * Debhelper v4
+  * Drop doc/contrib (it's useless without the sources)
+
+ -- Gordon Fraser <gordon@debian.org>  Mon, 10 Mar 2003 08:28:49 +0100
+
+wmcpuload (1.0.0-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Gordon Fraser <gordon@debian.org>  Thu,  1 Aug 2002 10:47:52 +0200
+
+wmcpuload (0.9.0-1) unstable; urgency=low
+
+  * New upstream release 
+
+ -- Gordon Fraser <gordon@debian.org>  Sat, 23 Mar 2002 20:11:22 +0100
+
+wmcpuload (0.8.1-2) unstable; urgency=low
+
+  * Change help text to prevent confusion (Closes: #137502)
+  * Update manpage with further explanation accordingly
+
+ -- Gordon Fraser <gordon@debian.org>  Sun, 10 Mar 2002 14:53:11 +0100
+
+wmcpuload (0.8.1-1) unstable; urgency=low
+
+  * New upstream release (Closes: #129515)
+
+ -- Gordon Fraser <gordon@debian.org>  Thu, 17 Jan 2002 20:09:50 +0100
+
+wmcpuload (0.8.0-3) unstable; urgency=low
+
+  * Update config.guess and config.sub to enable build on Mips - 
+    (Closes: #127545)
+
+ -- Gordon Fraser <gordon@debian.org>  Fri,  4 Jan 2002 08:22:06 +0100
+
+wmcpuload (0.8.0-2) unstable; urgency=low
+
+  * Fix backlight color option
+
+ -- Gordon Fraser <gordon@debian.org>  Tue,  1 Jan 2002 07:46:16 +0100
+
+wmcpuload (0.8.0-1) unstable; urgency=low
+
+  * New upstream release
+  * Updated description and maintainer email address
+
+ -- Gordon Fraser <gordon@debian.org>  Mon, 31 Dec 2001 12:06:24 +0100
+
+wmcpuload (0.7-4) unstable; urgency=low
+
+  * Update manpage to credit author
+
+ -- Gordon Fraser <gordon@debian.org>  Wed,  5 Dec 2001 08:59:02 +0100
+
+wmcpuload (0.7-3) unstable; urgency=low
+
+  * Updated config.guess and config.sub - (Closes: #114687)
+
+ -- Gordon Fraser <gordon@debian.org>  Sat, 06 Oct 2001 10:48:41 +0200
+
+wmcpuload (0.7-2) unstable; urgency=low
+
+  * Fixed grammatical mistake in description - (Closes: #114258)
+
+ -- Gordon Fraser <gordon@debian.org>  Wed, 03 Oct 2001 08:03:41 +0200
+
+wmcpuload (0.7-1) unstable; urgency=low
+
+  * Initial Release - (Closes: #113956)
+
+ -- Gordon Fraser <gordon@debian.org>  Sun, 23 Sep 2001 12:10:37 +0200
+
+Local variables:
+mode: debian-changelog
+End:
--- wmcpuload-1.0.1.orig/debian/docs
+++ wmcpuload-1.0.1/debian/docs
@@ -0,0 +1,8 @@
+AUTHORS
+NEWS
+README
+TODO
+THANKS
+icons/wmcpuload-16x16.xpm
+icons/wmcpuload-32x32.xpm
+icons/wmcpuload-48x48.xpm
--- wmcpuload-1.0.1.orig/debian/control
+++ wmcpuload-1.0.1/debian/control
@@ -0,0 +1,17 @@
+Source: wmcpuload
+Section: x11
+Priority: optional
+Maintainer: Christian Aichinger <Greek0@gmx.net>
+Build-Depends: debhelper (>= 4), libx11-dev, libxext-dev, libxpm-dev, libxmu-dev
+Standards-Version: 3.8.0
+
+Package: wmcpuload
+Architecture: any
+Depends: ${shlibs:Depends}
+Description: Dockapp that displays the current CPU usage
+ WMCPULoad is a dockapp for X window managers such as WindowMaker,
+ AfterStep, BlackBox and Enlightenment. It displays the current CPU 
+ usage as percentage value and chart with an LCD-like look. Its 
+ appearance can be configured from the commandline and it has a 
+ backlight mode which can be triggered manually or by an adjustable 
+ alarm percentage.
--- wmcpuload-1.0.1.orig/debian/menu
+++ wmcpuload-1.0.1/debian/menu
@@ -0,0 +1,2 @@
+?package(wmcpuload):needs="X11" section="Applications/System/Monitoring"\
+  title="wmcpuload" command="/usr/bin/wmcpuload"
--- wmcpuload-1.0.1.orig/debian/compat
+++ wmcpuload-1.0.1/debian/compat
@@ -0,0 +1 @@
+4
--- wmcpuload-1.0.1.orig/debian/copyright
+++ wmcpuload-1.0.1/debian/copyright
@@ -0,0 +1,48 @@
+This package was debianized by Gordon Fraser <gordon@debian.org> on
+Sun, 23 Sep 2001 12:10:37 +0200.
+
+The current Debian maintainer is Christian Aichinger <Greek0@gmx.net>.
+
+It was downloaded from http://seiichisato.jp/dockapps/
+
+Upstream Author: Seiichi Sato <me@seiichisato.jp>
+
+Copyright: 2001-2003 Seiichi Sato <me@seiichisato.jp>
+
+License statement by the author:
+ WMCPULoad - A dockapp to monitor CPU usage
+ Copyright (C) 2001,2002  Seiichi SATO <ssato@sh.rim.or.jp>
+ 
+ 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.
+
+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 files in libdockapp/ are Copyright 1999 Alfredo K. Kojima.
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ 
+ The above copyright notice and this permission notice shall be included in
+ all copies or substantial portions of the Software.
+ 
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
+ AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
+ AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+ This code is based on libdockapp-0.4.0
+ modified by Seiichi SATO <ssato@sh.rim.or.jp>
--- wmcpuload-1.0.1.orig/debian/dirs
+++ wmcpuload-1.0.1/debian/dirs
@@ -0,0 +1,3 @@
+usr/bin
+usr/share/man/man1
+usr/share/doc/wmcpuload
--- wmcpuload-1.0.1.orig/debian/rules
+++ wmcpuload-1.0.1/debian/rules
@@ -0,0 +1,79 @@
+#!/usr/bin/make -f
+
+#export DH_VERBOSE=1
+
+CFLAGS=-W -Wall -I../libdockapp/
+INSTALL=/usr/bin/install
+INSTALL_PROGRAM = $(INSTALL) -p    -o root -g root  -m  755
+INSTALL_FILE    = $(INSTALL) -p    -o root -g root  -m  644
+
+ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
+  CFLAGS += -g
+endif
+ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
+  INSTALL_PROGRAM += -s
+endif
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+  CFLAGS += -O0
+else
+  CFLAGS += -O2
+endif
+
+
+configure: configure-stamp
+configure-stamp:
+	dh_testdir
+	./configure --prefix=/usr --mandir=\$${prefix}/share/man
+	touch configure-stamp
+
+build: configure-stamp build-stamp
+build-stamp:
+	dh_testdir
+	$(MAKE) CFLAGS="$(CFLAGS)" INSTALL_PROGRAM="$(INSTALL_PROGRAM)"
+	touch build-stamp
+
+clean:
+	-test -r /usr/share/misc/config.sub && \
+	    cp -f /usr/share/misc/config.sub config.sub
+	-test -r /usr/share/misc/config.guess && \
+	    cp -f /usr/share/misc/config.guess config.guess
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp configure-stamp
+
+	[ ! -f Makefile ] || $(MAKE) distclean
+
+	dh_clean
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+
+	$(MAKE) install prefix=$(CURDIR)/debian/wmcpuload/usr
+
+# Build architecture-independent files here.
+binary-indep: build install
+# We have nothing to do by default.
+
+# Build architecture-dependent files here.
+binary-arch: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs
+	dh_installmenu
+	dh_installchangelogs ChangeLog
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+#	dh_makeshlibs
+	dh_installdeb
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure
