[Python-apps-commits] r4587 - in packages/bleachbit/trunk/debian (3 files)

dktrkranz at users.alioth.debian.org dktrkranz at users.alioth.debian.org
Sun Jan 24 20:20:57 UTC 2010


    Date: Sunday, January 24, 2010 @ 20:20:56
  Author: dktrkranz
Revision: 4587

Point local_cleaners_dir to personal_cleaners_dir (Closes: #565359)

Added:
  packages/bleachbit/trunk/debian/patches/local_cleaners_dir.patch
Modified:
  packages/bleachbit/trunk/debian/changelog
  packages/bleachbit/trunk/debian/patches/series

Modified: packages/bleachbit/trunk/debian/changelog
===================================================================
--- packages/bleachbit/trunk/debian/changelog	2010-01-24 16:57:36 UTC (rev 4586)
+++ packages/bleachbit/trunk/debian/changelog	2010-01-24 20:20:56 UTC (rev 4587)
@@ -1,3 +1,12 @@
+bleachbit (0.7.2-2) UNRELEASED; urgency=low
+
+  * debian/patches/local_cleaners_dir.patch:
+    - Point local_cleaners_dir to personal_cleaners_dir. The former is
+      not useful when BleachBit is installed system-wide, this way users
+      are not bothered for new cleaners each time (Closes: #565359).
+
+ -- Luca Falavigna <dktrkranz at debian.org>  Sun, 24 Jan 2010 21:17:53 +0100
+
 bleachbit (0.7.2-1) unstable; urgency=low
 
   * New upstream release.

Added: packages/bleachbit/trunk/debian/patches/local_cleaners_dir.patch
===================================================================
--- packages/bleachbit/trunk/debian/patches/local_cleaners_dir.patch	                        (rev 0)
+++ packages/bleachbit/trunk/debian/patches/local_cleaners_dir.patch	2010-01-24 20:20:56 UTC (rev 4587)
@@ -0,0 +1,18 @@
+Description: Point local_cleaners_dir to personal_cleaners_dir
+Origin: Debian
+Bug-Debian: http://bugs.debian.org/565359
+Forwarded: not-needed
+
+Index: bleachbit-0.7.2/bleachbit/Common.py
+===================================================================
+--- bleachbit-0.7.2.orig/bleachbit/Common.py	2010-01-24 21:09:13.798194540 +0100
++++ bleachbit-0.7.2/bleachbit/Common.py	2010-01-24 21:09:09.158190122 +0100
+@@ -95,7 +95,7 @@
+     system_cleaners_dir = '/usr/pkg/share/bleachbit/cleaners'
+ 
+ # local cleaners directory (for running from source tree)
+-local_cleaners_dir =  os.path.normpath(os.path.join(bleachbit_exe_path, '../cleaners'))
++local_cleaners_dir =  os.path.normpath(personal_cleaners_dir)
+ 
+ # application icon
+ __icons = ( '/usr/share/pixmaps/bleachbit.png', # Linux

Modified: packages/bleachbit/trunk/debian/patches/series
===================================================================
--- packages/bleachbit/trunk/debian/patches/series	2010-01-24 16:57:36 UTC (rev 4586)
+++ packages/bleachbit/trunk/debian/patches/series	2010-01-24 20:20:56 UTC (rev 4587)
@@ -1,2 +1,3 @@
 desktop_file.patch
 no_update.patch
+local_cleaners_dir.patch




More information about the Python-apps-commits mailing list