[Python-apps-commits] r3118 - in packages/bleachbit/trunk/debian (3 files)
dktrkranz-guest at users.alioth.debian.org
dktrkranz-guest at users.alioth.debian.org
Sat Jun 13 17:14:40 UTC 2009
Date: Saturday, June 13, 2009 @ 17:14:38
Author: dktrkranz-guest
Revision: 3118
Remove debian/patches/suppress_locales_warnings, fixed upstream
Modified:
packages/bleachbit/trunk/debian/changelog
packages/bleachbit/trunk/debian/patches/series
Deleted:
packages/bleachbit/trunk/debian/patches/suppress_locales_warnings
Modified: packages/bleachbit/trunk/debian/changelog
===================================================================
--- packages/bleachbit/trunk/debian/changelog 2009-06-13 17:12:58 UTC (rev 3117)
+++ packages/bleachbit/trunk/debian/changelog 2009-06-13 17:14:38 UTC (rev 3118)
@@ -4,8 +4,10 @@
* Refresh patches for new upstream release:
- debian/patches/desktop_file
- debian/patches/no_update
+ * debian/patches/suppress_locales_warnings:
+ - Removed, fixed upstream.
- -- Luca Falavigna <dktrkranz at ubuntu.com> Sat, 13 Jun 2009 19:14:40 +0200
+ -- Luca Falavigna <dktrkranz at ubuntu.com> Sat, 13 Jun 2009 19:16:22 +0200
bleachbit (0.4.2-1) unstable; urgency=low
Modified: packages/bleachbit/trunk/debian/patches/series
===================================================================
--- packages/bleachbit/trunk/debian/patches/series 2009-06-13 17:12:58 UTC (rev 3117)
+++ packages/bleachbit/trunk/debian/patches/series 2009-06-13 17:14:38 UTC (rev 3118)
@@ -1,3 +1,2 @@
desktop_file
no_update
-suppress_locales_warnings
Deleted: packages/bleachbit/trunk/debian/patches/suppress_locales_warnings
===================================================================
--- packages/bleachbit/trunk/debian/patches/suppress_locales_warnings 2009-06-13 17:12:58 UTC (rev 3117)
+++ packages/bleachbit/trunk/debian/patches/suppress_locales_warnings 2009-06-13 17:14:38 UTC (rev 3118)
@@ -1,25 +0,0 @@
-Suppress locale files warning messages when they are not locale files.
-http://bugs.debian.org/521240
-
-Index: bleachbit-0.4.0/bleachbit/Unix.py
-===================================================================
---- bleachbit-0.4.0.orig/bleachbit/Unix.py 2009-04-06 11:54:45.000000000 +0200
-+++ bleachbit-0.4.0/bleachbit/Unix.py 2009-04-06 11:56:03.000000000 +0200
-@@ -172,7 +172,7 @@
- try:
- lang = locale_to_language(locale)
- except:
-- print "Warning: invalid path '%s' where expecting a locale" % locale
-+# print "Warning: invalid path '%s' where expecting a locale" % locale
- continue
- if not lang in self.__languages:
- self.__languages.append(lang)
-@@ -207,7 +207,7 @@
- try:
- language_code = locale_to_language(path)
- except:
-- print "Warning: invalid path '%s' where expecting a locale" % path
-+# print "Warning: invalid path '%s' where expecting a locale" % path
- continue
- if None != language_filter and language_filter(locale_code, language_code):
- continue
More information about the Python-apps-commits
mailing list