r999 - ! dirs' list truncated !

Gonéri Le Bouder goneri-guest at costa.debian.org
Mon Jul 3 22:59:12 UTC 2006


Author: goneri-guest
Date: 2006-07-03 22:59:11 +0000 (Mon, 03 Jul 2006)
New Revision: 999

Removed:
   packages/trunk/enemylines/enemylines7/debian/patches/00list
   packages/trunk/enemylines/enemylines7/debian/patches/01_add_destdir_in_makefile.patch
   packages/trunk/enemylines/enemylines7/debian/patches/02_data_in_usr_share.patch
   packages/trunk/enemylines/enemylines7/debian/patches/03_compile_with_g++4.1.patch
Log:
new upstream release


Deleted: packages/trunk/enemylines/enemylines7/debian/patches/00list
===================================================================
--- packages/trunk/enemylines/enemylines7/debian/patches/00list	2006-07-03 22:54:44 UTC (rev 998)
+++ packages/trunk/enemylines/enemylines7/debian/patches/00list	2006-07-03 22:59:11 UTC (rev 999)
@@ -1,3 +0,0 @@
-01_add_destdir_in_makefile.patch
-02_data_in_usr_share.patch
-03_compile_with_g++4.1.patch

Deleted: packages/trunk/enemylines/enemylines7/debian/patches/01_add_destdir_in_makefile.patch
===================================================================
--- packages/trunk/enemylines/enemylines7/debian/patches/01_add_destdir_in_makefile.patch	2006-07-03 22:54:44 UTC (rev 998)
+++ packages/trunk/enemylines/enemylines7/debian/patches/01_add_destdir_in_makefile.patch	2006-07-03 22:59:11 UTC (rev 999)
@@ -1,38 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Goneri Le Bouder
-## DP: Add $(DESDIR) in the Makefile
-
- at DPATCH@
-
-
-diff -ru enemylines.orig/Makefile enemylines7-0.5/Makefile
---- enemylines.orig/Makefile	2006-03-20 16:06:47.000000000 +0100
-+++ enemylines7-0.5/Makefile	2006-03-26 20:16:13.000000000 +0200
-@@ -1,4 +1,4 @@
--
-+DESTDIR	?= /usr/local
- 
- TARGET = enemylines7
- 
-@@ -18,14 +18,11 @@
- 
- 
- clean:
--	rm *.o $(TARGET)
-+	rm -f *.o models/*.o generators/*.o tweak/*.o $(TARGET)
- 
- install: 
--	mkdir /usr/local/share/enemylines7/
--	cp enemylines7 /usr/local/bin/
--	cp data/* /usr/local/share/enemylines7/
--
--installpkg:
--	mkdir /usr/share/enemylines7/
--	cp enemylines7 /usr/bin/
--	cp data/* /usr/share/enemylines7/
-+	mkdir -p $(DESTDIR)/share/enemylines7/
-+	mkdir -p $(DESTDIR)/bin/
-+	cp enemylines7 $(DESTDIR)/bin/
-+	cp data/* $(DESTDIR)/share/enemylines7/
-+

Deleted: packages/trunk/enemylines/enemylines7/debian/patches/02_data_in_usr_share.patch
===================================================================
--- packages/trunk/enemylines/enemylines7/debian/patches/02_data_in_usr_share.patch	2006-07-03 22:54:44 UTC (rev 998)
+++ packages/trunk/enemylines/enemylines7/debian/patches/02_data_in_usr_share.patch	2006-07-03 22:59:11 UTC (rev 999)
@@ -1,31 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Goneri Le Bouder <goneri at rulezlan.org>
-## DP: by default, enemylines7 look for its data in data and /usr/local
-## DP: before /usr/share
-## DP: I prefere to turn of this to avoid error if a non Debian 
-## DP: packaged enemylines is already installed
-
- at DPATCH@
-
-
-diff -ru enemylines.orig/main.cc enemylines7-0.5/main.cc
---- enemylines.orig/main.cc	2006-03-20 16:06:47.000000000 +0100
-+++ enemylines7-0.5/main.cc	2006-03-26 20:31:08.000000000 +0200
-@@ -46,7 +46,7 @@
- 
- 	std::string path;
- 	if (dir=="") {
--		path="data/";
-+/*		path="data/";
- 		std::cout << "  Looking in " << path << std::endl;
- 		err=Audio::load(path);
- 		if (err) return path;
-@@ -59,6 +59,7 @@
- 		err=Audio::load(path);
- 		if (err) return path;
- 		std::cout << "    Not found " << std::endl;
-+		*/
- 
- 		path="/usr/share/";
- 		path+=PATHNAME;

Deleted: packages/trunk/enemylines/enemylines7/debian/patches/03_compile_with_g++4.1.patch
===================================================================
--- packages/trunk/enemylines/enemylines7/debian/patches/03_compile_with_g++4.1.patch	2006-07-03 22:54:44 UTC (rev 998)
+++ packages/trunk/enemylines/enemylines7/debian/patches/03_compile_with_g++4.1.patch	2006-07-03 22:59:11 UTC (rev 999)
@@ -1,23 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 03_compile_with_g++4.1.patch by Eddy Petrișor <eddy.petrisor at gmail.com>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: This patch allows enemylines7 to compile with g++ v4.1
-
- at DPATCH@
-
-
-diff -ru enemylines7-0.5.orig/map.h enemylines7-0.5/map.h
---- enemylines7-0.5.orig/map.h	2006-03-20 16:06:47.000000000 +0100
-+++ enemylines7-0.5/map.h	2006-04-08 12:24:20.000000000 +0200
-@@ -25,8 +25,8 @@
- 	unsigned int dz();
- 
- 
--	bool Map::inside(C3 c);
--	bool Map::inside(C3f c);
-+	bool inside(C3 c);
-+	bool inside(C3f c);
- 	
- 	e_tiletype get(C3);
- 	void set(C3,e_tiletype);




More information about the Pkg-games-commits mailing list