--- gmpc-0.20.0.orig/debian/control
+++ gmpc-0.20.0/debian/control
@@ -0,0 +1,52 @@
+Source: gmpc
+Section: sound
+Priority: optional
+Maintainer: Arnaud Cornet <acornet@debian.org>
+Build-Depends: debhelper (>= 7.0.50~), libmpd-dev (>= 0.19.2), gob2, libgtk2.0-dev, libglade2-dev, libglib2.0-dev, libcurl4-gnutls-dev, zlib1g-dev, intltool, libsoup2.4-dev, quilt, libsexy-dev, libsqlite3-dev, valac (>= 0.7.10)
+Standards-Version: 3.8.4
+Homepage: http://gmpc.wikia.com/
+
+Package: gmpc
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Suggests: mpd, gmpc-plugins
+Conflicts: gmpc-plugins(<< 0.18.96)
+Enhances: mpd
+Provides: mpd-client
+Description: Gnome Music Player Client (graphical interface to MPD)
+ A GNOME/GTK2.2 client for Music Player Daemon, it began life as traymp,
+ a simple tray notification client and has grown into much more.
+ Current features include:
+  * Support for loading/saving playlists
+  * File Browser
+  * Browser based on ID3 information
+  * Search
+  * Current playlist viewer with search
+  * ID3 Information
+  * Cover art (via plugins)
+
+Package: gmpc-dbg
+Priority: extra
+Section: debug
+Architecture: any
+Depends: gmpc (= ${binary:Version}), ${misc:Depends}
+Description: Gnome Music Player Client (graphical interface to MPD)
+ A GNOME/GTK2.2 client for Music Player Daemon, it began life as traymp,
+ a simple tray notification client and has grown into much more.
+ Current features include:
+  * Support for loading/saving playlists
+  * File Browser
+  * Browser based on ID3 information
+  * Search
+  * Current playlist viewer with search
+  * ID3 Information
+  * Cover art (via plugins)
+ .
+ This package contains the debugging symbols.
+
+Package: gmpc-dev
+Architecture: any
+Depends: gmpc (= ${binary:Version}), libmpd-dev (>= 0.18.96), pkg-config, ${misc:Depends}
+Description: Gnome Music Player Client (plugin development files)
+ This package contains the necessary header files if you wish to compile
+ plugins for gmpc.
--- gmpc-0.20.0.orig/debian/copyright
+++ gmpc-0.20.0/debian/copyright
@@ -0,0 +1,19 @@
+This package was debianized by Eric Wong <eric@petta-tech.com> on
+Mon, 15 Mar 2004 00:33:52 -0800
+
+It was downloaded from:
+  http://www.sarine.nl/gmpc
+
+The latest development source code is also available via Subversion:
+  svn co https://svn.musicpd.org/gmpc/trunk
+
+Upstream Author: Martijn Koedam <qball@qballcow.nl>
+
+This software is copyright (c) 2003-2006 by Martijn Koedam.
+
+You are free to distribute this software under the terms of
+the GNU General Public License.
+
+On Debian systems, the complete text of the GNU General Public
+License can be found in the file '/usr/share/common-licenses/GPL'.
+
--- gmpc-0.20.0.orig/debian/gmpc.manpages
+++ gmpc-0.20.0/debian/gmpc.manpages
@@ -0,0 +1,2 @@
+doc/gmpc.1
+doc/gmpc-remote.1
--- gmpc-0.20.0.orig/debian/changelog
+++ gmpc-0.20.0/debian/changelog
@@ -0,0 +1,288 @@
+gmpc (0.20.0-1) unstable; urgency=low
+
+  * New upstream release
+  * Remove man-fix-whatis.patch now upstream
+  * Added build-dep to valac
+  * Bump standards-version (no change)
+  * Remove config.log at clean time
+
+ -- Arnaud Cornet <acornet@debian.org>  Sat, 27 Mar 2010 15:04:05 +0000
+
+gmpc (0.19.1-1) unstable; urgency=low
+
+  * New upstream release
+  * Bump Standard-Version (no change needed)
+  * Tighter debhelper dependency
+  * Remove old debian/gmpc.1
+  * Fix whatis entries in doc/gmpc{,-remote}.1
+  * Add debian/README.source
+
+ -- Arnaud Cornet <acornet@debian.org>  Sat, 24 Oct 2009 00:03:36 +0100
+
+gmpc (0.19.0-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Arnaud Cornet <acornet@debian.org>  Mon, 21 Sep 2009 12:16:05 +0200
+
+gmpc (0.18.98-1) unstable; urgency=low
+
+  * New Upstream Version.
+  * Ship upstream man pages.
+  * debian/rules, use dh7 features and drop cdbs.
+  * Ship gmpc-remote.
+  * Add conflict on pre 0.18.96 plugins.
+  * Drop password-dialog.patch, fixed upstream.
+  * Add libsqlite3-dev build depend.
+  * Remove README and TODO, useless content.
+
+ -- Arnaud Cornet <acornet@debian.org>  Thu, 13 Aug 2009 09:32:46 +0200
+
+gmpc (0.18.0-3) unstable; urgency=low
+
+  * Add build-depend on libsexy-dev.
+  * Fix typo in debian control (packages->package).
+  * Add password-dialog.patch to fix disappearing password dialog when
+    clicking on 'Save Password' (Closes: #531250). Also add quilt
+    build-dependancy.
+  * Move gmpc-dbg to debug section.
+
+ -- Arnaud Cornet <acornet@debian.org>  Sun, 31 May 2009 15:18:45 +0200
+
+gmpc (0.18.0-2) unstable; urgency=low
+
+  * Depend on debhelper 7. Bump compat level to 7
+  * Add missing build-depend on libsoup.
+  * Set myself as maintainer (acked by Decklin Foster).
+  * Use Homepage field, update homepage url.
+  * Suggest gmpc-plugins.
+  * Add gmpc-dbg package.
+  * Build in ++build-dir.
+
+ -- Arnaud Cornet <acornet@debian.org>  Sun, 22 Mar 2009 13:12:07 +0100
+
+gmpc (0.18.0-1) unstable; urgency=low
+
+  * New upstream release
+  * Bump libmpd deps and Standards-Version
+
+ -- Decklin Foster <decklin@red-bean.com>  Thu, 12 Mar 2009 11:53:16 -0400
+
+gmpc (0.17.0-2) unstable; urgency=low
+
+  * Update build-deps (Closes: #510686)
+
+ -- Decklin Foster <decklin@red-bean.com>  Sun, 04 Jan 2009 11:31:35 -0500
+
+gmpc (0.17.0-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Decklin Foster <decklin@red-bean.com>  Fri, 02 Jan 2009 23:29:48 -0500
+
+gmpc (0.16.95-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Decklin Foster <decklin@red-bean.com>  Tue, 02 Dec 2008 20:04:29 -0500
+
+gmpc (0.16.1-2) unstable; urgency=low
+
+  * Clean up a large amount of autocrap and duplicate POs in the diff.
+  * Remove quilt (we have no patches).
+  * Policy 3.8.0.
+
+ -- Decklin Foster <decklin@red-bean.com>  Tue, 07 Oct 2008 13:22:27 -0400
+
+gmpc (0.16.1-1) unstable; urgency=low
+
+  * New upstream release
+    - configure.ac updated for Swedish translation
+  * Remove LIB_PATH patch, which was not ever actually applied (NMU did not
+    add it to patches/series). The fix is no longer needed; plugins are
+    now searched in PACKAGE_LIB_DIR, which can be set without #define
+    hacks. (Closes: #459405)
+  * Add gob2 to build-deps.
+
+ -- Decklin Foster <decklin@red-bean.com>  Sun, 05 Oct 2008 00:34:16 -0400
+
+gmpc (0.15.5.0-2.2) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * Use magic touch in debian/rules to prevent auto* exceution at build time
+    (The debian diff.gz. touches configure and configure.ac) Fixes FTBFS.
+    Closes: #494241
+  * remove Makefile and config.log on clean to prevent patch inflation.
+
+ -- Andreas Metzler <ametzler@debian.org>  Mon, 25 Aug 2008 19:52:24 +0200
+
+gmpc (0.15.5.0-2.1) unstable; urgency=low
+
+  * NMU (package is in LowThresholdNMU list)
+  * Add patch to src/main.c to search for plugins in LIB_PATH; set LIB_PATH
+    in debian/rules (closes: #459405)
+  * debian/menu: fix section
+  * debian/control: 
+      - fix build-dep on libmpd-dev
+      - Source-Version -> binary:Version
+
+ -- Leo Costela <costela@debian.org>  Thu, 10 Jul 2008 17:51:09 +0200
+
+gmpc (0.15.5.0-2) unstable; urgency=low
+
+  * Fix unsynchronized -dev deps.
+
+ -- Decklin Foster <decklin@red-bean.com>  Sun, 30 Dec 2007 12:31:20 -0500
+
+gmpc (0.15.5.0-1) unstable; urgency=low
+
+  * New upstream release
+    - Obsoletes egg-tray-icon patch
+    - Depend on libmpd >= 0.15.0 (sigh)
+  * Update URL in debian/copyright (Closes: #458362)
+
+ -- Decklin Foster <decklin@red-bean.com>  Sun, 30 Dec 2007 12:12:03 -0500
+
+gmpc (0.15.1-3) unstable; urgency=low
+
+  * The "And when I get thirsty from drinking the ocean" release.
+  * Make gmpc-dev Depends match.
+
+ -- Decklin Foster <decklin@red-bean.com>  Wed, 11 Jul 2007 12:57:39 -0400
+
+gmpc (0.15.1-2) unstable; urgency=low
+
+  * The "This makes me wanna spin round in the yard" release.
+  * Use libcurl3 instead of obsolete libcurl4 (Closes: #432578)
+
+ -- Decklin Foster <decklin@red-bean.com>  Tue, 10 Jul 2007 23:16:11 -0400
+
+gmpc (0.15.1-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Decklin Foster <decklin@red-bean.com>  Fri, 06 Jul 2007 11:20:46 -0400
+
+gmpc (0.14.0-5) unstable; urgency=low
+
+  * Use libcurl4 instead of obsolete libcurl3 (Closes: #423915)
+
+ -- Decklin Foster <decklin@red-bean.com>  Mon, 21 May 2007 13:20:04 -0400
+
+gmpc (0.14.0-4) unstable; urgency=low
+
+  * Add quilt build-dep. (Closes: #417661)
+
+ -- Decklin Foster <decklin@red-bean.com>  Wed, 04 Apr 2007 00:32:09 -0400
+
+gmpc (0.14.0-3) unstable; urgency=low
+
+  * Synchronize gmpc-dev Depends: on libmpd with build-deps.
+  * Use fix from gajim for transparency in gtktrayicon.h (Closes: #295492)
+
+ -- Decklin Foster <decklin@red-bean.com>  Tue, 03 Apr 2007 19:34:09 -0400
+
+gmpc (0.14.0-2) unstable; urgency=low
+
+  * Update configure.ac for Swedish translation.
+    - clean up autom4te.cache since this will dirty it.
+
+ -- Decklin Foster <decklin@red-bean.com>  Tue, 27 Mar 2007 23:30:43 -0400
+
+gmpc (0.14.0-1) unstable; urgency=low
+
+  * New upstream release
+    - Fixes HTML error in French translation (Closes: #397927)
+  * Include Swedish translation (Closes: #379115)
+  * Bump libmpd build-dep to >= 0.13.0.
+
+ -- Decklin Foster <decklin@red-bean.com>  Tue, 27 Mar 2007 20:56:42 -0400
+
+gmpc (0.13.0-2) unstable; urgency=low
+
+  * Adopting package.
+
+ -- Decklin Foster <decklin@red-bean.com>  Sat, 27 May 2006 20:05:46 -0400
+
+gmpc (0.13.0-1) unstable; urgency=low
+
+  * New upstream version, see /usr/share/doc/gmpc/NEWS.Debian.gz
+    Closes: #352674
+  * Add new gmpc-dev package for compiling plugins.
+  * Upgrade Standards-Version.
+
+ -- Eric Wong <eric@petta-tech.com>  Sat, 11 Mar 2006 19:55:39 -0800
+
+gmpc (0.12.0-1) unstable; urgency=low
+
+  * New upstream version.
+  * French translation works.  Closes: #312678
+  * Option to start in tray.  Closes: #319884
+  * Clicking on the tray icon removes it from the window list.
+    Closes: #295493
+  * Provides mpd-client.  Closes: #304329
+
+ -- Eric Wong <eric@petta-tech.com>  Sat,  8 Oct 2005 19:30:14 -0700
+
+gmpc (0.11.2-2) unstable; urgency=low
+
+  * removed useless NEWS.gz entry
+  * XPM icon added to menu entry
+
+ -- Eric Wong <eric@petta-tech.com>  Sat, 23 Oct 2004 14:25:10 -0700
+
+gmpc (0.11.2-1) unstable; urgency=low
+
+  * new upstream version
+
+ -- Eric Wong <eric@petta-tech.com>  Tue, 19 Oct 2004 21:58:40 -0700
+
+gmpc (0.11.1-2) unstable; urgency=low
+
+  * updated copyright file
+  * added watch file to more easily track upstream
+
+ -- Eric Wong <eric@petta-tech.com>  Wed, 25 Aug 2004 03:26:39 -0700
+
+gmpc (0.11.1-1) unstable; urgency=low
+
+  * new upstream
+  * improved manpage
+
+ -- Eric Wong <eric@petta-tech.com>  Sun, 18 Jul 2004 19:25:25 -0700
+
+gmpc (0.10.3-1) unstable; urgency=low
+
+  * new upstream
+
+ -- Eric Wong <eric@petta-tech.com>  Fri,  4 Jun 2004 10:09:07 -0700
+
+gmpc (0.10.2-3) unstable; urgency=low
+
+  * added menu
+
+ -- Eric Wong <eric@petta-tech.com>  Fri, 14 May 2004 23:29:05 -0700
+
+gmpc (0.10.2-2) unstable; urgency=low
+
+  * update debhelper dependency
+
+ -- Eric Wong <eric@petta-tech.com>  Wed, 28 Apr 2004 01:24:19 -0700
+
+gmpc (0.10.2-1) unstable; urgency=low
+
+  * new upstream
+
+ -- Eric Wong <eric@petta-tech.com>  Sun, 18 Apr 2004 23:39:45 -0700
+
+gmpc (0.10.1-1) unstable; urgency=low
+
+  * new upstream
+
+ -- Eric Wong <eric@petta-tech.com>  Thu, 25 Mar 2004 21:09:28 -0800
+
+gmpc (0.10.0-1) unstable; urgency=low
+
+  * initial Debianization
+
+ -- Eric Wong <eric@petta-tech.com>  Mon, 15 Mar 2004 00:20:37 -0800
--- gmpc-0.20.0.orig/debian/gmpc.install
+++ gmpc-0.20.0/debian/gmpc.install
@@ -0,0 +1,2 @@
+usr/bin/*
+usr/share/*
--- gmpc-0.20.0.orig/debian/gmpc-dev.install
+++ gmpc-0.20.0/debian/gmpc-dev.install
@@ -0,0 +1,3 @@
+usr/lib/pkgconfig
+usr/lib/pkgconfig/*
+usr/include/*
--- gmpc-0.20.0.orig/debian/compat
+++ gmpc-0.20.0/debian/compat
@@ -0,0 +1 @@
+7
--- gmpc-0.20.0.orig/debian/NEWS
+++ gmpc-0.20.0/debian/NEWS
@@ -0,0 +1,21 @@
+gmpc (0.13.0-1) unstable; urgency=low
+
+  * This new version of gmpc uses a new configuration file.  Your 0.12.0
+    configuration files will not be compatible with this release.
+
+  * gmpc will work with mpd 0.11.5 in Debian, but it also supports
+    features found in the as-yet unreleased mpd 0.12.0.  I've packaged
+    SVN snapshots of the in-progress mpd 0.12.0 here:
+
+        http://musicpd.org/~normalperson/debian/experimental/
+
+  * This is the first version of gmpc to support plugins.  They are
+    available at:
+
+        http://cms.qballcow.nl/index.php?page=Plugins
+
+    I do not plan on packaging any of them for Debian at this time.
+    You will need to install the new gmpc-dev to compile plugins.
+    You are more than welcome to package them for Debian yourself :)
+
+ -- Eric Wong <eric@petta-tech.com>  Sat, 11 Mar 2006 19:55:39 -0800
--- gmpc-0.20.0.orig/debian/gmpc.menu
+++ gmpc-0.20.0/debian/gmpc.menu
@@ -0,0 +1,3 @@
+?package(gmpc): needs="X11" section="Applications/Sound" title="gmpc" \
+  icon="/usr/share/pixmaps/gmpc.xpm" \
+  longtitle="GNOME Music Player Client" command="/usr/bin/gmpc" hints="Player"
--- gmpc-0.20.0.orig/debian/README.source
+++ gmpc-0.20.0/debian/README.source
@@ -0,0 +1,2 @@
+This package uses quilt.
+See /usr/share/doc/quilt/README.source                                          
--- gmpc-0.20.0.orig/debian/gmpc.xpm
+++ gmpc-0.20.0/debian/gmpc.xpm
@@ -0,0 +1,116 @@
+/* XPM */
+static char *gmpc[] = {
+/* columns rows colors chars-per-pixel */
+"32 32 78 1",
+"  c #000000",
+". c #010101",
+"X c #020202",
+"o c #030303",
+"O c #040404",
+"+ c #050505",
+"@ c #060606",
+"# c #070707",
+"$ c #080808",
+"% c #090909",
+"& c #0A0A0A",
+"* c #0B0B0B",
+"= c #0C0C0C",
+"- c #0D0D0D",
+"; c #0E0E0E",
+": c #0F0F0F",
+"> c #101010",
+", c #111111",
+"< c #121212",
+"1 c #141414",
+"2 c #151515",
+"3 c #161616",
+"4 c #181818",
+"5 c #191919",
+"6 c #1A1A1A",
+"7 c #1C1C1C",
+"8 c #1D1D1D",
+"9 c #1E1E1E",
+"0 c #1F1F1F",
+"q c #202020",
+"w c #212121",
+"e c #222222",
+"r c #242424",
+"t c #252525",
+"y c #262626",
+"u c #272727",
+"i c #282828",
+"p c #2A2A2A",
+"a c #2C2C2C",
+"s c #2D2D2D",
+"d c #2E2E2E",
+"f c #2F2F2F",
+"g c #303030",
+"h c #313131",
+"j c #333333",
+"k c #343434",
+"l c #353535",
+"z c #363636",
+"x c #373737",
+"c c #383838",
+"v c #393939",
+"b c #3A3A3A",
+"n c #3B3B3B",
+"m c #3C3C3C",
+"M c #3D3D3D",
+"N c #3E3E3E",
+"B c #3F3F3F",
+"V c #404040",
+"C c #414141",
+"Z c #424242",
+"A c #444444",
+"S c #454545",
+"D c #464646",
+"F c #474747",
+"G c #484848",
+"H c #494949",
+"J c #4A4A4A",
+"K c #4B4B4B",
+"L c #4C4C4C",
+"P c #4D4D4D",
+"I c #4E4E4E",
+"U c #4F4F4F",
+"Y c #525252",
+"T c #545454",
+"R c #555555",
+"E c #575757",
+"W c #595959",
+"Q c None",
+/* pixels */
+"QQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQ",
+"QQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQ",
+"QQQQ    Q    QQQQQQQQQQQQQQQQQQQ",
+"QQQQ   gv   vyQQQQQQQ     QQQQ  ",
+"QQQQ   GP   PxQQQQQQQ      QQQ $",
+"QQQQ   FP  @GxQQQQQQQ   @      p",
+"QQ     ZZ  @Fg QQQQQQ         ;Z",
+"QQ     ;;   ;$>2 QQQQ         $Z",
+"QQ  @   @@   @ZG QQQQ  $;     ;F",
+"QQ $v2 xPZ2 vGYZ QQQQ  9F2    2G",
+"QQQ ;@ FY> @PB$$ QQQ   yvpp229FZ",
+"QQQQ   FG   PxQQQQQQ   ayQ4BZFv;",
+"QQ     vB   Zp QQQQQ   x9QQ  @ Q",
+"QQ     @@   @ 9y QQQ   v9QQQQQQQ",
+"QQ  >@ $;>@ ;>GG@QQQ   v>QQQQQQQ",
+"QQ $x2 BRB; ZPFx QQQ  @Z;QQQQQQQ",
+"QQQQ   FP@  PxQ  QQQ  $Z$QQQQQQQ",
+"QQQQ   FG  @PxQ       ;B QQQQQQQ",
+"QQQQ   FP   Gx        2ZQQQQQQQQ",
+"QQQQ  2RP  2Wx        4vQQQQQQQQ",
+"QQQQ Q4xyQQ4x>        egQQQQQQQQ",
+"QQQQQQQQQQQQ          egQQQQQQQQ",
+"QQQQQQQQQQQQ          yaQQQQQQQQ",
+"QQQQQQQQQQQQ          BaQQQQQQQQ",
+"QQQQQQQQQQQQQ@$      eR2QQQQQQQQ",
+"QQQQQQQQQQQQQ ee$ @$aWaQQQQQQQQQ",
+"QQQQQQQQQQQQQQ$aZZFYPy QQQQQQQQQ",
+"QQQQQQQQQQQQQQQQ$4e4$QQQQQQQQQQQ",
+"QQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQ",
+"QQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQ",
+"QQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQ",
+"QQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQ"
+};
--- gmpc-0.20.0.orig/debian/rules
+++ gmpc-0.20.0/debian/rules
@@ -0,0 +1,27 @@
+#!/usr/bin/make -f
+SRC_NAME:=gmpc
+DEV_NAME:=gmpc-dev
+DEB_DH_STRIP_ARGS:=--dbg-package=$(SRC_NAME)-dbg
+
+%:
+	dh --with=quilt $@
+
+override_dh_install:
+	mkdir -p debian/tmp/usr/share/pixmaps
+	cp debian/gmpc.xpm  debian/tmp/usr/share/pixmaps
+	dh_install
+
+override_dh_installdocs:
+	dh_installdocs
+	rm -rf debian/gmpc-dev/usr/share/doc/gmpc-dev
+	ln -sf gmpc debian/gmpc-dev/usr/share/doc/gmpc-dev
+	rm -rf debian/gmpc-dbg/usr/share/doc/gmpc-dbg
+	ln -sf gmpc debian/gmpc-dbg/usr/share/doc/gmpc-dbg
+
+override_dh_strip:
+	dh_strip $(DEB_DH_STRIP_ARGS)
+
+override_dh_clean:
+	dh_clean
+	rm -f intltool-extract intltool-merge intltool-update config.log
+
