--- xfmpc-0.2.0.orig/debian/compat
+++ xfmpc-0.2.0/debian/compat
@@ -0,0 +1 @@
+7
--- xfmpc-0.2.0.orig/debian/copyright
+++ xfmpc-0.2.0/debian/copyright
@@ -0,0 +1,16 @@
+This package was debianized by Mike Massonnet <mmassonnet@gmail.com> on
+Fri, 28 Mar 2008 04:23:42 +0100.
+
+It was downloaded from 
+http://goodies.xfce.org/projects/applications/xfmpc
+
+Upstream Author and copyright holder:
+© 2008 Mike Massonnet <mmassonnet@xfce.org>
+
+License: GPLv2 or later.
+
+You are free to distribute this software under the terms of
+the GNU General Public License (version 2 or later).
+On Debian systems, the complete text of the GNU General Public
+License can be found in the file `/usr/share/common-licenses/GPL'
+
--- xfmpc-0.2.0.orig/debian/rules
+++ xfmpc-0.2.0/debian/rules
@@ -0,0 +1,5 @@
+#!/usr/bin/make -f
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/autotools.mk
+
+LDFLAGS +=-Wl,-z,-defs -Wl,--as-needed
--- xfmpc-0.2.0.orig/debian/changelog
+++ xfmpc-0.2.0/debian/changelog
@@ -0,0 +1,55 @@
+xfmpc (0.2.0-1) unstable; urgency=low
+
+  [ Evgeni Golov ]
+  * Fix Vcs-* fields, they were missing 'trunk' in the path.
+
+  [ Yves-Alexis Perez ]
+  * New uptream release.
+  * debian/watch edited to track Xfce archive reorganisation.
+  * debian/control:
+    - update standards version to 3.8.3.
+
+ -- Yves-Alexis Perez <corsac@debian.org>  Thu, 03 Sep 2009 21:42:18 +0200
+
+xfmpc (0.1.0-1) unstable; urgency=low
+
+  * New upstream release.
+  * debian/compat bumped to 7.
+  * debian/control:
+    - update debhelper build-dep to 7.
+    - update standards version to 3.8.1.
+  * debian/rules:
+    - add -Wl,-z,-defs -Wl,--as-needed to LDFLAGS.
+
+ -- Yves-Alexis Perez <corsac@debian.org>  Tue, 07 Apr 2009 08:01:32 +0200
+
+xfmpc (0.0.7-1) unstable; urgency=low
+
+  [ Stefan Ott ]
+  * debian/control: update e-mail address
+
+  [ Yves-Alexis Perez ]
+  * New upstream release.
+  * debian/control:
+    - remove Martin and Rudy from Uploaders. Thanks to them!
+    - update standards version to 3.8.0.
+    - add dep on ${misc:Depends}.
+    - add build-dep on intltool. 
+
+ -- Yves-Alexis Perez <corsac@debian.org>  Sun, 01 Mar 2009 12:09:00 +0100
+
+xfmpc (0.0.6-2) unstable; urgency=low
+
+  * debian/control: add build-dep on libxml-parser-perl.        closes: #479298
+
+ -- Yves-Alexis Perez <corsac@debian.org>  Sun, 04 May 2008 15:26:26 +0200
+
+xfmpc (0.0.6-1) unstable; urgency=low
+
+  [ Mike Massonnet ]
+  * Initial debian package                                      closes: #473066
+
+  [ Yves-Alexis Perez ]
+  * debian/README: add information on how to run xfmpc and connect to mpd.
+
+ -- Mike Massonnet <mmassonnet@gmail.com>  Sun, 27 Apr 2008 19:13:13 +0200
--- xfmpc-0.2.0.orig/debian/README
+++ xfmpc-0.2.0/debian/README
@@ -0,0 +1,7 @@
+Howto
+-----
+
+Currently, the only way to configure xfmpc to chose the host to connect too is
+by using environment variables, MPD_HOST and MPD_PORT.
+
+See mpc(1) manpage for more informations.
--- xfmpc-0.2.0.orig/debian/control
+++ xfmpc-0.2.0/debian/control
@@ -0,0 +1,20 @@
+Source: xfmpc
+Section: sound
+Priority: optional
+Maintainer: Debian Xfce Maintainers <pkg-xfce-devel@lists.alioth.debian.org>
+Uploaders: Emanuele Rocca <ema@debian.org>, Simon Huggins <huggie@earth.li>, 
+ Stefan Ott <stefan@ott.net>, Yves-Alexis Perez <corsac@debian.org>, 
+ Mike Massonnet <mmassonnet@gmail.com>
+Build-Depends: cdbs, debhelper (>= 7), libgtk2.0-dev, libmpd-dev, 
+ libxfcegui4-dev, libxfce4util-dev, libxml-parser-perl, intltool
+Standards-Version: 3.8.3
+Homepage: http://goodies.xfce.org/projects/applications/xfmpc
+Vcs-Svn: svn://svn.debian.org/pkg-xfce/goodies/trunk/xfmpc/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfmpc/
+
+Package: xfmpc
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: graphical GTK+ MPD client
+ Xfmpc is a MPD (Music Player Daemon) client, with focus on low footprint for
+ the Xfce desktop environment.
--- xfmpc-0.2.0.orig/debian/watch
+++ xfmpc-0.2.0/debian/watch
@@ -0,0 +1,3 @@
+version=3
+http://archive.xfce.org/src/apps/xfmpc/([\d\.]+)/ \
+	xfmpc-([\d\.]+)\.tar\.(?:gz|bz2)
