[Python-apps-commits] r7637 - in packages/openteacher/trunk/debian/patches (2 files)

cjsmo-guest at users.alioth.debian.org cjsmo-guest at users.alioth.debian.org
Mon Oct 10 21:20:49 UTC 2011


    Date: Monday, October 10, 2011 @ 21:20:48
  Author: cjsmo-guest
Revision: 7637

added 03_setup_py_typo_fix.patch

Added:
  packages/openteacher/trunk/debian/patches/03_setup_py_typo_fix.patch
Modified:
  packages/openteacher/trunk/debian/patches/series

Added: packages/openteacher/trunk/debian/patches/03_setup_py_typo_fix.patch
===================================================================
--- packages/openteacher/trunk/debian/patches/03_setup_py_typo_fix.patch	                        (rev 0)
+++ packages/openteacher/trunk/debian/patches/03_setup_py_typo_fix.patch	2011-10-10 21:20:48 UTC (rev 7637)
@@ -0,0 +1,25 @@
+Description: Correct version number typo
+Author: Charlie Smotherman <cjsmo at cableone.net>
+
+Index: openteacher-2.2/setup.py
+===================================================================
+--- openteacher-2.2.orig/setup.py	2011-10-10 16:11:21.012307878 -0500
++++ openteacher-2.2/setup.py	2011-10-10 16:12:20.932307867 -0500
+@@ -22,7 +22,7 @@
+ 
+ def main():
+     setup(
+-        version = "2.0",
++        version = "2.2",
+         name = "openteacher", # lower case name needed
+         description = "Learn words in a foreign language.",
+         author = "OpenTeacher Maintainers",
+@@ -42,7 +42,7 @@
+ 
+ Enter a list of words in both a known and a foreign language, and OpenTeacher tests you.
+ 
+-OpenTeacher 2.0 has the following features:
++OpenTeacher 2.2 has the following features:
+ * Smart question asking
+ * Think answer, shuffle answer and repeat answer input modes
+ * Easy symbol and Greek input

Modified: packages/openteacher/trunk/debian/patches/series
===================================================================
--- packages/openteacher/trunk/debian/patches/series	2011-10-10 21:06:07 UTC (rev 7636)
+++ packages/openteacher/trunk/debian/patches/series	2011-10-10 21:20:48 UTC (rev 7637)
@@ -1,2 +1,3 @@
+03_setup_py_typo_fix.patch
 02_compile_all_fix.patch
 01_desktop_typo_fix.patch




More information about the Python-apps-commits mailing list