[Python-modules-commits] r13540 - in packages/pyxdg/trunk/debian (3 files)

pl-guest at users.alioth.debian.org pl-guest at users.alioth.debian.org
Tue Jun 22 14:37:52 UTC 2010


    Date: Tuesday, June 22, 2010 @ 14:37:44
  Author: pl-guest
Revision: 13540

Fix xdg.Mime.install_mime_info() exception (fix-583497.patch) (closes: #583497).

Added:
  packages/pyxdg/trunk/debian/patches/fix-583497.patch
Modified:
  packages/pyxdg/trunk/debian/changelog
  packages/pyxdg/trunk/debian/patches/series

Modified: packages/pyxdg/trunk/debian/changelog
===================================================================
--- packages/pyxdg/trunk/debian/changelog	2010-06-22 13:16:02 UTC (rev 13539)
+++ packages/pyxdg/trunk/debian/changelog	2010-06-22 14:37:44 UTC (rev 13540)
@@ -2,8 +2,9 @@
 
   * Fix case when $XDG_*_HOME is empty (fix-BaseDirectory-cornercase.patch)
     (closes: #568757). Kudos to Éric Araujo!
+  * Fix xdg.Mime.install_mime_info() exception (fix-583497.patch) (closes: #583497).
 
- -- Piotr Lewandowski <piotr.lewandowski at gmail.com>  Mon, 08 Feb 2010 13:17:56 +0100
+ -- Piotr Lewandowski <piotr.lewandowski at gmail.com>  Tue, 22 Jun 2010 14:35:41 +0000
 
 pyxdg (0.19-1) unstable; urgency=low
 

Added: packages/pyxdg/trunk/debian/patches/fix-583497.patch
===================================================================
--- packages/pyxdg/trunk/debian/patches/fix-583497.patch	                        (rev 0)
+++ packages/pyxdg/trunk/debian/patches/fix-583497.patch	2010-06-22 14:37:44 UTC (rev 13540)
@@ -0,0 +1,13 @@
+Author: Piotr Lewandowski <piotr.lewandowski at gmail.com>
+Description: Fix exception message in xdg.Mime.install_mime_info()
+Bug-Debian: http://bugs.debian.org/583497
+Forwarded: yes
+
+--- a/xdg/Mime.py	2010-06-22 16:04:38.415681272 +0200
++++ b/xdg/Mime.py	2010-06-22 16:04:58.317996589 +0200
+@@ -471,4 +471,4 @@
+         os.unlink(new_file)
+         raise Exception("The '%s' command returned an error code!\n" \
+                   "Make sure you have the freedesktop.org shared MIME package:\n" \
+-                  "http://standards.freedesktop.org/shared-mime-info/") % command
++                  "http://standards.freedesktop.org/shared-mime-info/" % command)

Modified: packages/pyxdg/trunk/debian/patches/series
===================================================================
--- packages/pyxdg/trunk/debian/patches/series	2010-06-22 13:16:02 UTC (rev 13539)
+++ packages/pyxdg/trunk/debian/patches/series	2010-06-22 14:37:44 UTC (rev 13540)
@@ -2,3 +2,4 @@
 fix-README.patch
 add-IniFile-parse-docstring.patch
 fix-BaseDirectory-empty-vars.patch
+fix-583497.patch




More information about the Python-modules-commits mailing list