--- gsysinfo-0.8.orig/Makefile
+++ gsysinfo-0.8/Makefile
@@ -4,12 +4,15 @@
 mode = release
 #mode = debug
 
+# Edited for Debian GNU/Linux
+DESTDIR =
+
 prefix = /usr
 #prefix = /usr/local
-bindir = ${prefix}/bin
-appletdir = ${prefix}/share/applets/Monitors
-corbadir = /etc/CORBA/servers
-docdir = ${prefix}/doc/gsysinfo
+bindir = ${DESTDIR}${prefix}/bin
+appletdir = ${DESTDIR}${prefix}/share/applets/Monitors
+corbadir = ${DESTDIR}/etc/CORBA/servers
+docdir = ${DESTDIR}${prefix}/doc/gsysinfo
 
 ccFlags_release = -O3
 ccFlags_debug = -g
@@ -49,5 +52,4 @@
 	install -c -m644 ${target}.gnorba ${corbadir}/${target}.gnorba
 	install -c -m644 ${target}.desktop ${appletdir}/${target}.desktop
 	cp README ${docdir}
-	cp LICENSE ${docdir}
 
--- gsysinfo-0.8.orig/debian/changelog
+++ gsysinfo-0.8/debian/changelog
@@ -0,0 +1,10 @@
+gsysinfo (0.8-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Jason D. Hildebrand <jdhildeb@undergrad.math.uwaterloo.ca>  Sat,  3 Jul 1999 15:43:45 -0400
+
+Local variables:
+mode: debian-changelog
+add-log-mailing-address: "jdhildeb@undergrad.math.uwaterloo.ca"
+End:
--- gsysinfo-0.8.orig/debian/copyright
+++ gsysinfo-0.8/debian/copyright
@@ -0,0 +1,14 @@
+This package was debianized by Jason D. Hildebrand jdhildeb@undergrad.math.uwaterloo.ca on
+Fri,  2 Jul 1999 01:22:43 -0400.
+
+It was obtained from the local machine.
+
+Upstream Author(s): Jason D. Hildebrand <jdhildeb@undergrad.math.uwaterloo.ca>
+
+Copyright (c) Jason D. Hildebrand, 1999.
+
+gnomsysinfo is released under the GNU GPL license as free, open source soft-
+ware. Hopefully it will seem useful to someone. NO WARRANTY.
+      
+On Debian GNU/Linux systems, the complete text of the GNU General
+Public License can be found in /usr/doc/copyright/GPL'.
--- gsysinfo-0.8.orig/debian/crontab.ex
+++ gsysinfo-0.8/debian/crontab.ex
@@ -0,0 +1 @@
+0 4	* * *	root	gsysinfo_maintenance
--- gsysinfo-0.8.orig/debian/diversions.ex
+++ gsysinfo-0.8/debian/diversions.ex
@@ -0,0 +1 @@
+<FILE> <Diverted to> <Packagename>
--- gsysinfo-0.8.orig/debian/docs
+++ gsysinfo-0.8/debian/docs
@@ -0,0 +1 @@
+README 
--- gsysinfo-0.8.orig/debian/inetd.conf.ex
+++ gsysinfo-0.8/debian/inetd.conf.ex
@@ -0,0 +1,2 @@
+#:OTHER:
+gsysinfo	stream	tcp	nowait	root	/usr/sbin/tcpd /usr/sbin/gsysinfo
--- gsysinfo-0.8.orig/debian/info.ex
+++ gsysinfo-0.8/debian/info.ex
@@ -0,0 +1,15 @@
+# This is a configuration files for installing a .info menu
+# The Description to be placed into the directory
+DESCR="Description"
+
+# The section this info file should be placed in (Regexp) followed by
+# the new section name to be created if the Regexp does not match
+# (Optional. If not given the .info will be appended to the directory)
+#SECTION_MATCH="Regexp"
+#SECTION_NAME="New Section Name"
+
+# The file referred to from the Info directory
+FILE=gsysinfo.info
+
+# Optional. The files to be copied to /usr/info
+#FILES=*.info
--- gsysinfo-0.8.orig/debian/init.d.ex
+++ gsysinfo-0.8/debian/init.d.ex
@@ -0,0 +1,31 @@
+#! /bin/sh
+#
+# This file was automatically customized by debmake on Fri,  2 Jul 1999 01:22:43 -0400
+#
+# Written by Miquel van Smoorenburg <miquels@drinkel.ow.org>.
+# Modified for Debian GNU/Linux by Ian Murdock <imurdock@gnu.ai.mit.edu>.
+# Modified for Debian by Christoph Lameter <clameter@debian.org>
+
+PATH=/bin:/usr/bin:/sbin:/usr/sbin
+DAEMON=/usr/sbin/gsysinfo
+# The following value is extracted by debstd to figure out how to generate
+# the postinst script. Edit the field to change the way the script is
+# registered through update-rc.d (see the manpage for update-rc.d!)
+FLAGS="defaults 50"
+
+test -f $DAEMON || exit 0
+
+case "$1" in
+  start)
+    start-stop-daemon --start --verbose --exec $DAEMON
+    ;;
+  stop)
+    start-stop-daemon --stop --verbose --exec $DAEMON
+    ;;
+  *)
+    echo "Usage: /etc/init.d/gsysinfo {start|stop}"
+    exit 1
+    ;;
+esac
+
+exit 0
--- gsysinfo-0.8.orig/debian/manpage.1.ex
+++ gsysinfo-0.8/debian/manpage.1.ex
@@ -0,0 +1,41 @@
+.TH NAME SECTION 
+.\" NAME should be all caps, SECTION should be 1-8, maybe w/ subsection
+.\" other parms are allowed: see man(7), man(1)
+.SH NAME
+gsysinfo \- programs to do something
+.SH SYNOPSIS
+.B gsysinfo
+.I "[options] files ..."
+.br
+.B bar
+.I "[options] files ..."
+.SH "DESCRIPTION"
+This manual page documents briefly the
+.BR gsysinfo ,
+and
+.B bar
+commands.
+This manual page was written for the Debian GNU/Linux distribution
+because the original program does not have a manual page.
+Instead, it has documentation in the GNU Info format; see below.
+.PP
+.B gsysinfo
+is a program that...
+.SH OPTIONS
+The programs follow the usual GNU command line syntax, with long
+options starting with two dashes (`-').
+A summary of options are included below.
+For a complete description, see the Info files.
+.TP
+.B \-h, \-\-help
+Show summary of options.
+.TP
+.B \-v, \-\-version
+Show version of program.
+.SH "SEE ALSO"
+The programs are documented fully by
+.IR "The Rise and Fall of a Fooish Bar" ,
+available via the Info system.
+.SH AUTHOR
+This manual page was written by Jason D. Hildebrand <jdhildeb@undergrad.math.uwaterloo.ca>,
+for the Debian GNU/Linux system (but may be used by others).
--- gsysinfo-0.8.orig/debian/menu.ex
+++ gsysinfo-0.8/debian/menu.ex
@@ -0,0 +1,2 @@
+?package(gsysinfo):needs=X11|text|vc|wm section=Apps/see-menu-manual\
+  title="gsysinfo" command="/usr/bin/gsysinfo"
--- gsysinfo-0.8.orig/debian/watch.ex
+++ gsysinfo-0.8/debian/watch.ex
@@ -0,0 +1,5 @@
+# Example watch control file for uscan
+# Rename this file to "watch" and then you can run the "uscan" command
+# to check for upstream updates and more.
+# Site		Directory		Pattern			Version	Script
+sunsite.unc.edu	/pub/Linux/Incomingu	gsysinfo-*.tar.gz	debian	uupdate
--- gsysinfo-0.8.orig/debian/control
+++ gsysinfo-0.8/debian/control
@@ -0,0 +1,15 @@
+Source: gsysinfo
+Section: x11
+Priority: extra
+Maintainer: Jason D. Hildebrand <jdhildeb@undergrad.math.uwaterloo.ca>
+Standards-Version: 2.4.0.0
+
+Package: gsysinfo
+Architecture: any
+Depends: ${shlibs:Depends}
+Description:  A system monitor for the Gnome panel.
+ gsysinfo displays the current system load, CPU usage (system/user/nice), 
+ memory usage (normal/cached/free), and swapfile usage.  Any of these four 
+ gauges can be turned on or off.
+ .
+ gsysinfo is a Gnome remake of the original "xsysinfo" program.
--- gsysinfo-0.8.orig/debian/rules
+++ gsysinfo-0.8/debian/rules
@@ -0,0 +1,74 @@
+#!/usr/bin/make -f
+# MAde with the aid of dh_make, by Craig Small
+# Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess.
+# Some lines taken from debmake, by Cristoph Lameter.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+
+	
+	# Add here commands to compile the package.
+	$(MAKE) 
+
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp install-stamp
+
+	# Add here commands to clean up after the build process.
+	-$(MAKE) clean
+
+	dh_clean
+
+install: install-stamp
+install-stamp: build-stamp
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+
+	# Add here commands to install the package into debian/tmp.
+	$(MAKE) install DESTDIR=`pwd`/debian/tmp
+
+	touch install-stamp
+
+# 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_testversion
+	dh_testdir
+	dh_testroot
+	dh_installdocs
+	dh_installexamples
+	dh_installmenu
+#	dh_installemacsen
+#	dh_installinit
+	dh_installcron
+	dh_installmanpages
+#	dh_undocumented
+	dh_installchangelogs 
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_suidregister
+	dh_installdeb
+	dh_shlibdeps
+	dh_gencontrol
+#	dh_makeshlibs
+	dh_md5sums
+	dh_builddeb
+
+source diff:                                                                  
+	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary
