[Python-apps-commits] r6385 - in packages/pyspread/trunk/debian/patches (1 file)

anoteng-guest at users.alioth.debian.org anoteng-guest at users.alioth.debian.org
Sun Dec 12 07:41:52 UTC 2010


    Date: Sunday, December 12, 2010 @ 07:41:45
  Author: anoteng-guest
Revision: 6385

Patch the about dialog

Added:
  packages/pyspread/trunk/debian/patches/about_dialog_license.patch

Added: packages/pyspread/trunk/debian/patches/about_dialog_license.patch
===================================================================
--- packages/pyspread/trunk/debian/patches/about_dialog_license.patch	                        (rev 0)
+++ packages/pyspread/trunk/debian/patches/about_dialog_license.patch	2010-12-12 07:41:45 UTC (rev 6385)
@@ -0,0 +1,13 @@
+Index: pyspread-0.1.2/_pyspread/_dialogs.py
+===================================================================
+--- pyspread-0.1.2.orig/_pyspread/_dialogs.py	2010-12-12 08:35:54.848435002 +0100
++++ pyspread-0.1.2/_pyspread/_dialogs.py	2010-12-12 08:36:49.448435001 +0100
+@@ -976,7 +976,7 @@
+         info.Developers = ["Martin Manns"]
+         info.DocWriters = ["Martin Manns", "Bosko Markovic"]
+         
+-        license_file = open(parent.module_path + "/COPYING", "r")
++        license_file = open("/usr/share/common-licenses/GPL", "r")
+         license_text = license_file.read()
+         license_file.close()
+         




More information about the Python-apps-commits mailing list