r14232 - packages/trunk/oneisenough/debian/patches

Paul Wise pabs at alioth.debian.org
Fri Jun 7 04:30:51 UTC 2013


Author: pabs
Date: 2013-06-07 04:30:48 +0000 (Fri, 07 Jun 2013)
New Revision: 14232

Modified:
   packages/trunk/oneisenough/debian/patches/font_path.patch
Log:
Add DEP-3 patch header and cleanup the patch

Modified: packages/trunk/oneisenough/debian/patches/font_path.patch
===================================================================
--- packages/trunk/oneisenough/debian/patches/font_path.patch	2013-06-07 04:27:48 UTC (rev 14231)
+++ packages/trunk/oneisenough/debian/patches/font_path.patch	2013-06-07 04:30:48 UTC (rev 14232)
@@ -1,8 +1,9 @@
-Use TTF fonts provided by Debian instead of the ones distributed by upstream.
-Index: oneisenough-0.40/bin/game.py
-===================================================================
---- oneisenough-0.40.orig/bin/game.py	2009-03-19 10:15:00.000000000 -0400
-+++ oneisenough-0.40/bin/game.py	2009-03-19 10:15:20.000000000 -0400
+Author: Richard Hartmann <richih.mailinglist at gmail.com>
+Description: Use TTF fonts provided by Debian instead of the ones distributed by upstream.
+Forwarded: not-needed
+Last-Update: 2009-03-19
+--- a/bin/game.py
++++ b/bin/game.py
 @@ -14,7 +14,7 @@
  from camp import Camp
  
@@ -12,17 +13,8 @@
  
  dismiss_delay = 0
  
-@@ -235,4 +235,4 @@
- 
-   print "Idle time: " + str(idletime) + "s, time spent processing: " + str(comptime) + "s"
-   print "Average processor time taken: " + str(comptime/(idletime+comptime)*100) + "%"
--  return score
-\ No newline at end of file
-+  return score
-Index: oneisenough-0.40/bin/mainmenu.py
-===================================================================
---- oneisenough-0.40.orig/bin/mainmenu.py	2009-03-19 10:15:31.000000000 -0400
-+++ oneisenough-0.40/bin/mainmenu.py	2009-03-19 10:16:18.000000000 -0400
+--- a/bin/mainmenu.py
++++ b/bin/mainmenu.py
 @@ -8,7 +8,7 @@
  from locals import *
  import game
@@ -32,10 +24,3 @@
  
  def render_score(screen, score):
    image = smallfont.render(str(score), 1, (0,0,0))
-@@ -51,4 +51,4 @@
-       clock.tick(FPS)
- 
- if __name__ == '__main__':
--  run()
-\ No newline at end of file
-+  run()




More information about the Pkg-games-commits mailing list