[Python-modules-commits] r9183 - in packages/python-uniconvertor/trunk/debian/patches (3 files)

awen-guest at users.alioth.debian.org awen-guest at users.alioth.debian.org
Mon Jul 27 23:27:40 UTC 2009


    Date: Monday, July 27, 2009 @ 23:27:39
  Author: awen-guest
Revision: 9183

Add short descriptions to patches.

Modified:
  packages/python-uniconvertor/trunk/debian/patches/01_rename_uniconv.patch
  packages/python-uniconvertor/trunk/debian/patches/02_fake_fallback_font.patch
  packages/python-uniconvertor/trunk/debian/patches/03_fontwarning.patch

Modified: packages/python-uniconvertor/trunk/debian/patches/01_rename_uniconv.patch
===================================================================
--- packages/python-uniconvertor/trunk/debian/patches/01_rename_uniconv.patch	2009-07-27 23:13:33 UTC (rev 9182)
+++ packages/python-uniconvertor/trunk/debian/patches/01_rename_uniconv.patch	2009-07-27 23:27:39 UTC (rev 9183)
@@ -1,3 +1,5 @@
+# The main binary is renamed to uniconvertor. Patching the help text.
+
 Index: b/src/__init__.py
 ===================================================================
 --- a/src/__init__.py	2009-07-27 16:33:53.000000000 +0200

Modified: packages/python-uniconvertor/trunk/debian/patches/02_fake_fallback_font.patch
===================================================================
--- packages/python-uniconvertor/trunk/debian/patches/02_fake_fallback_font.patch	2009-07-27 23:13:33 UTC (rev 9182)
+++ packages/python-uniconvertor/trunk/debian/patches/02_fake_fallback_font.patch	2009-07-27 23:27:39 UTC (rev 9183)
@@ -1,3 +1,7 @@
+# Initialize a fake font so conversion of path-based fonts will work when
+# a font description exists. Thanks to Xavi Drudis Ferran.
+# http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=504223#32
+
 Index: b/src/app/Graphics/font.py
 ===================================================================
 --- a/src/app/Graphics/font.py	2009-07-27 16:33:52.000000000 +0200

Modified: packages/python-uniconvertor/trunk/debian/patches/03_fontwarning.patch
===================================================================
--- packages/python-uniconvertor/trunk/debian/patches/03_fontwarning.patch	2009-07-27 23:13:33 UTC (rev 9182)
+++ packages/python-uniconvertor/trunk/debian/patches/03_fontwarning.patch	2009-07-27 23:27:39 UTC (rev 9183)
@@ -1,3 +1,5 @@
+# Adds a warning about missing font support, see README.Debian
+
 Index: b/src/app/Graphics/font.py
 ===================================================================
 --- a/src/app/Graphics/font.py	2009-07-28 00:50:37.000000000 +0200




More information about the Python-modules-commits mailing list