[Python-apps-commits] r7212 - in packages/bleachbit/trunk/debian (2 files)

dktrkranz at users.alioth.debian.org dktrkranz at users.alioth.debian.org
Sat Jun 18 16:13:53 UTC 2011


    Date: Saturday, June 18, 2011 @ 16:13:51
  Author: dktrkranz
Revision: 7212

gnomevfs.patch refreshed

Modified:
  packages/bleachbit/trunk/debian/changelog
  packages/bleachbit/trunk/debian/patches/gnomevfs.patch

Modified: packages/bleachbit/trunk/debian/changelog
===================================================================
--- packages/bleachbit/trunk/debian/changelog	2011-06-18 16:10:03 UTC (rev 7211)
+++ packages/bleachbit/trunk/debian/changelog	2011-06-18 16:13:51 UTC (rev 7212)
@@ -2,11 +2,13 @@
 
   * New upstream release.
     - Fix crash when changing options (LP: #715286).
+  * debian/patches/gnomevfs.patch:
+    - Refresh for new upstream release.
   * debian/control:
     - Depend on menu (Closes: #630899) (LP: #632989).
     - Bump Standards-Version to 3.9.2, no changes required.
 
- -- Luca Falavigna <dktrkranz at debian.org>  Sat, 18 Jun 2011 18:09:39 +0200
+ -- Luca Falavigna <dktrkranz at debian.org>  Sat, 18 Jun 2011 18:13:27 +0200
 
 bleachbit (0.8.7-1) unstable; urgency=low
 

Modified: packages/bleachbit/trunk/debian/patches/gnomevfs.patch
===================================================================
--- packages/bleachbit/trunk/debian/patches/gnomevfs.patch	2011-06-18 16:10:03 UTC (rev 7211)
+++ packages/bleachbit/trunk/debian/patches/gnomevfs.patch	2011-06-18 16:13:51 UTC (rev 7212)
@@ -3,24 +3,10 @@
 Bug-Debian: http://bugs.debian.org/605555
 Forwarded: https://launchpad.net/bugs/708898
 
-Index: bleachbit-0.8.7/bleachbit/GuiBasic.py
+Index: bleachbit-0.8.8/bleachbit/Unix.py
 ===================================================================
---- bleachbit-0.8.7.orig/bleachbit/GuiBasic.py	2011-01-27 23:18:08.087801573 +0100
-+++ bleachbit-0.8.7/bleachbit/GuiBasic.py	2011-01-27 23:34:16.742547642 +0100
-@@ -175,8 +175,7 @@
-             return
-     # open web browser
-     try:
--        import gnomevfs
--        gnomevfs.url_show(url)
-+        gtk.show_uri(None, url, gtk.gdk.CURRENT_TIME)
-         return
-     except:
-         import webbrowser
-Index: bleachbit-0.8.7/bleachbit/Unix.py
-===================================================================
---- bleachbit-0.8.7.orig/bleachbit/Unix.py	2011-01-27 23:18:08.071852091 +0100
-+++ bleachbit-0.8.7/bleachbit/Unix.py	2011-01-27 23:20:04.531129734 +0100
+--- 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
 @@ -36,18 +36,11 @@
  import FileUtilities
  import General




More information about the Python-apps-commits mailing list