diff -u xdg-user-dirs-0.10/debian/changelog xdg-user-dirs-0.10/debian/changelog --- xdg-user-dirs-0.10/debian/changelog +++ xdg-user-dirs-0.10/debian/changelog @@ -1,3 +1,14 @@ +xdg-user-dirs (0.10-1ubuntu3) karmic; urgency=low + + * debian/patches/10_update_default_list.patch: + - removed + debian/patches/11_download_desktop_compatibility.patch: + - removed + Solving (LP: #204567) by using ~/Downloads as + Downloads directory (like all other major distros) + + -- Andrew Higginson Tue, 11 Aug 2009 20:07:44 +0100 + xdg-user-dirs (0.10-1ubuntu2) intrepid; urgency=low * debian/patches/90_rosetta_translations_update.patch: reverted: --- xdg-user-dirs-0.10/debian/patches/10_update_default_list.patch +++ xdg-user-dirs-0.10.orig/debian/patches/10_update_default_list.patch @@ -1,12 +0,0 @@ -diff -Nur xdg-user-dirs-0.8/user-dirs.defaults xdg-user-dirs-0.8.new/user-dirs.defaults ---- xdg-user-dirs-0.8/user-dirs.defaults 2007-02-26 16:51:16.000000000 +0100 -+++ xdg-user-dirs-0.8.new/user-dirs.defaults 2007-06-22 12:06:34.000000000 +0200 -@@ -3,7 +3,7 @@ - # The values are relative pathnames from the home directory and - # will be translated on a per-path-element basis into the users locale - DESKTOP=Desktop --DOWNLOAD=Download -+DOWNLOAD=Desktop - TEMPLATES=Templates - PUBLICSHARE=Public - DOCUMENTS=Documents reverted: --- xdg-user-dirs-0.10/debian/patches/11_download_desktop_compatibility.patch +++ xdg-user-dirs-0.10.orig/debian/patches/11_download_desktop_compatibility.patch @@ -1,11 +0,0 @@ -diff -Nur xdg-user-dirs-0.9/xdg-user-dirs-update.c xdg-user-dirs-0.9.new/xdg-user-dirs-update.c ---- xdg-user-dirs-0.9/xdg-user-dirs-update.c 2007-08-20 10:00:59.000000000 +0200 -+++ xdg-user-dirs-0.9.new/xdg-user-dirs-update.c 2007-10-10 19:15:59.000000000 +0200 -@@ -23,6 +23,7 @@ - - Directory backwards_compat_dirs[] = { - { "DESKTOP", "Desktop" }, -+ { "DOWNLOAD", "Desktop" }, - { "TEMPLATES", "Templates" }, - { "PUBLICSHARE", "Public" }, - { NULL}