--- gkrellshoot-0.4.4.orig/debian/compat
+++ gkrellshoot-0.4.4/debian/compat
@@ -0,0 +1 @@
+4
--- gkrellshoot-0.4.4.orig/debian/rules
+++ gkrellshoot-0.4.4/debian/rules
@@ -0,0 +1,99 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+# GNU copyright 1997 to 1999 by Joey Hess.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+
+INSTALL = install
+INSTALL_PLUGIN = $(INSTALL) -p    -oroot -groot -m644
+INSTALL_DIR    = $(INSTALL) -p -d -oroot -groot -m755
+CFLAGS = -Wall -g
+
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+	CFLAGS += -O0
+else
+	CFLAGS += -O2
+endif
+ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
+	INSTALL_PLUGIN += -s
+endif
+
+configure: configure-stamp
+configure-stamp:
+	dh_testdir
+	# Add here commands to configure the package.
+
+	touch configure-stamp
+
+
+build: build-stamp
+
+build-stamp: configure-stamp 
+	dh_testdir
+
+	# Add here commands to compile the package.
+	$(MAKE) CFLAGS="$(CFLAGS)"
+
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp configure-stamp
+
+	# Add here commands to clean up after the build process.
+	-$(MAKE) clean
+	
+	dh_clean 
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k 
+	dh_installdirs
+
+	# Add here commands to install the package into debian/gkrellshoot-0.4.1.
+											$(INSTALL_DIR)  $(CURDIR)/debian/gkrellshoot/usr/lib/gkrellm2/plugins
+	$(INSTALL_PLUGIN) gkrellshoot.so $(CURDIR)/debian/gkrellshoot/usr/lib/gkrellm2/plugins/gkrellshoot.so
+
+
+# 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_installchangelogs ChangeLog
+	dh_installdocs
+#	dh_installexamples
+#	dh_install
+#	dh_installmenu
+#	dh_installdebconf	
+#	dh_installlogrotate
+#	dh_installemacsen
+#	dh_installpam
+#	dh_installmime
+#	dh_installinit
+#	dh_installcron
+#	dh_installinfo
+#	dh_installman
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+#	dh_perl
+#	dh_python
+#	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
--- gkrellshoot-0.4.4.orig/debian/copyright
+++ gkrellshoot-0.4.4/debian/copyright
@@ -0,0 +1,23 @@
+This package was debianized by Andreas "Jimmy" Gredler
+<jimmy@g-tec.co.at> on Sun, 14 Mar 2004 14:29:12 +0100.
+
+It was downloaded from http://gkrellshoot.sourceforge.net/
+
+Upstream Author: M.R.Muthu Kumar <m_muthukumar@users.sourceforge.net>
+
+Copyright:
+
+gkrellshoot is copyright (c) 2002 by M.R.Muthu Kumar.
+
+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 can be found in the file `/usr/share/common-licenses/GPL'.
--- gkrellshoot-0.4.4.orig/debian/watch
+++ gkrellshoot-0.4.4/debian/watch
@@ -0,0 +1,2 @@
+version=2
+http://heanet.dl.sourceforge.net/sourceforge/gkrellshoot/gkrellshoot-(.*)\.tar\.gz debian	uupdate
--- gkrellshoot-0.4.4.orig/debian/changelog
+++ gkrellshoot-0.4.4/debian/changelog
@@ -0,0 +1,37 @@
+gkrellshoot (0.4.4-1) unstable; urgency=low
+
+  * New upstream release (closes Bug #400592).
+
+ -- Andreas "Jimmy" Gredler <jimmy@g-tec.co.at>  Sat,  9 Dec 2006 14:14:55 +0100
+
+gkrellshoot (0.4.3-3) unstable; urgency=medium
+
+  * Package depends on gkrellm instead of gkrellm-common (closes Bug #350380).
+
+ -- Andreas "Jimmy" Gredler <jimmy@g-tec.co.at>  Tue, 31 Jan 2006 22:51:58 +0100
+
+gkrellshoot (0.4.3-2) unstable; urgency=medium
+
+  * Package now depends on imagemagick (Closes: #313318). 
+
+ -- Andreas "Jimmy" Gredler <jimmy@g-tec.co.at>  Mon, 13 Jun 2005 16:34:59 +0200
+
+gkrellshoot (0.4.3-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Andreas "Jimmy" Gredler <jimmy@g-tec.co.at>  Sat, 20 Nov 2004 18:54:35 +0100
+
+gkrellshoot (0.4.2-1) unstable; urgency=low
+
+  * New upstream release.
+  * Added debian/watch file.
+
+ -- Andreas "Jimmy" Gredler <jimmy@g-tec.co.at>  Wed,  3 Nov 2004 14:10:41 +0100
+
+gkrellshoot (0.4.1-1) unstable; urgency=low
+
+  * Initial Release (closes Bug #241565).
+
+ -- Andreas "Jimmy" Gredler <jimmy@g-tec.co.at>  Sun, 14 Mar 2004 14:29:12 +0100
+
--- gkrellshoot-0.4.4.orig/debian/control
+++ gkrellshoot-0.4.4/debian/control
@@ -0,0 +1,22 @@
+Source: gkrellshoot
+Section: x11
+Priority: optional
+Maintainer: Andreas "Jimmy" Gredler <jimmy@g-tec.co.at>
+Build-Depends: debhelper (>= 4.0.0), pkg-config, libgtk2.0-dev, gkrellm (>= 2.2.7-6)
+Standards-Version: 3.7.2
+
+Package: gkrellshoot
+Enhances: gkrellm
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, gkrellm (>= 2.2.7-6), imagemagick
+Recommends: xscreensaver
+Description: Plugin for gkrellm to lock the screen and make screenshots
+ This plugin gives easy access to screenlock and screenshot facilities.
+ For screenshot it uses ImageMagick. The plugin displays animations
+ (like a screensaver) along with 'Lock' and 'Shoot' buttons to be
+ clicked on. With the 'Shoot' button one can either grab a window,
+ selected area or the whole screen. It's also possible to delay the
+ screenshot by a given number of seconds. Another feature is that
+ grabbed images can be viewed with your preferred image viewer. Pressing
+ 'Lock' button will lock the screen and start your screen saver. (You
+ need to have xscreensaver installed to use this feature.)
