~ubuntu-branches/ubuntu/quantal/gnurobbo/quantal

« back to all changes in this revision

Viewing changes to debian/patches/do-not-dump-vmusage.diff

  • Committer: Bazaar Package Importer
  • Author(s): Ansgar Burchardt, Ansgar Burchardt, Gonéri Le Bouder
  • Date: 2009-03-14 23:10:50 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090314231050-70zcgdcmp7177pql
Tags: 0.61-1
[ Ansgar Burchardt ]
* New Upstream Version (LP: #337089)
* Do not dump vm usage information
  + New patch: do-not-dump-vmusage.diff
* Update packaging for debhelper 7
* Update copyright information
* Update Vcs-* fields for the Git repository
* Bump Standards Version to 3.8.0
  + add debian/README.source
* Add watch file

[ Gonéri Le Bouder ]
* Do not install the LICENSE-font files 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Subject: Do not dump vmusage
 
2
From: Ansgar Burchardt <ansgar@43-1.org>
 
3
Date: Sat, 07 Mar 2009 02:39:18 +0100
 
4
 
 
5
Do not write vm usage information to vmusage.txt.
 
6
 
 
7
--- gnurobbo.orig/game.c
 
8
+++ gnurobbo/game.c
 
9
@@ -31,7 +31,7 @@
 
10
 #define DEBUG_MAIN
 
11
 #define DEBUG_DEMO_MODE
 
12
 */
 
13
-#define DEBUG_DUMP_VM_USAGE
 
14
+/* #define DEBUG_DUMP_VM_USAGE */
 
15
 
 
16
 #define MESSAGE_BOX_GETKEY_ID "getkey"
 
17
 #define MESSAGE_BOX_GETKEY_ERROR_ID "getkeyerror"