--- xfwm4-4.6.1.orig/debian/postinst
+++ xfwm4-4.6.1/debian/postinst
@@ -0,0 +1,15 @@
+#!/bin/sh -e
+
+# install alternatives links
+
+if [ "$1" = "configure" ]; then
+	update-alternatives --install /usr/bin/x-window-manager \
+	x-window-manager /usr/bin/xfwm4 60 --slave \
+	/usr/share/man/man1/x-window-manager.1.gz \
+	x-window-manager.1.gz /usr/share/man/man1/xfwm4.1.gz
+
+fi
+
+#DEBHELPER#
+
+exit 0
--- xfwm4-4.6.1.orig/debian/compat
+++ xfwm4-4.6.1/debian/compat
@@ -0,0 +1 @@
+7
--- xfwm4-4.6.1.orig/debian/copyright
+++ xfwm4-4.6.1/debian/copyright
@@ -0,0 +1,61 @@
+This package was debianized by Martin Loschwitz <madkiss@madkiss.org> on
+Fri, 11 Oct 2002 13:08:04 +0200.
+
+You can fetch xfwm4 from http://www.xfce.org/
+
+Upstream Author is Olivier Fourdan <fourdan@xfce.org>, but different 
+portions of code are based on the work of the following projects:
+
+   Oroborus: Ken Lynch <kenlynch@blueyonder.co.uk>
+   Metacity: Havoc Pennington <hp@redhat.com>
+   Sawfish:  John Harper <jsh@unfactored.org>
+
+The "kindaker" theme is based on a KDE theme called "Keramik" by:
+
+   Keramik style:
+   --------------
+   Malte Starostik (malte@kde.org)
+
+   Keramik decorations:
+   --------------------
+   Fredrik Hoglund (fredrik@kde.org)
+
+Files: *
+Copyright: © 2009 Olivier Fourdan <ofourdan@xfce.org>
+License: GPL-2+
+Files: settings-dialogs/tweaks-settings.c
+Copyright: © 2008 Stephan Arts <stephan@xfce.org>
+Copyright: © 2008 Jannis Pohlmann <jannis@xfce.org>
+Copyright: © 2008 Olivier Fourdan <olivier@xfce.org>
+License: GPL-2+
+Files: settings-dialogs/workspace-settings.c
+Copyright: © 2008 Stephan Arts <stephan@xfce.org>
+Copyright: © 2008 Jannis Pohlmann <jannis@xfce.org>
+Copyright: © 2008 Olivier Fourdan <olivier@xfce.org>
+Copyright: © 2008 Mike Massonnet <mmassonnet@xfce.org>
+Copyright: © 2008 Brian Tarricone <bjt23@cornell.edu>
+License: GPL-2+
+Files: settings-dialogs/xfce-settings.c
+Copyright: © 2008 Stephan Arts <stephan@xfce.org>
+Copyright: © 2008 Jannis Pohlmann <jannis@xfce.org>
+License: GPL-2+
+Files: settings-dialogs/xfce-settings.h
+Copyright: © 2008 Jannis Pohlmann <jannis@xfce.org>
+License: GPL-2+
+
+Files: src/*
+Copyright: © 2002-2009 Olivier Fourdan <ofourdan@xfce.org>
+Copyright: ©      2001 Ken Lynch
+License: GPL-2+
+Files: src/mypixmap.c
+Copyright: © 2002-2009 Olivier Fourdan <ofourdan@xfce.org>
+Copyright: ©      2001 Ken Lynch
+Copyright: ©      1999 Mark Crichton <crichton@gimp.org>
+License: GPL-2+, BSD
+Files: src/stock_icons.c
+Copyright: © 2002-2009 Olivier Fourdan <ofourdan@xfce.org>
+Copyright: ©      2002 Havoc Pennington
+Copyright: ©      2002 2002 Jorn Baayen <jorn@nl.linux.org>
+
+On Debian systems, the complete text of the GNU General Public 
+License can be found in `/usr/share/common-licenses/GPL'.
--- xfwm4-4.6.1.orig/debian/xfwm4.menu
+++ xfwm4-4.6.1/debian/xfwm4.menu
@@ -0,0 +1,2 @@
+?package(xfwm4): needs="wm" section="Window Managers" command="xfwm4" \
+  title="XFwm" longtitle="Xfce Window Manager" hints="Window manager"
--- xfwm4-4.6.1.orig/debian/README.Debian
+++ xfwm4-4.6.1/debian/README.Debian
@@ -0,0 +1,9 @@
+[Added by Martin Loschwitz <madkiss@madkiss.org> at 19 Jan 2003]
+
+As of xfwm4-4.0.0+cvs.20031901, the behaviour of Xfwm4 has changed.
+In order to move it into background (aka "daemon mode"), appending
+& to the program call won't work anymore. You should pass --daemon
+to xfwm4 to start it in daemon mode. Please change your local config
+files to reflect these changes.
+
+ -- Martin Loschwitz <madkiss@madkiss.org>  Sun, 19 Jan 2003 15:05:00 +0100
--- xfwm4-4.6.1.orig/debian/prerm
+++ xfwm4-4.6.1/debian/prerm
@@ -0,0 +1,12 @@
+#!/bin/sh -e
+
+# remove alternatives links
+
+if [ "$1" = "remove" ]; then
+  update-alternatives --remove x-window-manager /usr/bin/xfwm4
+
+fi
+
+#DEBHELPER#
+
+exit 0
--- xfwm4-4.6.1.orig/debian/xfwm4-tweaks-settings.1
+++ xfwm4-4.6.1/debian/xfwm4-tweaks-settings.1
@@ -0,0 +1,28 @@
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36.
+.TH XFWM4 "1" "March 2009" "xfwm4 4.6.0" "User Commands"
+.SH NAME
+xfwm4 \- Advanced window manager settings for Xfce
+.SH DESCRIPTION
+.SS "Usage:"
+.IP
+xfwm4\-tweaks\-settings [OPTION...] .
+.SS "Help Options:"
+.TP
+\-?, \fB\-\-help\fR
+Show help options
+.TP
+\fB\-\-help\-all\fR
+Show all help options
+.TP
+\fB\-\-help\-gtk\fR
+Show GTK+ Options
+.SS "Application Options:"
+.TP
+\fB\-s\fR, \fB\-\-socket\-id\fR=\fISOCKET\fR ID
+Session manager socket
+.TP
+\fB\-v\fR, \fB\-\-version\fR
+Version information
+.TP
+\fB\-\-display\fR=\fIDISPLAY\fR
+X display to use
--- xfwm4-4.6.1.orig/debian/lintian
+++ xfwm4-4.6.1/debian/lintian
@@ -0,0 +1,2 @@
+#Xfce doesn't have its FD.O category yet.
+xfwm4: desktop-entry-invalid-category
--- xfwm4-4.6.1.orig/debian/rules
+++ xfwm4-4.6.1/debian/rules
@@ -0,0 +1,76 @@
+#!/usr/bin/make -f
+
+DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
+DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+
+LDFLAGS+=-Wl,-z,defs -Wl,--as-needed
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+	CFLAGS += -O0
+else
+	CFLAGS += -O2
+endif
+
+configure: configure-stamp
+configure-stamp:
+
+	dh_testdir
+	./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --enable-final --enable-compositor --libexecdir=\$${prefix}/lib
+	touch configure-stamp
+
+build: build-stamp
+build-stamp: configure
+	
+	dh_testdir
+	$(MAKE)
+	touch build-stamp
+
+clean:
+	
+	dh_testdir
+	dh_testroot
+	
+	-rm -f configure-stamp build-stamp 
+
+	dh_clean
+
+install: build
+
+	dh_testdir
+	dh_testroot
+	dh_prep
+
+	$(MAKE) install DESTDIR=`pwd`/debian/xfwm4
+
+	dh_installman debian/xfwm4.1 debian/xfwm4-settings.1 \
+		debian/xfwm4-tweaks-settings.1 debian/xfwm4-workspace-settings.1
+
+	chrpath -d -k `pwd`/debian/xfwm4/usr/bin/* \
+
+	install -D -p -o root -g root -m 644 `pwd`/debian/lintian \
+	  `pwd`/debian/xfwm4/usr/share/lintian/overrides/xfwm4
+
+
+binary-indep: build install
+binary-arch: build install
+	
+	dh_testdir
+	dh_testroot
+
+	dh_installdocs -a README TODO NEWS
+	dh_installmenu -a
+
+	dh_installchangelogs ChangeLog -a
+	dh_strip -a
+	dh_compress -a
+	
+	dh_fixperms -a
+	dh_installdeb -a
+	
+	dh_shlibdeps -a
+	dh_gencontrol -a
+	
+	dh_md5sums -a
+	dh_builddeb -a
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install 
--- xfwm4-4.6.1.orig/debian/changelog
+++ xfwm4-4.6.1/debian/changelog
@@ -0,0 +1,411 @@
+xfwm4 (4.6.1-1~bpo50+1) lenny-backports; urgency=low
+
+  * Rebuild for lenny-backports.
+
+ -- Yves-Alexis Perez <corsac@debian.org>  Sat, 11 Jul 2009 11:27:47 +0200
+
+xfwm4 (4.6.1-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Yves-Alexis Perez <corsac@debian.org>  Sun, 19 Apr 2009 18:30:15 +0200
+
+xfwm4 (4.6.0-2) unstable; urgency=low
+
+  * Upload to unstable, and mark fixed bugs as such:
+    - warn user about shortcut conflicts.                       closes: #370482
+    - allow user to disable blinking windows (in accessibility) closes: #500949
+    - keyboard shortcut themes don't exist in 4.6 anymore, this closes: #434480
+    - mouse position after wrap follows the wrap distance.      closes: #380480
+  * debian/rules:
+    - add -Wl,-z,defs -Wl,--as-needed to LDFLAGS.
+    - install manpages using dh_installman.
+  * debian/compat bumped to 7.
+  * debian/control:
+    - update standards version to 3.8.1.
+    - move to xfce section.
+  * add manpages for all binaries.
+
+ -- Yves-Alexis Perez <corsac@debian.org>  Sat, 04 Apr 2009 01:35:58 +0200
+
+xfwm4 (4.6.0-1) experimental; urgency=low
+
+  [ Yves-Alexis Perez ]
+  [ Xfce 4.6 Alpha “Pinkie”]
+  * new upstream alpha release.
+  * debian/control:
+    - update standards version to 3.8.0.
+    - update build dep for Xfce 4.6 Alpha release.
+    - remove build dep on quilt.
+    - add build dep on intltool.
+  * debian/patches:
+    - 01_filter-grab-ungrab-events dropped, merged upstream.
+    - 02_exit-on-selectionclear too.
+    - 03_fix-compositing-overlay as well. 
+    - 04_fix-automaximize-on-move ... 
+    - 05_awn-focus.patch finally.
+  * debian/rules, debian/lintian:
+    - remove all references to mcs.
+    - remove references to quilt.
+    - stop messing with config.{guess,sub}.
+
+  [ Xfce 4.6 Beta 1 “Fuzzy”]
+  * new upstream beta release.
+  * debian/control:
+    - update build-deps for Fuzzy.
+
+  [ Xfce 4.6 Beta 2 “Hopper”]
+  * new upstream beta release.
+  * debian/control:
+    - update build-deps for Hopper.
+  * debian/patches:
+    - 01_fix-maximize-bug, fix maximization bug.                closes: #508352
+
+  [ Xfce 4.6 Beta 3 “Tuco-tuco”]
+  * new upstream beta release.
+  * debian/control:
+    - update build-deps for “Tuco-Tuco”.
+  * debian/rules:
+    - replace dh_clean -k by dh_prep.
+    - install NEWS file.
+
+  [ Xfce 4.6 RC1 “Capybara” ]
+  * new upstream release candidate.
+  * debian/control:
+    - update build-deps for “Capybara”.
+
+  [ Xfce 4.6 ]
+  * new upstream release.
+    - fix various compositing issues.                           closes: #483070
+    - fix support for win_gravity wm hint.                      closes: #448443
+    - fix iconification with skip_taskbar.                      closes: #491817
+  * debian/control:
+    - update build-deps for 4.6.
+    - bump build-dep on debhelper for dh_prep.
+    - drop build-dep on quilt, now useless.
+  * debian/copyright:
+    - update dates, copyrights and licensing informations.
+  * debian/patches:
+    - 01_fix-maximize-bug dropped, merged upstream.
+  * debian/rules:
+    - remove calls to quilt patch rules
+
+  [ Michael Casadevall ]
+  [ Xfce 4.6 Beta 1 "Fuzzy" ]
+  * debian/rules:
+    - Added --libexecdir=\$${prefix}/lib to compily with Debian policy
+  * debian/control:
+    - Added myself to uploaders
+
+
+ -- Yves-Alexis Perez <corsac@debian.org>  Sat, 28 Feb 2009 13:41:49 +0100
+
+xfwm4 (4.4.2-5) unstable; urgency=low
+
+  * switch to triggers:
+    - debian/{postinst,prerm}: remove xfce-mcs-manager refresh.
+    - debian/control: version the Recommends: on xfce4-mcs-manager.
+  * debian/control:
+    - remove Martin Loschwitz from Uploaders.
+    - drop Conflicts/Replaces against old xfwm4-themes not in Etch.
+
+ -- Yves-Alexis Perez <corsac@debian.org>  Sun, 18 May 2008 19:58:55 +0200
+
+xfwm4 (4.4.2-4) unstable; urgency=low
+
+  * debian/patches: 
+    - 01_filter-grab-ungrab-events added, prevents redrawing the frame twice.
+      (Xfce r26363).
+    - 02_exit-on-selectionclear added, improve “--replace” protocol.
+      (Xfce #2374 and r26585).
+    - 03_compositing-overlay added, fix compositing with overlay
+      windows (video players and screensavers).
+      Xfce #3849, taken from r26691.                            closes: #476396
+    - 04_fix-automaximize-on-move added. (Xfce r26966)
+    - 01_awn-focus moved to 05_awn-focus.
+  * debian/copyright: update dates.
+
+ -- Yves-Alexis Perez <corsac@debian.org>  Sat, 17 May 2008 16:58:28 +0200
+
+xfwm4 (4.4.2-3) unstable; urgency=low
+
+  * debian/patches: 01_awn-focus added, fix focus problems with
+    avant-window-navigator in some cases. Xfce #3439.           closes: #463647
+
+ -- Yves-Alexis Perez <corsac@debian.org>  Fri, 28 Mar 2008 23:52:59 +0100
+
+xfwm4 (4.4.2-2) unstable; urgency=low
+
+  * debian/watch: narrow regexp so we don't match xfwm4-themes. Thanks
+    Antonio Terceiro.                                           closes: #462462
+  * debian/control:
+    - updated my email address.
+    - updated standards version to 3.7.3 (no changes needed).
+  * debian/copyright: use © sign.
+
+ -- Yves-Alexis Perez <corsac@debian.org>  Sun, 02 Mar 2008 01:18:01 +0100
+
+xfwm4 (4.4.2-1) unstable; urgency=low
+
+  [ Simon Huggins ]
+  * Use kill -s to keep Hurd and lintian happy at the same time.
+  * debian/control: Move fake Homepage field to a real one now dpkg
+    supports it.
+  * Add Vcs-* headers to debian/control
+
+  [ Yves-Alexis Perez ]
+  * New upstream release.
+  * debian/patches:
+   - 01_xfwm4-fix-transient-windows.patch removed, included upstream.
+   - 02_fix-xfwm4-hang.patch removed, included upstream.
+  * debian/rules: fix parallel builds.
+
+ -- Yves-Alexis Perez <corsac@corsac.net>  Sun, 02 Dec 2007 11:33:02 +0100
+
+xfwm4 (4.4.1-3) unstable; urgency=high
+
+  * debian/xfwm4.1: update bugs reporting in manpage.
+  * debian/xfwm4.menu: switch to new menu policy.
+  * debian/postinst: use posix kill -s to avoid problems on hurd.
+  * debian/rules: enable output of distclean target.
+  * debian/lintian: ignore safe lintian warnings.
+  * debian/patches/02_fix-xfwm-hang.patch added to fix deadlock with gtk 2.12
+    urgency=high because gtk 2.12 entered archive so we need to reach testing
+    before it does.
+
+ -- Yves-Alexis Perez <corsac@corsac.net>  Fri, 21 Sep 2007 08:43:40 +0200
+
+xfwm4 (4.4.1-2) unstable; urgency=low
+
+  * debian/patches: 01_xfwm4-fix-transient-windows.patch added to correct
+    behavior with transient windows.                            closes: #367616
+  * switch from dpatch to quilt. 
+
+ -- Yves-Alexis Perez <corsac@corsac.net>  Tue, 26 Jun 2007 23:41:22 +0200
+
+xfwm4 (4.4.1-1) unstable; urgency=low
+
+  * New upstream release.
+  * debian/control: added versionned build-dep against gtk 2.10.
+  * debian/copyright: update copyright holders. 
+
+ -- Yves-Alexis Perez <corsac@corsac.net>  Sun, 15 Apr 2007 15:28:17 +0100
+
+xfwm4 (4.4.0-1) experimental; urgency=low
+
+  (Yves-Alexis Perez)
+  * New upstream release.                     closes: #390462, #379442, #380639
+  * debian/control:
+    - updated build-deps against Xfce 4.4.
+    - recommends librsvg2-common so svg icons are preferred over png ones. 
+
+  (Emanuele Rocca)
+  * debian/rules: s/theme=microdeck2/theme=curve/ removed to keep upstream's
+    /usr/share/xfwm4/defaults
+
+ -- Yves-Alexis Perez <corsac@corsac.net>  Mon, 29 Jan 2007 12:08:33 +0100
+
+xfwm4 (4.3.99.2-1) unstable; urgency=low
+
+  * New upstream release.
+  * debian/control: updated build-deps against Xfce 4.4RC2 (4.3.99.2).
+
+ -- Yves-Alexis Perez <corsac@corsac.net>  Thu, 16 Nov 2006 16:37:06 +0100
+
+xfwm4 (4.3.99.1-1) unstable; urgency=low
+
+  * New upstream release.
+  * debian/control: updated build-dep against Xfce 4.4RC1 (4.3.99.1).
+  * Cycle windows keybinding is back.				Closes: #370310 
+
+ -- Yves-Alexis Perez <corsac@corsac.net>  Sat, 23 Sep 2006 13:43:51 +0100
+
+xfwm4 (4.3.90.2-2) unstable; urgency=low
+
+  * Add upstream patch to fix mouse focus grab.
+    See http://bugzilla.xfce.org/show_bug.cgi?id=2022
+
+ -- Yves-Alexis Perez <corsac@corsac.net>  Tue, 25 Jul 2006 09:59:09 +0200
+
+xfwm4 (4.3.90.2-1) unstable; urgency=low
+
+  (Yves-Alexis Perez)
+  * New upstream release.
+  * debian/postinst: fixed install on hurd by not using pkill.
+  * debian/control: updated standards version to 3.7.2. 
+  (Simon Huggins)
+  * Add rpath fixes.
+
+ -- Yves-Alexis Perez <corsac@corsac.net>  Mon, 10 Jul 2006 19:26:50 +0200
+
+xfwm4 (4.3.90.1-1) unstable; urgency=low
+  
+  * New upstream release
+
+ -- Yves-Alexis Perez <corsac@corsac.net>  Wed, 03 May 2006 18:35:05 +0100
+
+xfwm4 (4.2.3.2-2) unstable; urgency=low
+
+  * Add patch to fix moving windows to other workspaces        closes: #341058
+
+ -- Simon Huggins <huggie@earth.li>  Thu, 05 Jan 2006 00:41:18 +0000
+
+xfwm4 (4.2.3.2-1) unstable; urgency=low
+
+  * New Upstream Release
+  * Send xfce-mcs-manager a SIGUSR1 so it notices the plugin.
+
+ -- Yves-Alexis Perez <corsac@corsac.net>  Sun, 06 Nov 2005 22:01:12 +0100
+
+xfwm4 (4.2.2-1) unstable; urgency=low
+
+  * New Upstream Release
+  * Remove Build-Depends on libstartup-notification0-dev as this should be
+    satisfied via libxfce4gui-dev now
+  * Change suite to unstable
+
+ -- Simon Huggins <huggie@earth.li>  Sat, 18 Jun 2005 09:45:36 +0100
+
+xfwm4 (4.2.1-1) experimental; urgency=low
+
+  * ML: New Upstream Release (Xfce 4.2.1)
+  * ML: Upload to experimental to prevents problems with NEW packages
+  * ML: debian/control: Added/fixed Maintainer/Uploaders fields
+
+ -- Martin Loschwitz <madkiss@debian.org>  Sat, 19 Mar 2005 13:02:00 +0100
+
+xfwm4 (4.2.0-2) experimental; urgency=low
+
+  * Add --enable-final to configure.
+  * Add a Homepage: to the description
+
+ -- Simon Huggins <huggie@earth.li>  Sun, 16 Jan 2005 17:01:33 +0000
+
+xfwm4 (4.2.0-1) experimental; urgency=low
+
+  * New Upstream Release
+
+ -- Simon Huggins <huggie@earth.li>  Sat, 15 Jan 2005 13:41:19 +0000
+
+xfwm4 (4.1.99.1-1) experimental; urgency=low
+
+  * ML: New Upstream Release (4.1.99.1 alias XFce4 4.2 RC1)
+  * ML: rules: example.xfwm4rc is gone, don't try to install it
+
+ -- Martin Loschwitz <madkiss@debian.org>  Fri, 19 Nov 2004 17:23:00 +0100
+
+xfwm4 (4.0.6-1) unstable; urgency=low
+
+  * New upstream release
+  * Remove Norbert Tretkowski as requested
+  * Improve description
+  * Suggests: xfce4
+
+ -- Simon Huggins <huggie@earth.li>  Sat, 24 Jul 2004 18:29:50 +0100
+
+xfwm4 (4.0.5-1) unstable; urgency=low
+
+  * New upstream release
+  * Update upstream's libtool
+  * Correct path in manpage
+  * Add recommends on xfce4-mcs-manager the settings manager
+  * Add depends on libstartup-notification0
+
+ -- Simon Huggins <huggie@earth.li>  Sun, 02 May 2004 19:12:09 +0100
+
+xfwm4 (4.0.3.1-2) unstable; urgency=low
+
+  * Update libtool
+  * Just adding Daniel wasn't enough.  Add self to Uploaders so katie doesn't
+    think this is an NMU again.
+
+ -- Simon Huggins <huggie@earth.li>  Tue, 09 Mar 2004 13:56:19 +0000
+
+xfwm4 (4.0.3.1-1) unstable; urgency=low
+
+  * New upstream release
+  * Add Daniel Silverstone <dsilvers@debian.org> to Uploaders as approved by
+    madkiss
+  * Add a manpage for xfwm4 referring to the packaged docs
+    closes: #226032, #188734
+  * Remove .la and .a files from mcs-plugins dir
+  * Quote needs in menu for lintian
+  * Thanks to Daniel for checking and uploading these packages
+
+ -- Simon Huggins <huggie@earth.li>  Wed, 25 Feb 2004 12:11:05 +0000
+ 
+xfwm4 (4.0.2-2) unstable; urgency=low
+
+  * Fixed Recommends/Replaces stuff in debian/control
+
+ -- Martin Loschwitz <madkiss@debian.org>  Sat, 27 Dec 2003 12:25:00 +0100
+ 
+xfwm4 (4.0.2-1) unstable; urgency=low
+
+  * Acknowledging NMU (Closes:#211804)
+  * New Upstream release
+
+ -- Martin Loschwitz <madkiss@debian.org>  Fri, 26 Dec 2003 16:17:00 +0100
+
+xfwm4 (4.0.0.final-1.1) unstable; urgency=low
+
+  * NMU
+  * remove --slave part from "update-alternatives --remove" in prerm 
+    (Closes:#211804)
+
+ -- Guido Guenther <agx@debian.org>  Thu, 20 Nov 2003 12:14:48 +0100
+
+xfwm4 (4.0.0.final-1) unstable; urgency=low
+
+  * New Upstream release.
+  * New Co-Maintainer: Norbert Tretkowski.
+  * Various cleanups in debian/ subdirectory.
+  * Deleted xfwm4-themes, has its own source package now.
+  * Bumped Standards-Version to 3.6.1 (no changes).
+
+ -- Martin Loschwitz <madkiss@debian.org>  Tue, 29 Sep 2003 16:58:00 +0200
+
+xfwm4 (4.0.0+cvs.20030421-1) unstable; urgency=low
+
+  * New CVS checkout (2003-04-21)
+
+ -- Martin Loschwitz <madkiss@debian.org>  Mon, 21 Apr 2003 19:33:00 +0100
+ 
+xfwm4 (4.0.0+cvs.20030301-1) unstable; urgency=low
+
+  * New CVS checkout (Using Xfce CVS, 2003-03-01)
+  * Official release (really this time!) (last release was never made public)
+  * debian/control: Changed Maintainer e-mail address
+
+ -- Martin Loschwitz <madkiss@debian.org>  Sat, 01 Mar 2003 14:09:00 +0100 
+
+xfwm4 (4.0.0+cvs.20030216-1) unstable; urgency=low
+
+  * New CVS checkout (Using Xfce CVS, 2003-02-16)
+  * Official release (last release was never made public)
+    
+ -- Martin Loschwitz <madkiss@madkiss.org>  Sun, 16 Feb 2003 12:57:00 +0100
+ 
+xfwm4 (4.0.0+cvs.20030119-1) unstable; urgency=low
+
+  * New CVS checkout (Using Xfce4 cvs, 2003-01-19)
+  * debian/control: Use Xft2
+  * debian/control: Build depend on libxfce4-mcs
+  * debian/control: Suggest xfce-mce-manager
+ 
+ -- Martin Loschwitz <madkiss@madkiss.org>  Sun, 19 Jan 2003 14:52:00 +0100
+
+xfwm4 (4.0.0+cvs.20021222-1) unstable; urgency=low
+
+  * New CVS checkout (Using Xfce4 cvs, 2002-12-22)
+  * debian/rules: Install example configuration file into doc-dir
+  * debian/control: Changed some Recommends: to Suggests:
+  * debian/xfwm4-themes.install: Added new theme koynacity
+
+ -- Martin Loschwitz <madkiss@madkiss.org>  Sun, 22 Dec 2002 14:09:00 +0100
+
+xfwm4 (4.0.0+cvs.20021127-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #166641)
+  
+ -- Martin Loschwitz <madkiss@madkiss.org>  Wed, 27 Nov 2002 15:14:00 +0100
--- xfwm4-4.6.1.orig/debian/control
+++ xfwm4-4.6.1/debian/control
@@ -0,0 +1,30 @@
+Source: xfwm4
+Section: xfce
+Priority: optional
+Maintainer: Debian Xfce Maintainers <pkg-xfce-devel@lists.alioth.debian.org>
+Uploaders: Emanuele Rocca <ema@debian.org>, Simon Huggins <huggie@earth.li>, Yves-Alexis Perez <corsac@debian.org>, Michael Casadevall <sonicmctails@gmail.com>
+Build-Depends: debhelper (>= 7), libgtk2.0-dev (>= 2.10.6),
+ libxft-dev, libxdamage-dev, libxrender-dev, libxcomposite-dev,
+ libxfixes-dev, chrpath, libglade2-dev, libxfce4util-dev (>= 4.6.0),
+ libxfcegui4-dev (>= 4.6.0), libxfconf-0-dev, libwnck-dev, intltool
+Standards-Version: 3.8.1
+Homepage: http://www.xfce.org/
+Vcs-Svn: svn://svn.debian.org/pkg-xfce/desktop/trunk/xfwm4/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-xfce/desktop/trunk/xfwm4/
+
+Package: xfwm4
+Section: xfce
+Architecture: any
+Depends: ${shlibs:Depends}
+Recommends: xfwm4-themes, librsvg2-common
+Suggests: xfce4
+Provides: x-window-manager
+Description: window manager of the Xfce project
+ This package contains xfwm4 which is the window manager for Xfce4.  It is
+ designed to run with the rest of Xfce4 but makes a capable window manager
+ for GNOME or KDE.
+ .
+ Install xfwm4 if you want a small, resource saving window manager which
+ complies to the standards defined at http://www.freedesktop.org/. Without
+ xfce4 installed this only gives you a window manager not the full
+ environment.
--- xfwm4-4.6.1.orig/debian/xfwm4-workspace-settings.1
+++ xfwm4-4.6.1/debian/xfwm4-workspace-settings.1
@@ -0,0 +1,28 @@
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36.
+.TH XFWM4 "1" "March 2009" "xfwm4 4.6.0" "User Commands"
+.SH NAME
+xfwm4 \- Workspace settings for Xfce
+.SH DESCRIPTION
+.SS "Usage:"
+.IP
+xfwm4\-workspace\-settings [OPTION...] .
+.SS "Help Options:"
+.TP
+\-?, \fB\-\-help\fR
+Show help options
+.TP
+\fB\-\-help\-all\fR
+Show all help options
+.TP
+\fB\-\-help\-gtk\fR
+Show GTK+ Options
+.SS "Application Options:"
+.TP
+\fB\-s\fR, \fB\-\-socket\-id\fR=\fISOCKET\fR ID
+Settings manager socket
+.TP
+\fB\-V\fR, \fB\-\-version\fR
+Version information
+.TP
+\fB\-\-display\fR=\fIDISPLAY\fR
+X display to use
--- xfwm4-4.6.1.orig/debian/xfwm4.1
+++ xfwm4-4.6.1/debian/xfwm4.1
@@ -0,0 +1,18 @@
+.\" Copyright (C) 2004 Simon Huggins
+.TH XFWM4 "1" "February 2004" "xfwm4 0.1" "User Commands"
+.SH NAME
+xfwm4 \- XFce 4 Window Manager
+.SH SYNOPSIS
+.B xfwm4
+.SH DESCRIPTION
+.PP
+Starts the XFce 4 window manager.
+.SH SEE ALSO
+Upstream documentation in /usr/share/xfce4/doc/C/xfwm4.html
+.SH "REPORTING BUGS"
+Report bugs to http://bugs.debian.org
+.SH COPYRIGHT
+Copyright \(co 2004 Simon Huggins
+.br
+This is free software; see the source for copying conditions.  There is NO
+warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
--- xfwm4-4.6.1.orig/debian/xfwm4-settings.1
+++ xfwm4-4.6.1/debian/xfwm4-settings.1
@@ -0,0 +1,28 @@
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36.
+.TH XFWM4 "1" "March 2009" "xfwm4 4.6.0" "User Commands"
+.SH NAME
+xfwm4 \- Window manager settings for Xfce
+.SH DESCRIPTION
+.SS "Usage:"
+.IP
+xfwm4\-settings [OPTION...] .
+.SS "Help Options:"
+.TP
+\-?, \fB\-\-help\fR
+Show help options
+.TP
+\fB\-\-help\-all\fR
+Show all help options
+.TP
+\fB\-\-help\-gtk\fR
+Show GTK+ Options
+.SS "Application Options:"
+.TP
+\fB\-s\fR, \fB\-\-socket\-id\fR=\fISOCKET\fR ID
+Settings manager socket
+.TP
+\fB\-V\fR, \fB\-\-version\fR
+Version information
+.TP
+\fB\-\-display\fR=\fIDISPLAY\fR
+X display to use
--- xfwm4-4.6.1.orig/debian/watch
+++ xfwm4-4.6.1/debian/watch
@@ -0,0 +1,3 @@
+version=3
+http://www.xfce.org/archive/xfce-(.*)/src/ \
+	xfwm4-(\d+\.\d+.\d+)\.tar\.bz2
