[SCM] Debian package of greed branch, master, updated. fdca1ebfc90d4e5a56cd726352b3f51093677e2a

Josue Abarca jmaslibre at debian.org.gt
Tue Jun 15 06:10:53 UTC 2010


The following commit has been merged in the master branch:
commit 53ca6d15e4b134c06263ca1309668c0dc5971d63
Author: Josue Abarca <jmaslibre at debian.org.gt>
Date:   Mon Jun 14 23:50:31 2010 -0600

    * Makefile.diff patch updated

diff --git a/debian/changelog b/debian/changelog
index f5dc5ad..8e23a78 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ greed (3.6-1) UNRELEASED; urgency=low
   * debian/docs READ.ME is now README.
   * debian/watch The regex is now more specific.
   * debian/copyright Use DEP-5 specification.
+  * Makefile.diff patch updated.
 
  -- Josue Abarca <jmaslibre at debian.org.gt>  Mon, 14 Jun 2010 22:36:15 -0600
 
diff --git a/debian/patches/Makefile.diff b/debian/patches/Makefile.diff
index fc0f575..d8085bd 100644
--- a/debian/patches/Makefile.diff
+++ b/debian/patches/Makefile.diff
@@ -6,11 +6,11 @@ Description: This patch changes the place
 Forwarded: Yes
 Author: Pierre Machard <pmachard at debian.org>, Josué Abarca <jmaslibre at debian.org.gt>
 Bug-Debian: http://bugs.debian.org/437088
-Last-Update: 2010-04-16
+Last-Update: 2010-06-14
 
 --- a/Makefile
 +++ b/Makefile
-@@ -13,14 +13,14 @@
+@@ -11,14 +11,14 @@
  
  # Prepend "c:" (or whatever drive you use) to the following paths for MSDOS
  # Location of high score file
@@ -29,7 +29,15 @@ Last-Update: 2010-04-16
  
  # Flags for use with stock curses
  # CFLAGS = -O -s
-@@ -39,10 +39,10 @@
+@@ -30,17 +30,17 @@
+ #TERMLIB = scurses.lib
+ 
+ greed: greed.c
+-	cc -DSCOREFILE=\"$(SFILE)\" -D$(SYSDEF) -DRELEASE=\"$(VERS)\" -o greed greed.c $(CFLAGS) $(TERMLIB)
++	CC -DSCOREFILE=\"$(SFILE)\" -D$(SYSDEF) -DRELEASE=\"$(VERS)\" -o greed greed.c $(CFLAGS) $(TERMLIB)
+ 
+ greed.6: greed.xml
+ 	xmlto man greed.xml
  
  install: greed.6 uninstall
  	cp greed $(BIN)

-- 
Debian package of greed



More information about the Pkg-games-commits mailing list