[Pkg-cli-apps-commits] r5322 - in /packages/gbrainy/trunk/debian: changelog patches/10-two-sixes-correct-answer.patch

laney-guest at users.alioth.debian.org laney-guest at users.alioth.debian.org
Thu Mar 4 15:04:52 UTC 2010


Author: laney-guest
Date: Thu Mar  4 15:04:44 2010
New Revision: 5322

URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=5322
Log:
debian/patches/10-two-sixes-correct-answer.patch: Fix the answer to the
"two sixes" question.

Probability is hard, let's go shopping!

Added:
    packages/gbrainy/trunk/debian/patches/10-two-sixes-correct-answer.patch
Modified:
    packages/gbrainy/trunk/debian/changelog

Modified: packages/gbrainy/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/gbrainy/trunk/debian/changelog?rev=5322&op=diff
==============================================================================
--- packages/gbrainy/trunk/debian/changelog (original)
+++ packages/gbrainy/trunk/debian/changelog Thu Mar  4 15:04:44 2010
@@ -13,6 +13,8 @@
     + Standards-Version to 3.8.4, no changes required
   * debian/rules: Don't ship the pcfile yet, as we aren't handling the
     libraries. 
+  * debian/patches/10-two-sixes-correct-answer.patch: Fix the answer to the
+    "two sixes" question. 
 
  -- Iain Lane <laney at ubuntu.com>  Thu, 04 Mar 2010 11:27:32 +0000
 

Added: packages/gbrainy/trunk/debian/patches/10-two-sixes-correct-answer.patch
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/gbrainy/trunk/debian/patches/10-two-sixes-correct-answer.patch?rev=5322&op=file
==============================================================================
--- packages/gbrainy/trunk/debian/patches/10-two-sixes-correct-answer.patch (added)
+++ packages/gbrainy/trunk/debian/patches/10-two-sixes-correct-answer.patch Thu Mar  4 15:04:44 2010
@@ -1,0 +1,17 @@
+Description: Correct answer to "two sixes" dice problem
+Author: Iain Lane <laney at ubuntu.com>
+Forwarded: https://bugzilla.gnome.org/show_bug.cgi?id=611802
+Last-Update: 2010-03-04
+
+diff -Nur -x '*.orig' -x '*~' gbrainy-1.40/src/Games/Logic/PuzzleDice.cs gbrainy-1.40.new/src/Games/Logic/PuzzleDice.cs
+--- gbrainy-1.40/src/Games/Logic/PuzzleDice.cs	2010-02-06 12:34:18.000000000 +0000
++++ gbrainy-1.40.new/src/Games/Logic/PuzzleDice.cs	2010-03-04 14:08:35.458164788 +0000
+@@ -62,7 +62,7 @@
+ 				Catalog.GetString ("There are 9 of 36 possibilities of getting an even number."), false),
+ 
+ 			new Problem (Catalog.GetString ("Two fair 6 sided dices are thrown simultaneously. What is the probability of getting two '6'? Answer using a fraction (e.g.: 1/2)."),
+-				"6/36",
++				"1/36",
+ 				Catalog.GetString ("There are 1 of 6 possibilities of getting a '6' on the first die and the same for the second die."), false),
+ 		};
+ 




More information about the Pkg-cli-apps-commits mailing list