--- xdg-user-dirs-gtk-0.8.orig/debian/changelog
+++ xdg-user-dirs-gtk-0.8/debian/changelog
@@ -0,0 +1,37 @@
+xdg-user-dirs-gtk (0.8-1) unstable; urgency=low
+
+  * New upstream bugfix release.
+  * debian/control.in:
+    + Line-wrap control fields.
+    + Build depend on intltool.
+    + Update Standards-Version to 3.8.0, no additional changes needed.
+
+ -- Sebastian Dröge <slomo@debian.org>  Sat, 07 Mar 2009 20:53:29 +0100
+
+xdg-user-dirs-gtk (0.7-1) unstable; urgency=low
+
+  * New upstream bugfix release with many translation updates:
+    + debian/patches/01_no_desktop_bookmark.patch,
+      debian/patches/90_from_svn_handle_en_us_variants.patch:
+      - Dropped, merged upstream.
+  * debian/control.in:
+    + Update Standards-Version to 3.7.3, no additional changes needed.
+    + Move homepage to the Homepage field and fix the URL.
+  * debian/rules:
+    + Add -Wl,-z,defs to LDFLAGS and actually append.
+
+ -- Sebastian Dröge <slomo@debian.org>  Tue, 12 Feb 2008 15:02:40 +0100
+
+xdg-user-dirs-gtk (0.6-1) unstable; urgency=low
+
+  * Initial version (Closes: #413955).
+  * debian/patches/01_no_desktop_bookmark.patch:
+    + Don't bookmark the desktop directory since it's already handled
+      as a special case by the GNOME desktop applications (LP: #122602)
+      Patch taken from Ubuntu.
+  * debian/patches/90_from_svn_handle_en_us_variants.patch:
+    + patch from SVN, handle en_US variants correctly. Patch taken from
+      Ubuntu.
+
+ -- Sebastian Dröge <slomo@debian.org>  Thu,  8 Mar 2007 07:16:00 +0100
+
--- xdg-user-dirs-gtk-0.8.orig/debian/watch
+++ xdg-user-dirs-gtk-0.8/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://ftp.gnome.org/pub/gnome/sources/xdg-user-dirs-gtk/([\d\.]+)/xdg-user-dirs-gtk-([\d\.]+)\.tar\.gz debian uupdate
--- xdg-user-dirs-gtk-0.8.orig/debian/control.in
+++ xdg-user-dirs-gtk-0.8/debian/control.in
@@ -0,0 +1,28 @@
+Source: xdg-user-dirs-gtk
+Section: utils
+Priority: optional
+Maintainer: Sebastian Dröge <slomo@debian.org>
+Uploaders: @GNOME_TEAM@
+Build-Depends: cdbs,
+               debhelper (>= 5),
+               gnome-pkg-tools,
+               libgtk2.0-dev,
+               xdg-user-dirs,
+               intltool,
+               autotools-dev
+Standards-Version: 3.8.0
+Homepage: http://www.freedesktop.org/wiki/Software/xdg-user-dirs
+
+Package: xdg-user-dirs-gtk
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         xdg-user-dirs
+Description: tool to manage well known user directories (Gtk extension)
+ xdg-user-dirs is a tool to help manage "well known" user directories
+ like the desktop folder and the music folder. It also handles
+ localization (i.e. translation) of the filenames. 
+ . 
+ This extension sets the Gtk bookmark file and tracks changes of the locale
+ to notify the user on login about changed directory names.
+
--- xdg-user-dirs-gtk-0.8.orig/debian/copyright
+++ xdg-user-dirs-gtk-0.8/debian/copyright
@@ -0,0 +1,45 @@
+This package was debianized by Sebastian Dröge <slomo@debian.org> on
+Thu,  8 Mar 2007 07:16:00 +0100.
+
+It was downloaded from:
+  http://www.freedesktop.org/wiki/Software_2fxdg_2duser_2ddirs
+
+Upstream Author:
+  Alexander Larsson <alexl@redhat.com>
+
+Copyright:
+  
+  For everything not listed below:
+  Copyright (C) 2007 Red Hat, Inc
+
+  For po/fr.po,
+      po/ca.po,
+      po/pt_BR.po,
+      po/it.po,
+      po/sv.po,
+      po/hu.po,
+      po/ja.po:
+  Copyright (C) 2007 Free Software Foundation, Inc.
+
+  For po/fi.po:
+  Copyright (C) 2007 Timo Jyrinki
+
+License:
+
+ 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; either version 2 of the
+ License, or (at your option) any later version.
+ 
+ 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 program; 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'.
+
--- xdg-user-dirs-gtk-0.8.orig/debian/control
+++ xdg-user-dirs-gtk-0.8/debian/control
@@ -0,0 +1,28 @@
+Source: xdg-user-dirs-gtk
+Section: utils
+Priority: optional
+Maintainer: Sebastian Dröge <slomo@debian.org>
+Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
+Build-Depends: cdbs,
+               debhelper (>= 5),
+               gnome-pkg-tools,
+               libgtk2.0-dev,
+               xdg-user-dirs,
+               intltool,
+               autotools-dev
+Standards-Version: 3.8.0
+Homepage: http://www.freedesktop.org/wiki/Software/xdg-user-dirs
+
+Package: xdg-user-dirs-gtk
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         xdg-user-dirs
+Description: tool to manage well known user directories (Gtk extension)
+ xdg-user-dirs is a tool to help manage "well known" user directories
+ like the desktop folder and the music folder. It also handles
+ localization (i.e. translation) of the filenames. 
+ . 
+ This extension sets the Gtk bookmark file and tracks changes of the locale
+ to notify the user on login about changed directory names.
+
--- xdg-user-dirs-gtk-0.8.orig/debian/rules
+++ xdg-user-dirs-gtk-0.8/debian/rules
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
+include /usr/share/cdbs/1/class/gnome.mk
+include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
+-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
+
+LDFLAGS+=-Wl,-z,defs -Wl,-O1 -Wl,--as-needed
+
--- xdg-user-dirs-gtk-0.8.orig/debian/compat
+++ xdg-user-dirs-gtk-0.8/debian/compat
@@ -0,0 +1 @@
+5
