--- wmressel-0.8.orig/debian/dirs
+++ wmressel-0.8/debian/dirs
@@ -0,0 +1,2 @@
+usr/bin
+usr/share/man/man1
--- wmressel-0.8.orig/debian/copyright
+++ wmressel-0.8/debian/copyright
@@ -0,0 +1,14 @@
+This package was debianized by Mike Furr <mike.furr@umbc.edu> on
+Fri, 17 May 2002 12:38:06 -0400.
+
+It was downloaded from http://team.gcu-squad.org/~slix/wmressel/
+
+Upstream Author: Sébastien LIENARD <slix@gcu-squad.org>
+
+Copyright:
+
+This software is copyrighted under the GPL version 2.
+You are free to distribute this software under the terms of
+said license.
+On Debian systems, the complete text of the GNU General Public
+License can be found in /usr/share/common-licenses/GPL-2 file.
--- wmressel-0.8.orig/debian/docs
+++ wmressel-0.8/debian/docs
@@ -0,0 +1,4 @@
+BUGS
+README
+TODO
+HINTS
--- wmressel-0.8.orig/debian/compat
+++ wmressel-0.8/debian/compat
@@ -0,0 +1 @@
+4
--- wmressel-0.8.orig/debian/rules
+++ wmressel-0.8/debian/rules
@@ -0,0 +1,82 @@
+#!/usr/bin/make -f
+# 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
+
+# These are used for cross-compiling and for saving the configure script
+# from having to guess our platform (since we know it already)
+DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
+DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+
+
+ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
+ CFLAGS += -g
+endif
+ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
+ INSTALL_PROGRAM += -s
+endif
+
+config.status: configure
+ dh_testdir
+
+ ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr
+
+
+build: build-stamp
+
+build-stamp: config.status
+ dh_testdir
+
+ $(MAKE)
+
+ touch build-stamp
+
+clean:
+ dh_testdir
+ dh_testroot
+ rm -f build-stamp
+
+ $(MAKE) clean
+ rm -f config.cache config.guess config.log config.status config.sub
+
+ dh_clean
+
+install: build
+ dh_testdir
+ dh_testroot
+ dh_clean -k
+ dh_installdirs
+
+ $(MAKE) install DESTDIR=$(CURDIR)/debian/wmressel/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_installdebconf
+ dh_installdocs
+ dh_installexamples
+ dh_installcron
+ dh_installman
+ dh_installinfo
+ dh_installchangelogs
+ 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
--- wmressel-0.8.orig/debian/control
+++ wmressel-0.8/debian/control
@@ -0,0 +1,14 @@
+Source: wmressel
+Section: x11
+Priority: optional
+Maintainer: Mike Furr <mfurr@debian.org>
+Build-Depends: debhelper (>> 4.0.0), libgtk2.0-dev, libxext-dev, libxpm-dev, libsm-dev, libice-dev, libx11-dev, libxi-dev, libxxf86vm-dev, libxt-dev, libxinerama-dev
+Standards-Version: 3.7.2
+
+Package: wmressel
+Architecture: any
+Depends: ${shlibs:Depends}
+Description: Dock app to change X11 resolutions
+ wmressel is a simple dockable X11 resolution selector for Window
+ Maker that displays the current X11 resolution and lets you change
+ it through a popup menu.
--- wmressel-0.8.orig/debian/changelog
+++ wmressel-0.8/debian/changelog
@@ -0,0 +1,41 @@
+wmressel (0.8-5) unstable; urgency=low
+
+ * Patched wmressel to use to link against gtk 2.0 instead of 1.2.
+ Thanks to Julien Blache for the initial patch. (Closes: #437430)
+ * Patched upstream Makefile.in to never strip the resulting binary (and
+ instand rely on dh_strip to handle when to do this). (Closes: #438293)
+ * Updated control to latest standards version 3.7.2 (no changes)
+ * Fixed various lintian warnings
+
+ -- Mike Furr <mfurr@debian.org> Thu, 30 Aug 2007 15:58:04 -0400
+
+wmressel (0.8-4) unstable; urgency=low
+
+ * Changed obsolete xlibs-dev dep to more precise list
+ (Closes: 346955)
+ * Bumped debhelper compat to 4
+
+ -- Mike Furr <mfurr@debian.org> Tue, 17 Jan 2006 22:45:44 -0500
+
+wmressel (0.8-3) unstable; urgency=low
+
+ * Applied patch from Andreas Jochens to build on amd64
+ (Closes: 253759)
+ * Updated standards version to 3.6.1.0
+ * renamed the manpage to .1x to match its .TH
+
+ -- Mike Furr <mfurr@debian.org> Fri, 11 Jun 2004 10:05:51 -0400
+
+wmressel (0.8-2) unstable; urgency=low
+
+ * Fixed multiscreen support (closes: 158674)
+ * Changed maintainer field to my new d.o address :)
+
+ -- Mike Furr <mfurr@debian.org> Wed, 28 Aug 2002 17:53:28 -0400
+
+wmressel (0.8-1) unstable; urgency=low
+
+ * Initial Release. (closes: 146534)
+
+ -- Mike Furr <mike.furr@umbc.edu> Fri, 17 May 2002 12:38:06 -0400
+