r2687 - in vdr/vdr-plugin-games/trunk/debian: . patches
Tobias Grimm
tiber-guest at costa.debian.org
Tue May 2 20:40:45 UTC 2006
Author: tiber-guest
Date: 2006-05-02 20:40:45 +0000 (Tue, 02 May 2006)
New Revision: 2687
Removed:
vdr/vdr-plugin-games/trunk/debian/patches/90_APIVERSION.dpatch
Modified:
vdr/vdr-plugin-games/trunk/debian/changelog
vdr/vdr-plugin-games/trunk/debian/patches/00list
vdr/vdr-plugin-games/trunk/debian/patches/02_Makefile-nosilent.dpatch
Log:
* New upstream release
- Removed 90_APIVERSION.dpatch
- Updated 02_Makefile-nosilent.dpatch
Modified: vdr/vdr-plugin-games/trunk/debian/changelog
===================================================================
--- vdr/vdr-plugin-games/trunk/debian/changelog 2006-05-02 20:30:57 UTC (rev 2686)
+++ vdr/vdr-plugin-games/trunk/debian/changelog 2006-05-02 20:40:45 UTC (rev 2687)
@@ -1,3 +1,13 @@
+vdr-plugin-games (0.6.3-1) UNRELEASED; urgency=low
+
+ * (NOT RELEASED YET)
+ * New upstream release
+ * Tobias Grimm <tg at e-tobi.net>
+ - Removed 90_APIVERSION.dpatch
+ - Updated 02_Makefile-nosilent.dpatch
+
+ -- Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org> Tue, 2 May 2006 22:30:45 +0200
+
vdr-plugin-games (0.6.2-18) unstable; urgency=low
* Thomas Schmidt <tschmidt at debian.org>
Modified: vdr/vdr-plugin-games/trunk/debian/patches/00list
===================================================================
--- vdr/vdr-plugin-games/trunk/debian/patches/00list 2006-05-02 20:30:57 UTC (rev 2686)
+++ vdr/vdr-plugin-games/trunk/debian/patches/00list 2006-05-02 20:40:45 UTC (rev 2687)
@@ -1,4 +1,2 @@
01_Makefile-fPIC-fix
02_Makefile-nosilent
-
-90_APIVERSION.dpatch
Modified: vdr/vdr-plugin-games/trunk/debian/patches/02_Makefile-nosilent.dpatch
===================================================================
--- vdr/vdr-plugin-games/trunk/debian/patches/02_Makefile-nosilent.dpatch 2006-05-02 20:30:57 UTC (rev 2686)
+++ vdr/vdr-plugin-games/trunk/debian/patches/02_Makefile-nosilent.dpatch 2006-05-02 20:40:45 UTC (rev 2687)
@@ -6,10 +6,10 @@
## DP: Removes output-suppresions from the Makefiles
@DPATCH@
-diff -urNad /home/chelli/vdr/cvs-buildpackage/vdr-plugin-games/vdr-plugin-games-0.6.1/Makefile vdr-plugin-games-0.6.1/Makefile
---- /home/chelli/vdr/cvs-buildpackage/vdr-plugin-games/vdr-plugin-games-0.6.1/Makefile 2004-08-19 17:19:17.000000000 +0200
-+++ vdr-plugin-games-0.6.1/Makefile 2004-08-19 17:19:18.000000000 +0200
-@@ -49,18 +49,18 @@
+diff -urNad vdr-plugin-games-0.6.3~/Makefile vdr-plugin-games-0.6.3/Makefile
+--- vdr-plugin-games-0.6.3~/Makefile 2006-04-30 10:55:23.000000000 +0200
++++ vdr-plugin-games-0.6.3/Makefile 2006-05-02 22:38:26.000000000 +0200
+@@ -57,18 +57,18 @@
all:
@echo
@echo -n "Building $(TARGET) "
@@ -24,7 +24,7 @@
libvdr-games.so: $(OBJS)
- @g++ $(OBJS) $(LFLAGS) $(ARCHIVES) -o $@
+ g++ $(OBJS) $(LFLAGS) $(ARCHIVES) -o $@
- @cp $@ $(LIBDIR)/$@.$(VDRVER)
+ @cp $@ $(LIBDIR)/$@.$(APIVERSION)
sdl-games: $(OBJS)
- @g++ $(OBJS) $(LFLAGS) $(ARCHIVES) -o $@
@@ -32,7 +32,7 @@
install: all
@cp $(LIBDIR)/libvdr-games.so.$(VDRVER) /mnt/vdr/lib/plugins/
-@@ -78,11 +78,11 @@
+@@ -86,11 +86,11 @@
clean:
@echo
@echo -n "Cleaning source tree "
@@ -46,45 +46,45 @@
@echo -n "."
- @$(COMPILE.cpp) $(DEFINES) $(CFLAGS) -c $< $(OUTPUT_OPTION)
+ $(COMPILE.cpp) $(DEFINES) $(CFLAGS) -c $< $(OUTPUT_OPTION)
-diff -urNad /home/chelli/vdr/cvs-buildpackage/vdr-plugin-games/vdr-plugin-games-0.6.1/minesweeper/Makefile vdr-plugin-games-0.6.1/minesweeper/Makefile
---- /home/chelli/vdr/cvs-buildpackage/vdr-plugin-games/vdr-plugin-games-0.6.1/minesweeper/Makefile 2004-08-19 17:19:18.000000000 +0200
-+++ vdr-plugin-games-0.6.1/minesweeper/Makefile 2004-08-19 17:19:42.000000000 +0200
+diff -urNad vdr-plugin-games-0.6.3~/minesweeper/Makefile vdr-plugin-games-0.6.3/minesweeper/Makefile
+--- vdr-plugin-games-0.6.3~/minesweeper/Makefile 2006-05-02 22:36:12.000000000 +0200
++++ vdr-plugin-games-0.6.3/minesweeper/Makefile 2006-05-02 22:36:12.000000000 +0200
@@ -11,4 +11,4 @@
.cpp.o:
@echo -n "."
- @g++ $(CFLAGS) -c $<
+ g++ $(CFLAGS) -c $<
-diff -urNad /home/chelli/vdr/cvs-buildpackage/vdr-plugin-games/vdr-plugin-games-0.6.1/snake/Makefile vdr-plugin-games-0.6.1/snake/Makefile
---- /home/chelli/vdr/cvs-buildpackage/vdr-plugin-games/vdr-plugin-games-0.6.1/snake/Makefile 2004-08-19 17:19:18.000000000 +0200
-+++ vdr-plugin-games-0.6.1/snake/Makefile 2004-08-19 17:19:53.000000000 +0200
+diff -urNad vdr-plugin-games-0.6.3~/snake/Makefile vdr-plugin-games-0.6.3/snake/Makefile
+--- vdr-plugin-games-0.6.3~/snake/Makefile 2006-05-02 22:36:12.000000000 +0200
++++ vdr-plugin-games-0.6.3/snake/Makefile 2006-05-02 22:36:12.000000000 +0200
@@ -11,4 +11,4 @@
.cpp.o:
@echo -n "."
- @g++ $(CFLAGS) -c $<
+ g++ $(CFLAGS) -c $<
-diff -urNad /home/chelli/vdr/cvs-buildpackage/vdr-plugin-games/vdr-plugin-games-0.6.1/tetris/Makefile vdr-plugin-games-0.6.1/tetris/Makefile
---- /home/chelli/vdr/cvs-buildpackage/vdr-plugin-games/vdr-plugin-games-0.6.1/tetris/Makefile 2004-08-19 17:19:18.000000000 +0200
-+++ vdr-plugin-games-0.6.1/tetris/Makefile 2004-08-19 17:20:05.000000000 +0200
+diff -urNad vdr-plugin-games-0.6.3~/tetris/Makefile vdr-plugin-games-0.6.3/tetris/Makefile
+--- vdr-plugin-games-0.6.3~/tetris/Makefile 2006-05-02 22:36:12.000000000 +0200
++++ vdr-plugin-games-0.6.3/tetris/Makefile 2006-05-02 22:36:12.000000000 +0200
@@ -11,4 +11,4 @@
.cpp.o:
@echo -n "."
- @g++ $(CFLAGS) -c $<
+ g++ $(CFLAGS) -c $<
-diff -urNad /home/chelli/vdr/cvs-buildpackage/vdr-plugin-games/vdr-plugin-games-0.6.1/tictactoe/Makefile vdr-plugin-games-0.6.1/tictactoe/Makefile
---- /home/chelli/vdr/cvs-buildpackage/vdr-plugin-games/vdr-plugin-games-0.6.1/tictactoe/Makefile 2004-08-19 17:19:18.000000000 +0200
-+++ vdr-plugin-games-0.6.1/tictactoe/Makefile 2004-08-19 17:20:15.000000000 +0200
+diff -urNad vdr-plugin-games-0.6.3~/tictactoe/Makefile vdr-plugin-games-0.6.3/tictactoe/Makefile
+--- vdr-plugin-games-0.6.3~/tictactoe/Makefile 2006-05-02 22:36:12.000000000 +0200
++++ vdr-plugin-games-0.6.3/tictactoe/Makefile 2006-05-02 22:36:12.000000000 +0200
@@ -11,4 +11,4 @@
.cpp.o:
@echo -n "."
- @g++ $(CFLAGS) -c $<
+ g++ $(CFLAGS) -c $<
-diff -urNad /home/chelli/vdr/cvs-buildpackage/vdr-plugin-games/vdr-plugin-games-0.6.1/tron/Makefile vdr-plugin-games-0.6.1/tron/Makefile
---- /home/chelli/vdr/cvs-buildpackage/vdr-plugin-games/vdr-plugin-games-0.6.1/tron/Makefile 2004-08-19 17:19:18.000000000 +0200
-+++ vdr-plugin-games-0.6.1/tron/Makefile 2004-08-19 17:20:22.000000000 +0200
+diff -urNad vdr-plugin-games-0.6.3~/tron/Makefile vdr-plugin-games-0.6.3/tron/Makefile
+--- vdr-plugin-games-0.6.3~/tron/Makefile 2006-05-02 22:36:12.000000000 +0200
++++ vdr-plugin-games-0.6.3/tron/Makefile 2006-05-02 22:36:12.000000000 +0200
@@ -11,4 +11,4 @@
.cpp.o:
Deleted: vdr/vdr-plugin-games/trunk/debian/patches/90_APIVERSION.dpatch
===================================================================
--- vdr/vdr-plugin-games/trunk/debian/patches/90_APIVERSION.dpatch 2006-05-02 20:30:57 UTC (rev 2686)
+++ vdr/vdr-plugin-games/trunk/debian/patches/90_APIVERSION.dpatch 2006-05-02 20:40:45 UTC (rev 2687)
@@ -1,20 +0,0 @@
-#! /bin/sh -e
-## 90_APIVERSION.dpatch by Thomas Günther <tom at toms-cafe.de>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Support for the APIVERSION define as introduced in VDR-1.3.47.
-
-case "$1" in
- -patch)
- sed -i -e s/VDRVERSION/APIVERSION/g Makefile
- ;;
- -unpatch)
- sed -i -e s/APIVERSION/VDRVERSION/g Makefile
- ;;
- *)
- echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
- exit 1
- ;;
-esac
-
-exit 0
More information about the pkg-vdr-dvb-changes
mailing list