r12316 - in packages/trunk/etw/debian: . patches
Samuel Hocevar
sho at alioth.debian.org
Mon May 9 22:36:38 UTC 2011
Author: sho
Date: 2011-05-09 22:36:37 +0000 (Mon, 09 May 2011)
New Revision: 12316
Added:
packages/trunk/etw/debian/patches/100_pthread_linking.diff
Modified:
packages/trunk/etw/debian/changelog
packages/trunk/etw/debian/control
packages/trunk/etw/debian/patches/series
Log:
etw (3.6+svn140-2) unstable; urgency=low
* 100_pthread_linking.diff: fix pthread linking (Closes: #554332).
* debian/control: add ${misc:Depends}.
-- Sam Hocevar <sho at debian.org> Tue, 10 May 2011 00:27:59 +0200
Modified: packages/trunk/etw/debian/changelog
===================================================================
--- packages/trunk/etw/debian/changelog 2011-05-09 22:13:02 UTC (rev 12315)
+++ packages/trunk/etw/debian/changelog 2011-05-09 22:36:37 UTC (rev 12316)
@@ -1,3 +1,10 @@
+etw (3.6+svn140-2) unstable; urgency=low
+
+ * 100_pthread_linking.diff: fix pthread linking (Closes: #554332).
+ * debian/control: add ${misc:Depends}.
+
+ -- Sam Hocevar <sho at debian.org> Tue, 10 May 2011 00:27:59 +0200
+
etw (3.6+svn140-1) unstable; urgency=low
[ Barry deFreese ]
Modified: packages/trunk/etw/debian/control
===================================================================
--- packages/trunk/etw/debian/control 2011-05-09 22:13:02 UTC (rev 12315)
+++ packages/trunk/etw/debian/control 2011-05-09 22:36:37 UTC (rev 12316)
@@ -4,7 +4,7 @@
Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
Uploaders: Sam Hocevar <sho at debian.org>, Barry deFreese <bdefreese at debian.org>
Build-Depends: debhelper (>= 5.0), quilt, libgtk2.0-dev, libsdl1.2-dev, sharutils
-Standards-Version: 3.8.1
+Standards-Version: 3.9.1
Homepage: http://www.ggsoft.org/etw/
Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/etw/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/etw/?op=log
@@ -30,6 +30,7 @@
Package: etw-data
Architecture: all
+Depends: ${misc:Depends}
Description: graphics and audio data for etw
Eat The Whistle is an arcade soccer game similar to famous Amiga titles such
as Kick Off or Sensible Soccer. It features several game modes where you can
Added: packages/trunk/etw/debian/patches/100_pthread_linking.diff
===================================================================
--- packages/trunk/etw/debian/patches/100_pthread_linking.diff (rev 0)
+++ packages/trunk/etw/debian/patches/100_pthread_linking.diff 2011-05-09 22:36:37 UTC (rev 12316)
@@ -0,0 +1,10 @@
+Index: etw-3.6+svn140/etw/Makefile.linux
+===================================================================
+--- etw-3.6+svn140.orig/etw/Makefile.linux 2011-05-10 00:27:18.381362802 +0200
++++ etw-3.6+svn140/etw/Makefile.linux 2011-05-10 00:27:23.721389279 +0200
+@@ -1,4 +1,4 @@
+-CC = gcc
++CC = gcc -pthread
+
+ CFLAGS = -Wall -Wno-char-subscripts -g -fsigned-char -Iinclude \
+ `pkg-config --cflags sdl` `pkg-config --cflags gtk+-2.0`
Modified: packages/trunk/etw/debian/patches/series
===================================================================
--- packages/trunk/etw/debian/patches/series 2011-05-09 22:13:02 UTC (rev 12315)
+++ packages/trunk/etw/debian/patches/series 2011-05-09 22:36:37 UTC (rev 12316)
@@ -1,2 +1,3 @@
000_upstream_changelog.diff
+100_pthread_linking.diff
200_datadir.diff
More information about the Pkg-games-commits
mailing list