diff -Nru bleachbit-1.0/debian/changelog bleachbit-1.0/debian/changelog --- bleachbit-1.0/debian/changelog 2013-12-15 18:35:58.000000000 +0000 +++ bleachbit-1.0/debian/changelog 2014-05-12 13:08:15.000000000 +0000 @@ -1,3 +1,9 @@ +bleachbit (1.0-1backbox2) trusty; urgency=high + + * unpatched bleashbit.desktop (backbox4 porting) + + -- José Ferraris Mon, 12 May 2014 15:07:37 +0200 + bleachbit (1.0-1backbox1) precise; urgency=high * Upload for BackBox Linux diff -Nru bleachbit-1.0/debian/patches/desktop_file.patch bleachbit-1.0/debian/patches/desktop_file.patch --- bleachbit-1.0/debian/patches/desktop_file.patch 2013-11-24 16:31:23.000000000 +0000 +++ bleachbit-1.0/debian/patches/desktop_file.patch 1970-01-01 00:00:00.000000000 +0000 @@ -1,15 +0,0 @@ -Description: Adjust .desktop file to be Freedesktop compliant. -Origin: Debian -Forwarded: not-needed - -Index: bleachbit-0.7.4/bleachbit.desktop -=================================================================== ---- bleachbit-0.7.4.orig/bleachbit.desktop 2009-11-10 22:39:33.581078600 +0100 -+++ bleachbit-0.7.4/bleachbit.desktop 2009-11-10 22:42:57.329068306 +0100 -@@ -97,6 +97,5 @@ - Exec=bleachbit - Icon=bleachbit - Categories=GTK;System; --Encoding=UTF-8 - StartupNotify=true - diff -Nru bleachbit-1.0/debian/patches/gnomevfs.patch bleachbit-1.0/debian/patches/gnomevfs.patch --- bleachbit-1.0/debian/patches/gnomevfs.patch 2013-02-09 10:32:23.000000000 +0000 +++ bleachbit-1.0/debian/patches/gnomevfs.patch 2014-05-12 12:58:27.000000000 +0000 @@ -3,10 +3,8 @@ Bug-Debian: http://bugs.debian.org/605555 Forwarded: https://launchpad.net/bugs/708898 -Index: bleachbit-0.8.8/bleachbit/Unix.py -=================================================================== ---- bleachbit-0.8.8.orig/bleachbit/Unix.py 2011-01-27 23:18:08.071852091 +0100 -+++ bleachbit-0.8.8/bleachbit/Unix.py 2011-01-27 23:20:04.531129734 +0100 +--- a/bleachbit/Unix.py ++++ b/bleachbit/Unix.py @@ -36,18 +36,11 @@ import FileUtilities import General @@ -29,7 +27,7 @@ def guess_overwrite_paths(): -@@ -482,7 +482,7 @@ +@@ -482,7 +475,7 @@ print "info: is_broken_xdg_menu: missing required option 'MimeType': '%s'" % (pathname) return True mimetype = config.get('Desktop Entry', 'MimeType').strip().lower() diff -Nru bleachbit-1.0/debian/patches/series bleachbit-1.0/debian/patches/series --- bleachbit-1.0/debian/patches/series 2012-08-20 20:56:05.000000000 +0000 +++ bleachbit-1.0/debian/patches/series 2014-05-12 12:57:52.000000000 +0000 @@ -1,4 +1,3 @@ -desktop_file.patch no_update.patch local_cleaners_dir.patch gnomevfs.patch