r6254 - in packages/trunk/moagg/debian: . patches

Barry deFreese bddebian-guest at alioth.debian.org
Fri Mar 21 01:53:42 UTC 2008


Author: bddebian-guest
Date: 2008-03-21 01:53:42 +0000 (Fri, 21 Mar 2008)
New Revision: 6254

Added:
   packages/trunk/moagg/debian/patches/moagg-gcc4.3.diff
Removed:
   packages/trunk/moagg/debian/patches/gcc43_includes.diff
Modified:
   packages/trunk/moagg/debian/changelog
   packages/trunk/moagg/debian/control
   packages/trunk/moagg/debian/patches/series
Log:
  [ Barry deFreese ]
  * moagg-gcc4.3.diff - Build with gcc-4.3 (Closes: #454860).
    + Thanks to Cyril Brulebois for the patch.
  * Remove homepage from package description.
  * Add myself to uploaders.
  * Bump Standards Version to 3.7.3.
    + Menu policy transition.
Refresh changelog to get ready for release.


Modified: packages/trunk/moagg/debian/changelog
===================================================================
--- packages/trunk/moagg/debian/changelog	2008-03-21 01:38:53 UTC (rev 6253)
+++ packages/trunk/moagg/debian/changelog	2008-03-21 01:53:42 UTC (rev 6254)
@@ -1,4 +1,4 @@
-moagg (0.18-6) UNRELEASED; urgency=low
+moagg (0.18-6) unstable; urgency=low
 
   [ Gonéri Le Bouder ]
   * compat 5
@@ -13,14 +13,18 @@
   * Added Vcs-Svn and Vcs-Browser fields in the control file.
 
   [ Jon Dowland ]
-  * add Homepage: control field to source stanza
+  * add Homepage: control field to source stanza.
 
   [ Barry deFreese ]
-  * gcc43_includes.diff - Build with gcc-4.3 (Closes: #454860)
-  * print_version.diff - Include version in -v output (Closes: #457934)
-  * Bump Standards Version to 3.7.3
+  * moagg-gcc4.3.diff - Build with gcc-4.3 (Closes: #454860).
+    + Thanks to Cyril Brulebois for the patch.
+  * print_version.diff - Include version in -v output (Closes: #457934).
+  * Remove homepage from package description.
+  * Add myself to uploaders.
+  * Bump Standards Version to 3.7.3.
+    + Menu policy transition.
 
- -- Jon Dowland <jon at alcopop.org>  Mon, 03 Dec 2007 22:22:22 +0000
+ -- Barry deFreese <bddebian at comcast.net>  Thu, 20 Mar 2008 21:43:14 -0400
 
 moagg (0.18-5) unstable; urgency=low
 

Modified: packages/trunk/moagg/debian/control
===================================================================
--- packages/trunk/moagg/debian/control	2008-03-21 01:38:53 UTC (rev 6253)
+++ packages/trunk/moagg/debian/control	2008-03-21 01:53:42 UTC (rev 6254)
@@ -2,7 +2,7 @@
 Section: games
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
-Uploaders: Sam Hocevar (Debian packages) <sam+deb at zoy.org>, Bartosz Fenski <fenio at debian.org>, Alexander Schmehl <tolimar at debian.org>, Gonéri Le Bouder <goneri at rulezlan.org>
+Uploaders: Sam Hocevar (Debian packages) <sam+deb at zoy.org>, Bartosz Fenski <fenio at debian.org>, Alexander Schmehl <tolimar at debian.org>, Gonéri Le Bouder <goneri at rulezlan.org>, Barry deFreese <bddebian at comcast.net>
 Build-Depends: debhelper (>= 5.0.0), libsdl1.2-dev (>=1.2.7+1.2.8cvs20041007-5.2), libsdl-mixer1.2-dev (>= 1.2.6-1.1), libsdl-gfx1.2-dev, libsdl-image1.2-dev, libfreetype6-dev, libexpat1-dev, libparagui1.0-dev (>= 1.0.4-10), autotools-dev, zlib1g-dev, quilt 
 Standards-Version: 3.7.3
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/moagg/
@@ -18,5 +18,3 @@
  and have to navigate that ship through different levels.  But beside
  the gravity that drags ship down there are other obstacles like laser
  ports, magnets, black holes, cannons, rockets and grinders.
- .
-  Homepage: http://moagg.sourceforge.net/

Deleted: packages/trunk/moagg/debian/patches/gcc43_includes.diff
===================================================================
--- packages/trunk/moagg/debian/patches/gcc43_includes.diff	2008-03-21 01:38:53 UTC (rev 6253)
+++ packages/trunk/moagg/debian/patches/gcc43_includes.diff	2008-03-21 01:53:42 UTC (rev 6254)
@@ -1,64 +0,0 @@
---- moagg-0.18.orig/libMoaggCore/src/System.cpp
-+++ moagg-0.18/libMoaggCore/src/System.cpp
-@@ -1,5 +1,6 @@
- #include <unistd.h>
- #include <dirent.h>
-+#include <string.h>
- 
- #include <cerrno>
- #include <sstream>
---- moagg-0.18.orig/libMoaggCore/src/Tools.cpp
-+++ moagg-0.18/libMoaggCore/src/Tools.cpp
-@@ -2,6 +2,8 @@
- #include <iostream>
- #include <sstream>
- #include <set>
-+#include <stdlib.h>
-+#include <string.h>
- 
- #include "Exception.h"
- #include "Tools.h"
---- moagg-0.18.orig/libMoaggCore/src/LevelReader.cpp
-+++ moagg-0.18/libMoaggCore/src/LevelReader.cpp
-@@ -1,4 +1,5 @@
- #include <sstream>
-+#include <string.h>
- 
- #include "Exception.h"
- #include "Configuration.h"
---- moagg-0.18.orig/libMoaggGame/src/Tiles.cpp
-+++ moagg-0.18/libMoaggGame/src/Tiles.cpp
-@@ -2,7 +2,8 @@
- #include <cassert>
- #include <sstream>
- #include <iomanip>
--
-+#include <memory>
-+#include <stdlib.h>
- 
- #include "Configuration.h"
- #include "Tools.h"
---- moagg-0.18.orig/.pc/.version
-+++ moagg-0.18/.pc/.version
-@@ -0,0 +1 @@
-+2
---- moagg-0.18.orig/tools/modifymap.cpp
-+++ moagg-0.18/tools/modifymap.cpp
-@@ -2,6 +2,7 @@
- #include <iostream>
- #include <memory>
- #include <list>
-+#include <stdlib.h>
- 
- #include "Matrix.h"
- #include "File.h"
---- moagg-0.18.orig/tools/convertmap.cpp
-+++ moagg-0.18/tools/convertmap.cpp
-@@ -3,6 +3,7 @@
- #include <memory>
- #include <list>
- #include <cassert>
-+#include <stdlib.h>
- 
- #include "Matrix.h"
- #include "File.h"

Added: packages/trunk/moagg/debian/patches/moagg-gcc4.3.diff
===================================================================
--- packages/trunk/moagg/debian/patches/moagg-gcc4.3.diff	                        (rev 0)
+++ packages/trunk/moagg/debian/patches/moagg-gcc4.3.diff	2008-03-21 01:53:42 UTC (rev 6254)
@@ -0,0 +1,68 @@
+--- a/libMoaggCore/src/LevelReader.cpp
++++ b/libMoaggCore/src/LevelReader.cpp
+@@ -1,4 +1,5 @@
+ #include <sstream>
++#include <cstring>
+ 
+ #include "Exception.h"
+ #include "Configuration.h"
+--- a/libMoaggCore/src/System.cpp
++++ b/libMoaggCore/src/System.cpp
+@@ -4,6 +4,7 @@
+ #include <cerrno>
+ #include <sstream>
+ #include <list>
++#include <cstring>
+ 
+ #include "Tools.h"
+ #include "SyscallException.h"
+--- a/libMoaggCore/src/Tools.cpp
++++ b/libMoaggCore/src/Tools.cpp
+@@ -2,6 +2,7 @@
+ #include <iostream>
+ #include <sstream>
+ #include <set>
++#include <cstdlib>
+ 
+ #include "Exception.h"
+ #include "Tools.h"
+--- a/libMoaggGame/src/Tiles.cpp
++++ b/libMoaggGame/src/Tiles.cpp
+@@ -2,6 +2,7 @@
+ #include <cassert>
+ #include <sstream>
+ #include <iomanip>
++#include <memory>
+ 
+ 
+ #include "Configuration.h"
+--- a/testsuite/MyAssertionTraits.h
++++ b/testsuite/MyAssertionTraits.h
+@@ -2,6 +2,7 @@
+ #define MYASSERTIONTRAITS_H
+ 
+ #include <cppunit/TestAssert.h>
++#include <cstring>
+ 
+ CPPUNIT_NS_BEGIN
+ 
+--- a/tools/convertmap.cpp
++++ b/tools/convertmap.cpp
+@@ -3,6 +3,7 @@
+ #include <memory>
+ #include <list>
+ #include <cassert>
++#include <cstdlib>
+ 
+ #include "Matrix.h"
+ #include "File.h"
+--- a/tools/modifymap.cpp
++++ b/tools/modifymap.cpp
+@@ -2,6 +2,7 @@
+ #include <iostream>
+ #include <memory>
+ #include <list>
++#include <cstdlib>
+ 
+ #include "Matrix.h"
+ #include "File.h"

Modified: packages/trunk/moagg/debian/patches/series
===================================================================
--- packages/trunk/moagg/debian/patches/series	2008-03-21 01:38:53 UTC (rev 6253)
+++ packages/trunk/moagg/debian/patches/series	2008-03-21 01:53:42 UTC (rev 6254)
@@ -1,6 +1,6 @@
 gcc-4.2.diff
 01_Makefile.in.diff
 fix-gcc-4.2-warn.diff
-gcc43_includes.diff
+moagg-gcc4.3.diff
 print_version.diff
 




More information about the Pkg-games-commits mailing list