--- xfdesktop4-4.4.2.orig/config.guess
+++ xfdesktop4-4.4.2/config.guess
@@ -139,23 +139,6 @@
 UNAME_SYSTEM=`(uname -s) 2>/dev/null`  || UNAME_SYSTEM=unknown
 UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown
 
-if [ "${UNAME_SYSTEM}" = "Linux" ] ; then
-	eval $set_cc_for_build
-	cat << EOF > $dummy.c
-	#include <features.h>
-	#ifdef __UCLIBC__
-	# ifdef __UCLIBC_CONFIG_VERSION__
-	LIBC=uclibc __UCLIBC_CONFIG_VERSION__
-	# else
-	LIBC=uclibc
-	# endif
-	#else
-	LIBC=gnu
-	#endif
-EOF
-	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep LIBC= | sed -e 's: ::g'`
-fi
-
 # Note: order is significant - the case branches are not exclusive.
 
 case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
@@ -850,28 +833,28 @@
 	echo ${UNAME_MACHINE}-pc-minix
 	exit ;;
     arm*:Linux:*:*)
-	echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
+	echo ${UNAME_MACHINE}-unknown-linux-gnu
 	exit ;;
     avr32*:Linux:*:*)
-	echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
+	echo ${UNAME_MACHINE}-unknown-linux-gnu
 	exit ;;
     cris:Linux:*:*)
-	echo cris-axis-linux-${LIBC}
+	echo cris-axis-linux-gnu
 	exit ;;
     crisv32:Linux:*:*)
-	echo crisv32-axis-linux-${LIBC}
+	echo crisv32-axis-linux-gnu
 	exit ;;
     frv:Linux:*:*)
-    	echo frv-unknown-linux-${LIBC}
+    	echo frv-unknown-linux-gnu
 	exit ;;
     ia64:Linux:*:*)
-	echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
+	echo ${UNAME_MACHINE}-unknown-linux-gnu
 	exit ;;
     m32r*:Linux:*:*)
-	echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
+	echo ${UNAME_MACHINE}-unknown-linux-gnu
 	exit ;;
     m68*:Linux:*:*)
-	echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
+	echo ${UNAME_MACHINE}-unknown-linux-gnu
 	exit ;;
     mips:Linux:*:*)
 	eval $set_cc_for_build
@@ -894,7 +877,7 @@
 		s: ::g
 		p
 	    }'`"
-	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; }
+	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
 	;;
     mips64:Linux:*:*)
 	eval $set_cc_for_build
@@ -917,16 +900,16 @@
 		s: ::g
 		p
 	    }'`"
-	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; }
+	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
 	;;
     or32:Linux:*:*)
-	echo or32-unknown-linux-${LIBC}
+	echo or32-unknown-linux-gnu
 	exit ;;
     ppc:Linux:*:*)
-	echo powerpc-unknown-linux-${LIBC}
+	echo powerpc-unknown-linux-gnu
 	exit ;;
     ppc64:Linux:*:*)
-	echo powerpc64-unknown-linux-${LIBC}
+	echo powerpc64-unknown-linux-gnu
 	exit ;;
     alpha:Linux:*:*)
 	case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
@@ -939,40 +922,40 @@
 	  EV68*) UNAME_MACHINE=alphaev68 ;;
         esac
 	objdump --private-headers /bin/sh | grep ld.so.1 >/dev/null
-	if test "$?" = 0 ; then LIBC="gnulibc1" ; fi
-	echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
+	if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi
+	echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC}
 	exit ;;
     parisc:Linux:*:* | hppa:Linux:*:*)
 	# Look for CPU level
 	case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
-	  PA7*) echo hppa1.1-unknown-linux-${LIBC} ;;
-	  PA8*) echo hppa2.0-unknown-linux-${LIBC} ;;
-	  *)    echo hppa-unknown-linux-${LIBC} ;;
+	  PA7*) echo hppa1.1-unknown-linux-gnu ;;
+	  PA8*) echo hppa2.0-unknown-linux-gnu ;;
+	  *)    echo hppa-unknown-linux-gnu ;;
 	esac
 	exit ;;
     parisc64:Linux:*:* | hppa64:Linux:*:*)
-	echo hppa64-unknown-linux-${LIBC}
+	echo hppa64-unknown-linux-gnu
 	exit ;;
     s390:Linux:*:* | s390x:Linux:*:*)
 	echo ${UNAME_MACHINE}-ibm-linux
 	exit ;;
     sh64*:Linux:*:*)
-    	echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
+    	echo ${UNAME_MACHINE}-unknown-linux-gnu
 	exit ;;
     sh*:Linux:*:*)
-	echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
+	echo ${UNAME_MACHINE}-unknown-linux-gnu
 	exit ;;
     sparc:Linux:*:* | sparc64:Linux:*:*)
-	echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
+	echo ${UNAME_MACHINE}-unknown-linux-gnu
 	exit ;;
     vax:Linux:*:*)
-	echo ${UNAME_MACHINE}-dec-linux-${LIBC}
+	echo ${UNAME_MACHINE}-dec-linux-gnu
 	exit ;;
     x86_64:Linux:*:*)
-	echo x86_64-unknown-linux-${LIBC}
+	echo x86_64-unknown-linux-gnu
 	exit ;;
     xtensa:Linux:*:*)
-    	echo xtensa-unknown-linux-${LIBC}
+    	echo xtensa-unknown-linux-gnu
 	exit ;;
     i*86:Linux:*:*)
 	# The BFD linker knows what the default object file format is, so
@@ -987,22 +970,20 @@
 				    p'`
         case "$ld_supported_targets" in
 	  elf32-i386)
-		TENTATIVE="${UNAME_MACHINE}-pc-linux-${LIBC}"
+		TENTATIVE="${UNAME_MACHINE}-pc-linux-gnu"
 		;;
 	  a.out-i386-linux)
-		echo "${UNAME_MACHINE}-pc-linux-${LIBC}aout"
+		echo "${UNAME_MACHINE}-pc-linux-gnuaout"
 		exit ;;
 	  coff-i386)
-		echo "${UNAME_MACHINE}-pc-linux-${LIBC}coff"
+		echo "${UNAME_MACHINE}-pc-linux-gnucoff"
 		exit ;;
 	  "")
 		# Either a pre-BFD a.out linker (linux-gnuoldld) or
 		# one that does not give us useful --help.
-		echo "${UNAME_MACHINE}-pc-linux-${LIBC}oldld"
+		echo "${UNAME_MACHINE}-pc-linux-gnuoldld"
 		exit ;;
 	esac
-	# This should get integrated into the C code below, but now we hack
-	if [ "$LIBC" != "gnu" ] ; then echo "$TENTATIVE" && exit 0 ; fi
 	# Determine whether the default compiler is a.out or elf
 	eval $set_cc_for_build
 	sed 's/^	//' << EOF >$dummy.c
--- xfdesktop4-4.4.2.orig/debian/README.Debian
+++ xfdesktop4-4.4.2/debian/README.Debian
@@ -0,0 +1,20 @@
+Trash applet panel plugin
+=========================
+
+If you want to use trash applet plugin in Xfce panel, you need to install
+dbus package. Otherwise, it'll spam your .xsession-errors with messages
+about this.
+
+-- Yves-Alexis Perez <corsac@corsac.net>  Sun, 10 Dec 2006 15:04:18 +0100
+
+User changes
+============
+
+The menus in /etc/X11/xfce4/menu.xml* are all conffiles so you are allowed
+to modify them. However, this is discouraged and you are encouraged to check
+out the Debian Menu System to add things to that either as a local user or
+system wide.
+
+See http://www.debian.org/doc/packaging-manuals/menu.html/
+
+-- Simon Huggins <huggie@earth.li>  Sun, 25 Apr 2004 19:49:49 +0100
--- xfdesktop4-4.4.2.orig/debian/xfdesktop4.menu-method
+++ xfdesktop4-4.4.2/debian/xfdesktop4.menu-method
@@ -0,0 +1,39 @@
+#!/usr/bin/install-menu
+#
+# Generates Xfce menus for all registered applications.
+#
+compat="menu-1"
+
+!include menu.h
+
+outputencoding="UTF-8"
+
+genmenu="menudefs.hook"
+rootprefix="/etc/xdg/xfce4/desktop"
+userprefix=".config/xfce4/desktop/"
+preoutput="<!-- Automatically generated file. Do not edit (see /usr/share/doc/menu/html/index.html) -->\n<xfdesktop-menu>"
+postoutput="</xfdesktop-menu>"
+treewalk="M)"
+postrun="if [ \"/etc/xdg/xfce4/desktop/menu.xml\" != \"" prefix() \
+	"/menu.xml\" ]; then cp /etc/xdg/xfce4/desktop/menu.xml " prefix() \
+	"/menu.xml; fi"
+
+function charreplace($str,$toreplace,$with,$lastchar)=replacewith(escwith($str,$toreplace,$with),$toreplace,$lastchar)
+
+function xmlesc($str)= replace(replace(replace(replace($str, \
+  "&","&amp;"), \
+  "\"","&quot;"), \
+  "<","&lt;"), \
+  ">","&gt;")
+
+function xmltitle()= replace(xmlesc(title()), "/", "-")
+
+supported
+    x11=   nstring(level(), "   ") "<app name=\"" xmltitle() "\" cmd=\"" xmlesc($command) "\" icon=\"" icon() "\"/>\n" 
+    text=  nstring(level(), "   ") "<app name=\"" xmltitle() "\" cmd=\""xmlesc($command) "\" term=\"yes\" icon=\"" icon() "\" />\n"
+    xfce4= nstring(level(), "   ") "<builtin name=\"" xmltitle() "\" cmd=\"" xmlesc($command) "\"/>\n"
+endsupported
+
+startmenu= ""
+submenutitle= nstring(level(), "   ") "<menu name=\"" xmltitle() "\" visible=\"yes\">\n"
+endmenu= ifneq( level(), "0",  nstring(level(), "   ") "</menu>\n" )
--- xfdesktop4-4.4.2.orig/debian/rules
+++ xfdesktop4-4.4.2/debian/rules
@@ -0,0 +1,115 @@
+#!/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)
+
+CFLAGS = -Wall -g
+
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+	CFLAGS += -O0
+else
+	CFLAGS += -O2
+endif
+
+patch: patch-stamp
+patch-stamp:
+	dh_testdir
+	QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2
+	touch patch-stamp
+
+unpatch:
+	dh_testdir
+	QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
+	rm -rf .pc patch-stamp
+	
+config.status: configure patch-stamp
+	
+	dh_testdir
+	./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man --disable-rpath --libexecdir=\$${prefix}/lib --enable-final
+
+build: build-stamp
+build-stamp: config.status
+
+	dh_testdir
+	$(MAKE)
+	touch build-stamp
+
+clean: unpatch
+
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp 
+
+	[ ! -f Makefile ] || $(MAKE) distclean
+
+ifneq "$(wildcard /usr/share/misc/config.sub)" ""
+	cp -f /usr/share/misc/config.sub config.sub
+endif
+ifneq "$(wildcard /usr/share/misc/config.guess)" ""
+	cp -f /usr/share/misc/config.guess config.guess
+endif
+
+	dh_clean
+
+install: build
+
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs 
+
+	$(MAKE) install DESTDIR=`pwd`/debian/tmp
+
+	rm -f `pwd`/debian/tmp/usr/lib/xfce4/mcs-plugins/*.la
+	rm -f `pwd`/debian/tmp/usr/lib/xfce4/mcs-plugins/*.a
+	rm -f `pwd`/debian/tmp/usr/lib/xfce4/modules/*.la
+	rm -f `pwd`/debian/tmp/usr/lib/xfce4/modules/*.a
+
+	chrpath -d -k `pwd`/debian/tmp/usr/bin/* \
+		`pwd`/debian/tmp/usr/lib/xfce4/*/*
+
+binary-indep: build install
+
+binary-arch: build install
+	
+	dh_testdir
+	dh_testroot
+
+	# use correct Debian defaults
+	for f in `pwd`/debian/tmp/etc/xdg/xfce4/desktop/menu.xml*; do \
+	   	perl -0777 -i -pe 's/cmd="xfterm4"/cmd="exo-open --launch TerminalEmulator"/; s/cmd="mozilla"/cmd="sensible-browser"/; s/(<include type="system" style="simple" unique="true"\/>)/$$1\n<separator\/>\n<menu name="Debian"><include type="file" src="menudefs.hook" \/><\/menu>\n/; s/xffm/thunar/g' $$f; \
+	done
+
+	# Remove the duplicated copies of XML in the Italian menu files.
+	for f in `pwd`/debian/tmp/etc/xdg/xfce4/desktop/*.xml.it; do \
+	   	perl -i -ne 'BEGIN { $$state = 0; } if (/xml version="1.0"/) { $$state++; } if ($$state < 2) { print; }' $$f; \
+	done
+
+	dh_installdocs README TODO
+	dh_installmenu
+	dh_installman -a
+	
+	dh_installchangelogs ChangeLog
+
+	dh_install
+	# why oh why is this necessary?
+	rm -rf `pwd`/debian/xfdesktop4-data/usr/share/man
+
+	rm -rf `pwd`/debian/xfdesktop4/usr/share/doc/xfdesktop4
+	ln -s xfdesktop4-data `pwd`/debian/xfdesktop4/usr/share/doc/xfdesktop4
+	dh_link
+	
+	dh_strip
+	dh_compress
+	
+	dh_fixperms
+	dh_installdeb
+
+	dh_shlibdeps
+	dh_gencontrol
+
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install 
--- xfdesktop4-4.4.2.orig/debian/control
+++ xfdesktop4-4.4.2/debian/control
@@ -0,0 +1,28 @@
+Source: xfdesktop4
+Section: x11
+Priority: optional
+Maintainer: Debian Xfce Maintainers <pkg-xfce-devel@lists.alioth.debian.org>
+Uploaders: Martin Loschwitz <madkiss@debian.org>, Emanuele Rocca <ema@debian.org>, Simon Huggins <huggie@earth.li>, Yves-Alexis Perez <corsac@debian.org>
+Build-Depends: debhelper (>= 4.1.26), libgtk2.0-dev, libxft-dev, libxml2-dev, xfce4-panel-dev (>= 4.4.2), libexo-0.3-dev (>= 0.3.4), libthunar-vfs-1-dev (>= 0.8.0), chrpath, libdbus-glib-1-dev, quilt
+Standards-Version: 3.7.2
+Homepage: http://www.xfce.org/
+Vcs-Svn: svn://svn.debian.org/pkg-xfce/desktop/trunk/xfdesktop4/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-xfce/desktop/trunk/xfdesktop4/
+
+Package: xfdesktop4-data
+Architecture: all
+Replaces: xfdesktop4 (<= 4.4.1-2)
+Description: Provides xfdesktop4 desktop background and root menu (common files)
+ This package contains architecture-independent files for xfdesktop4.
+
+Package: xfdesktop4
+Architecture: any
+Depends: ${shlibs:Depends}, xfce4-mcs-manager, xfce4-utils, xfdesktop4-data (= ${source:Version})
+Recommends: dbus, librsvg2-common
+Suggests: menu
+Conflicts: menu (<<2.1.12)
+Description: Provides desktop background and root menu
+ This package contains a tool that allows you to switch the background image
+ and a root menu.  Additionally, it contains dialogs to change the  number
+ of available desktop workspaces and their names.  It also contains a panel
+ plugin to display the menu on the panel
--- xfdesktop4-4.4.2.orig/debian/watch
+++ xfdesktop4-4.4.2/debian/watch
@@ -0,0 +1,3 @@
+version=3
+http://www.xfce.org/archive/xfce-(.*)/src/ \
+	xfdesktop-(.*)\.tar\.bz2
--- xfdesktop4-4.4.2.orig/debian/xfdesktop4.menu
+++ xfdesktop4-4.4.2/debian/xfdesktop4.menu
@@ -0,0 +1,3 @@
+?package(xfdesktop4): needs="X11" section="Applications/File Management" \
+    command="xfdesktop" title="Xfdesktop" longtitle="Xfce desktop manager" \
+    hints="Xfce Desktop"
--- xfdesktop4-4.4.2.orig/debian/docs
+++ xfdesktop4-4.4.2/debian/docs
@@ -0,0 +1 @@
+doc/README.kiosk
--- xfdesktop4-4.4.2.orig/debian/xfdesktop4-data.install
+++ xfdesktop4-4.4.2/debian/xfdesktop4-data.install
@@ -0,0 +1,6 @@
+debian/tmp/usr/share/icons
+debian/tmp/usr/share/locale
+debian/tmp/usr/share/man
+debian/tmp/usr/share/pixmaps
+debian/tmp/usr/share/xfce4-menueditor
+debian/tmp/usr/share/xfce4
--- xfdesktop4-4.4.2.orig/debian/xfdesktop4.postinst
+++ xfdesktop4-4.4.2/debian/xfdesktop4.postinst
@@ -0,0 +1,18 @@
+#!/bin/sh
+
+if [ "$1" = "configure" ]; then 
+	if [ ! -f /etc/xdg/xfce4/desktop/menudefs.hook ]; then
+		cat >/etc/xdg/xfce4/desktop/menudefs.hook <<EOF
+<!--
+	This file is deliberately empty.  Run update-menus to populate it
+	with the debian menu
+-->
+EOF
+	fi
+
+	# Get xfce-mcs-manager to reinit
+	kill -s USR1 `pidof xfce-mcs-manager` > /dev/null 2>&1|| true
+
+fi
+
+#DEBHELPER#
--- xfdesktop4-4.4.2.orig/debian/xfdesktop4.prerm
+++ xfdesktop4-4.4.2/debian/xfdesktop4.prerm
@@ -0,0 +1,10 @@
+#!/bin/sh -e
+
+if [ "$1" = "remove" ]; then
+	# Get xfce-mcs-manager to reinit
+	kill -s USR1 `pidof xfce-mcs-manager` >/dev/null 2>&1 || true
+fi
+
+#DEBHELPER#
+
+exit 0
--- xfdesktop4-4.4.2.orig/debian/xfce4-menueditor.1
+++ xfdesktop4-4.4.2/debian/xfce4-menueditor.1
@@ -0,0 +1,21 @@
+.\" Copyright (C) 2004 Simon Huggins
+.TH XFCE4-MENUEDITOR "1" "Juen 2005" "xfce4-menueditor 0.1" "User Commands"
+.SH NAME
+xfce4-menueditor \- Xfce 4 Menu Editor
+.SH SYNOPSIS
+.B xfce4-menueditor [FILE]
+.SH DESCRIPTION
+.PP
+Edits the Xfce menu or an optional other FILE instead.
+
+You may prefer in Debian to use the Debian menu system which you should install
+and is detailed in /usr/share/doc/menu
+.SH SEE ALSO
+Upstream documentation in /usr/share/xfce4/doc/C/xfdesktop.html
+.SH "REPORTING BUGS"
+Report bugs to http://bugs.debian.org/
+.SH COPYRIGHT
+Copyright \(co 2005 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.
--- xfdesktop4-4.4.2.orig/debian/xfdesktop4.postrm
+++ xfdesktop4-4.4.2/debian/xfdesktop4.postrm
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+if [ "$1" = "purge" ]; then
+  rm -rf /etc/xdg/xfce4/desktop/menudefs.hook
+  rm -rf /etc/xdg/xfce4/desktop/notforuse.xml
+fi
+
+#DEBHELPER#
--- xfdesktop4-4.4.2.orig/debian/xfdesktop4.install
+++ xfdesktop4-4.4.2/debian/xfdesktop4.install
@@ -0,0 +1,4 @@
+debian/tmp/etc
+debian/tmp/usr/bin
+debian/tmp/usr/lib
+debian/tmp/usr/share/applications
--- xfdesktop4-4.4.2.orig/debian/compat
+++ xfdesktop4-4.4.2/debian/compat
@@ -0,0 +1 @@
+4
--- xfdesktop4-4.4.2.orig/debian/changelog
+++ xfdesktop4-4.4.2/debian/changelog
@@ -0,0 +1,322 @@
+xfdesktop4 (4.4.2-1~bpo40+2) etch-backports; urgency=low
+
+  * include all changelog items since etch.
+
+ -- Yves-Alexis Perez <corsac@debian.org>  Sat, 29 Dec 2007 01:02:54 +0100
+
+xfdesktop4 (4.4.2-1~bpo40+1) etch-backports; urgency=low
+
+  * rebuild for etch-backports.
+
+ -- Yves-Alexis Perez <corsac@debian.org>  Fri, 21 Dec 2007 00:20:00 +0100
+
+xfdesktop4 (4.4.2-1) unstable; urgency=low
+
+  [ Yves-Alexis Perez ]
+  * New upstream release.
+  * debian/xfdesktop4.menu: switch to new debian policy.
+  * use exo-open to run terminal from menu so we respect user choice.
+  * debian/xfdesktop4.postinst: use posix kill -s to avoid problems on hurd.
+  * debian/rules: don't ignore all make errors at clean stage.
+
+  [ Simon Huggins ]
+  * debian/prerm: 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 <corsac@corsac.net>  Wed, 28 Nov 2007 07:56:19 +0100
+
+xfdesktop4 (4.4.1-5) unstable; urgency=low
+
+  * Don't ship the manpage in the -data deb as planned        closes: #431122
+
+ -- Simon Huggins <huggie@earth.li>  Sat, 30 Jun 2007 01:36:49 +0100
+
+xfdesktop4 (4.4.1-4) unstable; urgency=low
+
+  * Upload to unstable now it's through NEW.
+
+ -- Simon Huggins <huggie@earth.li>  Wed, 27 Jun 2007 12:41:39 +0100
+
+xfdesktop4 (4.4.1-3) experimental; urgency=low
+
+  * Split out architecture independent files to xfdesktop4-data based on a
+    patch by Darren Salt                                       closes: #379814
+
+ -- Simon Huggins <huggie@earth.li>  Fri, 25 May 2007 16:08:15 +0100
+
+xfdesktop4 (4.4.1-2) unstable; urgency=high
+
+  * Remove duplicated copies of content in menu.xml.it and
+    xfce-registered-categories.xml.it                          closes: #420872
+
+ -- Simon Huggins <huggie@earth.li>  Thu, 26 Apr 2007 10:29:41 +0100
+
+xfdesktop4 (4.4.1-1) unstable; urgency=low
+
+  * New upstream release.
+  * debian/copyright: updated copyright holders. 
+
+ -- Yves-Alexis Perez <corsac@corsac.net>  Sun, 15 Apr 2007 15:28:17 +0100
+
+xfdesktop4 (4.4.0-1) experimental; urgency=low
+  
+  (Yves-Alexis Perez)
+  * New upstream release.
+  * debian/control: 
+    - updated build-deps against Xfce 4.4.
+    - added recommendation on librsvg2-common so people can use svg backgrounds.
+
+  (Emanuele Rocca)
+  * Added versioned build-dependencies on libgtk2.0-dev and libexo-0.3-dev. 
+
+ -- Yves-Alexis Perez <corsac@corsac.net>  Sun, 04 Feb 2007 14:37:47 +0100
+
+xfdesktop4 (4.3.99.2-1) unstable; urgency=low
+
+  * New upstream release.
+  * debian/control: updated build-deps against Xfce 4.4RC2 (4.3.99.2).
+  * debian/control: recommends dbus.				closes: #402420
+  * Use Xfce menu as root menu and Debian menu as a submenu, if menu package
+    is installed.
+  * Added xfce4-popup-menu manpage, thanks François Wendling. 	closes: #399198
+  * 01_show-backdrop-by-default.patch: enable backdrop even if none is
+    configured in config file (a default image is taken).
+
+ -- Yves-Alexis Perez <corsac@corsac.net>  Wed, 20 Dec 2006 21:59:15 +0100
+
+xfdesktop4 (4.3.99.1-1) unstable; urgency=low
+
+  * New upstream release.
+  * debian/control: updated build-dep against Xfce 4.4RC1 (4.3.99.1).
+
+ -- Yves-Alexis Perez <corsac@corsac.net>  Sat, 23 Sep 2006 13:43:28 +0100
+
+xfdesktop4 (4.3.90.2-2) unstable; urgency=low
+
+  * Depend on xfce4-panel-dev with correct shlibs.
+
+ -- Simon Huggins <huggie@earth.li>  Wed, 26 Jul 2006 15:51:00 +0100
+
+xfdesktop4 (4.3.90.2-1) unstable; urgency=low
+
+  (Yves-Alexis Perez)
+  * New upstream release.					Closes: #379650
+  * 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:31:00 +0200
+
+xfdesktop4 (4.3.90.1-3) unstable; urgency=low
+
+  * Use Thunar instead of xffm in menu files.			Closes: #372847 
+
+ -- Yves-Alexis Perez <corsac@corsac.net>  Mon, 12 Jun 2006 08:17:21 +0200
+
+xfdesktop4 (4.3.90.1-2) unstable; urgency=low
+
+  * Use the correct libexec dir.
+  
+ -- Simon Huggins <huggie@earth.li>  Sat, 13 May 2006 18:47:19 +0100
+
+xfdesktop4 (4.3.90.1-1) unstable; urgency=low
+
+  * New upstream release
+  * Build-depend on libthunar-vfs-1-dev to add desktop icons files support
+  * Use x-terminal-emulator instead of xfterm4 in menu file
+  * Use correct interpreter in xfdesktop4 menu method
+  * Correct a syntax error in changelog
+  
+ -- Yves-Alexis Perez <corsac@corsac.net>  Wed, 03 May 2006 18:35:05 +0100
+ 
+xfdesktop4 (4.2.3-1) unstable; urgency=low
+  
+  * Yves-Alexis Perez
+   * New Upstream Release
+   * Send xfce-mcs-manager a SIGUSR1 so it notices the plugin.
+  * Simon Huggins
+   * Rejig the menu system yet again so hopefully this time it really will
+     work in all cases of locales/no locale and user/root setups.
+                                                               closes: #320601
+
+ -- Yves-Alexis Perez <corsac@corsac.net>  Sun, 27 Nov 2005 13:21:38 +0000
+
+xfdesktop4 (4.2.2-1) unstable; urgency=low
+
+  * New Upstream Release
+  * Use correct --mandir                                       closes: #303041
+  * debianutils is Essential so no need to depend on it        closes: #266157
+  * Add a manpage for xfce4-menueditor
+  * Change suite to unstable
+
+ -- Simon Huggins <huggie@earth.li>  Sat, 18 Jun 2005 09:43:15 +0100
+
+xfdesktop4 (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 Maintainer/Uploaders fields
+
+ -- Martin Loschwitz <madkiss@debian.org>  Sat, 19 Mar 2005 13:02:00 +0100
+
+xfdesktop4 (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 16:53:17 +0000
+
+xfdesktop4 (4.2.0-1) experimental; urgency=low
+
+  * New Upstream Release
+  * Patch for 547 no longer needed as it's been fixed upstream
+  * Build-Depend on xfce4-panel-dev for the panel plugin
+  * Instead of patching upstream's menu.xml, ship our own system.menu.xml
+
+ -- Simon Huggins <huggie@earth.li>  Sat, 15 Jan 2005 12:21:41 +0000
+
+xfdesktop4 (4.1.99.1-2) experimental; urgency=low
+
+  * SJH: Patched with patch from bugzilla.xfce.org bug 547 to fix location of
+    included files.
+  * SJH: Tweak the menu-method so it works as it used to with system.menu.xml
+    and including menudefs.hook so it will work in all cases of user/system
+    and standard locale/customised locale.
+  * SJH: Install menu.xml as system.menu.xml
+
+ -- Simon Huggins <huggie@earth.li>  Sat, 27 Nov 2004 15:06:04 +0000
+
+xfdesktop4 (4.1.99.1-1) experimental; urgency=low
+
+  * ML: New Upstream Release (4.1.99.1 alias XFce4 4.2 RC1)
+  * ML: Adopted work from Benedikt Meurer to make menus work
+  * ML: Also adopted changes to the copyright from Benedikt
+  * ML: Corrected spelling mistake in README.Debian
+
+ -- Martin Loschwitz <madkiss@debian.org>  Fri, 19 Nov 2004 13:52:00 +0100
+
+xfdesktop4 (4.0.6-1) unstable; urgency=low
+
+  * New Upstream Release
+  * Update description
+
+ -- Simon Huggins <huggie@earth.li>  Sat, 24 Jul 2004 18:42:59 +0100
+
+xfdesktop4 (4.0.5-4) unstable; urgency=low
+
+  * Make depend on debianutils for sensible-browser and use this instead of
+    mozilla in all the menu.xml files.                         closes: #254970
+  * Also depend on xfce4-utils which provides xfterm4 which the menu mentions
+    which was brought up by the above bug too.
+
+ -- Simon Huggins <huggie@earth.li>  Mon, 05 Jul 2004 00:05:03 +0100
+
+xfdesktop4 (4.0.5-3) unstable; urgency=low
+
+  * Suggest menu                                               closes: #248476
+  * Remove Norbert Tretkowski from uploaders as he asked.
+
+ -- Simon Huggins <huggie@earth.li>  Tue, 18 May 2004 19:16:50 +0100
+
+xfdesktop4 (4.0.5-2) unstable; urgency=low
+
+  * Take on Bill Allombert's improved menu-method slightly modified to use
+    postrun too to remove the harmless warning mentioned below closes: #246769
+  * Due to a bug in xfdesktop4 replace / in titles with - as otherwise it
+    creates submenus.
+  * Add conflicts on versioned menu given we need replace now
+
+ -- Simon Huggins <huggie@earth.li>  Thu, 06 May 2004 21:17:22 +0100
+
+xfdesktop4 (4.0.5-1) unstable; urgency=low
+
+  * New upstream release
+  * Update upstream's libtool
+  * Fix manpage path
+  * Add dependency on xfce4-mcs-manager for xfce-settings-show
+  * Attack menuing bugs
+        - add &debian; and debian entity to all localised Debian menu.xml.*
+                                                               closes: #218537
+        - create menudefs.hook as a blank file if it doesn't exist in postinst
+                                                               closes: #233637
+        - slight abuse in our menu-method to create the user's menu.xml which
+          we really just want copied in with a menudefs.hook - this leads to
+          a harmless error message because we don't include include-menu-defs
+          in system.menu.xml but means user customised menus work.
+                                                               closes: #216668
+
+ -- Simon Huggins <huggie@earth.li>  Sun, 25 Apr 2004 13:15:02 +0100
+
+xfdesktop4 (4.0.3-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:50:32 +0000
+
+xfdesktop4 (4.0.3-1) unstable; urgency=low
+
+  * New upstream release
+  * Add Daniel Silverstone <dsilvers@debian.org> to Uploaders as approved by
+    madkiss
+  * Add xfdesktop manpage pointing to upstream docs
+  * Remove .la and .a files from package - this isn't a -dev package
+  * Quote needs in menu for lintian
+  * Thanks to Daniel for checking and uploading these packages
+
+ -- Simon Huggins <huggie@earth.li>  Wed, 25 Feb 2004 11:36:42 +0000
+ 
+xfdesktop4 (4.0.2-1) unstable; urgency=low
+
+  * New upstream release
+  * Added Build-Dependency for xlibs-pic (Closes: #215593)
+
+ -- Martin Loschwitz <madkiss@debian.org>  Fri, 26 Dec 2003 16:27:00 +0100
+ 
+xfdesktop4 (4.0.0.final-1) unstable; urgency=low
+
+  * New upstream release
+  * New Co-Maintainer: Norbert Tretkowski.
+  * Many cleanups in debian/-subdir
+
+ -- Martin Loschwitz <madkiss@debian.org>  Tue, 29 Sep 2003 18:07:00 +0200
+
+xfdesktop4 (4.0.0+cvs.20030421-1) unstable; urgency=low
+
+  * New CVS checkout (2003-04-21)
+  * Added support for the Debian Menu (thanks goes to Ferdinand O. Tempel for
+    the initial idea and big thanks goes to Bernhard R. Link for his work on
+    this.)
+    
+ -- Martin Loschwitz <madkiss@debian.org>  Tue, 22 Apr 2003 16:29:00 +0200
+ 
+xfdesktop4 (4.0.0+cvs.20030301-2) unstable; urgency=low
+
+  * Added Build-Depends: for libxml2-dev to fix FTBFS (Closes: #185257)
+
+ -- Martin Loschwitz <madkiss@debian.org>  Fri, 21 Mar 2003 17:05:00 +0100
+
+xfdesktop4 (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:41:00 +0100
+
+xfdesktop4 (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 13:40:00 +0100
+ 
+xfdesktop4 (4.0.0+cvs.20030119-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Martin Loschwitz <madkiss@madkiss.org>  Sun, 19 Jan 2003 16:29:34 +0100
--- xfdesktop4-4.4.2.orig/debian/xfdesktop4.manpages
+++ xfdesktop4-4.4.2/debian/xfdesktop4.manpages
@@ -0,0 +1,2 @@
+debian/*.1
+xfdesktop.1
--- xfdesktop4-4.4.2.orig/debian/xfce4-popup-menu.1
+++ xfdesktop4-4.4.2/debian/xfce4-popup-menu.1
@@ -0,0 +1,32 @@
+.\" http://svn.xfce.org/svn/Xfce/xfdesktop/trunk/panel-plugin/Xfce4-popup-menu.c
+.\" sets Olivier Fourdan as author
+
+.TH "XFCE4-POPUP-MENU" "1" "2006-11-18" "4.3.99.1" 
+.SH "NAME"
+xfce4-popup-menu \- shows the Xfce Menu 
+
+.SH "SYNOPSIS"
+.B xfce4-popup-menu
+
+.SH "DESCRIPTION" 
+.B xfce4-popup-menu
+shows the Xfce Menu on a panel if at least one Xfce Menu button is present on
+one of your panel(s). The behaviour of  
+.B xfce4-popup-menu
+is to show only one menu, so if you have several Xfce Menu buttons, only the
+first you have defined will pop up the menu.
+
+If you want to show the Xfce Menu under your current mouse position see the
+manual page for
+.IR xfdesktop (1).
+
+
+.SH "SEE ALSO"
+.IR xfdesktop (1)
+
+.SH "AUTHOR" 
+.B xfce4-popup-menu
+was written by Olivier Fourdan <fourdan@xfce.org>.
+.PP
+This manual page was written by Francois Wendling <frwendling@free.fr> for the
+Debian project (but may be used by others).
--- xfdesktop4-4.4.2.orig/debian/copyright
+++ xfdesktop4-4.4.2/debian/copyright
@@ -0,0 +1,47 @@
+This package was debianized by Martin Loschwitz <madkiss@madkiss.org> on
+Sun, 19 Jan 2003 16:29:34 +0100.
+
+Upstream release is available from http://www.xfce.org
+
+Upstream author are:
+Benedikt Meurer <benny@xfce.org>
+Jasper Huijsmans <huysmans@users.sourceforge.net>
+Brian Tarricone <bjt23@cornell.edu>
+
+Copyright holders are:
+
+(c) 2004-2006 Brian Tarricone
+(c) 2003 Benedikt Meurer
+(c) 2002-2003 Jasper Huijsmans
+
+src/xfdesktop-icon-view.c contains code from Nautilus: (c) 2000 Eazel, Inc
+settings/appearance-settings.c has code from gnome theme-switcher applet
+  (c) Jonathan Blandford <jrb@gnome.org>
+
+Translations are (c) 2003-2006 The Xfce development team except:
+gl.po: (c) 2006 Canonical Ltd, and Rosetta Contributors 2006
+
+Manual is:
+(c) 2004-2007 Brian Tarricone
+(c) 2004 Jasper Huijsmans
+(c) 2004 François Le Clainche <fleclainche@wanadoo.fr>
+
+French translation is (c) 2007 Maximilian Schleiss <maxschleiss@bluewin.ch>
+
+Licensing:
+
+   This package 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; version 2 dated June, 1991.
+
+   This package 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.
+
+   You should have received a copy of the GNU General Public License
+   along with this package; if not, write to the Free Software
+   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+
+On Debian systems, the complete text of the GNU General Public License 
+can be found in `/usr/share/common-licenses/GPL'.
--- xfdesktop4-4.4.2.orig/debian/patches/01_show-backdrop-by-default.patch
+++ xfdesktop4-4.4.2/debian/patches/01_show-backdrop-by-default.patch
@@ -0,0 +1,14 @@
+--- xfdesktop4/settings/appearance-settings.c.orig	2006-11-05 11:57:02.000000000 +0100
++++ xfdesktop4/settings/appearance-settings.c	2006-12-18 12:58:11.000000000 +0100
+@@ -275,9 +275,9 @@
+             if(setting)
+                 bp->show_image = setting->data.v_int == 0 ? FALSE : TRUE;
+             else {
+-                bp->show_image = FALSE;
++                bp->show_image = TRUE;
+                 mcs_manager_set_int(mcs_plugin->manager, setting_name,
+-                        BACKDROP_CHANNEL, 0);
++                        BACKDROP_CHANNEL, 1);
+             }
+             
+             /* the color style */
--- xfdesktop4-4.4.2.orig/debian/patches/series
+++ xfdesktop4-4.4.2/debian/patches/series
@@ -0,0 +1 @@
+01_show-backdrop-by-default.patch
--- xfdesktop4-4.4.2.orig/config.sub
+++ xfdesktop4-4.4.2/config.sub
@@ -244,7 +244,7 @@
 	| arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \
 	| bfin \
 	| c4x | clipper \
-	| d10v | d30v | dlx | dsp16xx | dvp \
+	| d10v | d30v | dlx | dsp16xx \
 	| fido | fr30 | frv \
 	| h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
 	| i370 | i860 | i960 | ia64 \
@@ -277,7 +277,7 @@
 	| powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \
 	| pyramid \
 	| score \
-	| sh | sh[1234] | sh[24]a | sh[24]a*eb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
+	| sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
 	| sh64 | sh64le \
 	| sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \
 	| sparcv8 | sparcv9 | sparcv9b | sparcv9v \
@@ -358,7 +358,7 @@
 	| powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \
 	| pyramid-* \
 	| romp-* | rs6000-* \
-	| sh-* | sh[1234]-* | sh[24]a-* | sh[24]a*eb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
+	| sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
 	| shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \
 	| sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \
 	| sparclite-* \
@@ -694,24 +694,6 @@
 		basic_machine=m68k-atari
 		os=-mint
 		;;
-	mipsEE* | ee | ps2)
-		basic_machine=mips64r5900el-scei
-		case $os in
-		    -linux*)
-			;;
-		    *)
-			os=-elf
-			;;
-		esac
-		;;
-	iop)
-		basic_machine=mipsel-scei
-		os=-irx
-		;;
-	dvp)
-		basic_machine=dvp-scei
-		os=-elf
-		;;
 	mips3*-*)
 		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
 		;;
@@ -1244,7 +1226,7 @@
 	      | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
 	      | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
 	      | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
-	      | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -irx*)
+	      | -skyos* | -haiku* | -rdos* | -toppers* | -drops*)
 	# Remember, each alternative MUST END IN *, to match a version number.
 		;;
 	-qnx*)
