r13614 - packages/tags/xmoto

2012-05-26 Thread Stephen Kitt
Author: steve-guest
Date: 2012-05-26 10:33:41 + (Sat, 26 May 2012)
New Revision: 13614

Added:
   packages/tags/xmoto/0.5.9+dfsg-1/
Log:
[svn-buildpackage] Tagging xmoto 0.5.9+dfsg-1


___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


r13615 - in packages/trunk/xmoto/debian: . patches

2012-05-26 Thread Stephen Kitt
Author: steve-guest
Date: 2012-05-26 10:34:10 + (Sat, 26 May 2012)
New Revision: 13615

Added:
   packages/trunk/xmoto/debian/patches/sa_restorer-removal.patch
Modified:
   packages/trunk/xmoto/debian/changelog
   packages/trunk/xmoto/debian/patches/series
Log:
Remove reference to sa_restorer which is deprecated generally and not available 
on some architectures.

Modified: packages/trunk/xmoto/debian/changelog
===
--- packages/trunk/xmoto/debian/changelog   2012-05-26 10:33:41 UTC (rev 
13614)
+++ packages/trunk/xmoto/debian/changelog   2012-05-26 10:34:10 UTC (rev 
13615)
@@ -1,3 +1,10 @@
+xmoto (0.5.9+dfsg-2) unstable; urgency=low
+
+  * Remove reference to sa_restorer which is deprecated generally and
+not available on some architectures.
+
+ -- Stephen Kitt st...@sk2.org  Sat, 26 May 2012 11:55:37 +0200
+
 xmoto (0.5.9+dfsg-1) unstable; urgency=low
 
   * New upstream release (closes: #644234):

Added: packages/trunk/xmoto/debian/patches/sa_restorer-removal.patch
===
--- packages/trunk/xmoto/debian/patches/sa_restorer-removal.patch   
(rev 0)
+++ packages/trunk/xmoto/debian/patches/sa_restorer-removal.patch   
2012-05-26 10:34:10 UTC (rev 13615)
@@ -0,0 +1,16 @@
+Description: sa_restorer isn't defined in POSIX and is being removed
+Author: Stephen Kitt st...@sk2.org
+Bug: http://todo.xmoto.tuxfamily.org/index.php?do=detailstask_id=805
+
+--- xmoto-0.5.9+dfsg.orig/src/GameInit.cpp
 xmoto-0.5.9+dfsg/src/GameInit.cpp
+@@ -269,9 +269,6 @@
+ struct sigaction v_act;
+ 
+ v_act.sa_handler  = xmexit_term;
+-#if !defined(__APPLE__)  !defined(__FreeBSD__)
+-v_act.sa_restorer = NULL;
+-#endif
+ sigemptyset(v_act.sa_mask);
+ v_act.sa_flags = 0;
+ 

Modified: packages/trunk/xmoto/debian/patches/series
===
--- packages/trunk/xmoto/debian/patches/series  2012-05-26 10:33:41 UTC (rev 
13614)
+++ packages/trunk/xmoto/debian/patches/series  2012-05-26 10:34:10 UTC (rev 
13615)
@@ -4,3 +4,4 @@
 manpage.patch
 spelling.patch
 gcc-4.7-fixes.patch
+sa_restorer-removal.patch


___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[SCM] Packaging for vavoom branch, master, updated. debian/1.33-3-1-gab09ce3

2012-05-26 Thread gustavo panizzo gfa
The following commit has been merged in the master branch:
commit ab09ce3c627cbe4ad73969a9c87766aae083c796
Author: gustavo panizzo gfa g...@zumbi.com.ar
Date:   Sat May 26 09:10:42 2012 -0300

closing #674339

diff --git a/debian/changelog b/debian/changelog
index 350909d..fc452b8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,11 @@
 vavoom (1.33-3) unstable; urgency=low
 
   * libpng migration fixes (Closes: #662531).
-  * description updated (Closes: #662209).
+  * Description updated (Closes: #662209).
   * Fix FTBFS on GNU/Hurd.
+  * Add libjpeg-dev to Build-Deps (Closes: #674339).
 
- -- gustavo panizzo g...@zumbi.com.ar  Thu, 08 Mar 2012 23:40:50 -0300
+ -- gustavo panizzo g...@zumbi.com.ar  Thu, 26 Mar 2012 09:00:50 -0300
 
 vavoom (1.33-2) unstable; urgency=low
 

-- 
Packaging for vavoom

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[SCM] Packaging for vavoom annotated tag, debian/1.33-3, updated. debian/1.33-3

2012-05-26 Thread gustavo panizzo gfa
The annotated tag, debian/1.33-3 has been updated
to  0e8fa205d76631921953154b4854e0737dac0c4b (tag)
  from  cd6f3fd61013b9fd1f977a75583ad6ab806cb553 (which is now obsolete)
   tagging  ab09ce3c627cbe4ad73969a9c87766aae083c796 (commit)
  replaces  debian/1.33-2
 tagged by  gustavo panizzo gfa
on  Sat May 26 09:12:38 2012 -0300

- Shortlog 
Debian release 1.33-3

gustavo panizzo gfa (5):
  Debian release 1.33-3
  debian/1.33-3
  nicer packaging, almost ready for 1.33-3
  manpage for vlaunch, updated copyright
  closing #674339

---

-- 
Packaging for vavoom

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


r13617 - packages/trunk/supertuxkart/debian

2012-05-26 Thread Vincent Cheng
Author: vincentc-guest
Date: 2012-05-27 03:56:33 + (Sun, 27 May 2012)
New Revision: 13617

Modified:
   packages/trunk/supertuxkart/debian/changelog
Log:
supertuxkart: Add TODO item to changelog as a reminder to switch to cmake


Modified: packages/trunk/supertuxkart/debian/changelog
===
--- packages/trunk/supertuxkart/debian/changelog2012-05-26 10:34:28 UTC 
(rev 13616)
+++ packages/trunk/supertuxkart/debian/changelog2012-05-27 03:56:33 UTC 
(rev 13617)
@@ -1,3 +1,13 @@
+supertuxkart (0.7.3-2) UNRELEASED; urgency=low
+
+  * TODO: Build stk with cmake instead of autotools. Upstream has deprecated
+their autotools-based build system in favour of cmake, and is no longer
+maintaining the former.
+- Update debian/patches/build_against_system_enet.patch to use cmake
+  instead of autotools.
+
+ -- Vincent Cheng vincentc1...@gmail.com  Sat, 26 May 2012 20:54:43 -0700
+
 supertuxkart (0.7.3-1) unstable; urgency=low
 
   * Team upload.


___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[SCM] 2D platformer game starring a quixotic frog branch, pristine-tar, updated. a63b88e30ea0f6b684ff6eda8dac88f08fdcfcde

2012-05-26 Thread Dmitry E. Oboukhov
The following commit has been merged in the pristine-tar branch:
commit a63b88e30ea0f6b684ff6eda8dac88f08fdcfcde
Author: Dmitry E. Oboukhov un...@debian.org
Date:   Sun May 27 09:50:29 2012 +0400

pristine-tar data for frogatto-data_1.2+dfsg.orig.tar.gz

diff --git a/frogatto-data_1.2+dfsg.orig.tar.gz.delta 
b/frogatto-data_1.2+dfsg.orig.tar.gz.delta
new file mode 100644
index 000..c667545
Binary files /dev/null and b/frogatto-data_1.2+dfsg.orig.tar.gz.delta differ
diff --git a/frogatto-data_1.2+dfsg.orig.tar.gz.id 
b/frogatto-data_1.2+dfsg.orig.tar.gz.id
new file mode 100644
index 000..c4a2ddf
--- /dev/null
+++ b/frogatto-data_1.2+dfsg.orig.tar.gz.id
@@ -0,0 +1 @@
+2d5b0708fe86ba4bd027cc9466cea19c513df9e8

-- 
2D platformer game starring a quixotic frog

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits