r12663 - in packages/trunk/plee-the-bear/debian: . patches
Julien Jorge
j-jorge-guest at alioth.debian.org
Sun Sep 4 13:53:37 UTC 2011
Author: j-jorge-guest
Date: 2011-09-04 13:53:37 +0000 (Sun, 04 Sep 2011)
New Revision: 12663
Modified:
packages/trunk/plee-the-bear/debian/changelog
packages/trunk/plee-the-bear/debian/control
packages/trunk/plee-the-bear/debian/copyright
packages/trunk/plee-the-bear/debian/patches/series
Log:
- New upstream release.
- Remove patches integrated upstream: boost-1.46.diff,
compile-with-g++4.6.diff, use-findpackage-for-libclaw.diff.
Modified: packages/trunk/plee-the-bear/debian/changelog
===================================================================
--- packages/trunk/plee-the-bear/debian/changelog 2011-09-03 20:35:25 UTC (rev 12662)
+++ packages/trunk/plee-the-bear/debian/changelog 2011-09-04 13:53:37 UTC (rev 12663)
@@ -1,3 +1,11 @@
+plee-the-bear (0.6.0-1) unstable; urgency=low
+
+ * New upstream release.
+ * Remove patches integrated upstream: boost-1.46.diff,
+ compile-with-g++4.6.diff, use-findpackage-for-libclaw.diff.
+
+ -- Julien Jorge <julien.jorge at gamned.org> Sat, 27 Aug 2011 19:25:18 +0200
+
plee-the-bear (0.5.1-2) unstable; urgency=low
* Use the findpackage command to find libclaw, according to the new
Modified: packages/trunk/plee-the-bear/debian/control
===================================================================
--- packages/trunk/plee-the-bear/debian/control 2011-09-03 20:35:25 UTC (rev 12662)
+++ packages/trunk/plee-the-bear/debian/control 2011-09-04 13:53:37 UTC (rev 12663)
@@ -4,13 +4,14 @@
Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
Uploaders: Julien Jorge <julien.jorge at gamned.org>, Barry deFreese <bdefreese at debian.org>
Build-Depends: quilt, docbook-to-man, debhelper (>= 5.0.51), cmake (>= 2.8),
- libsdl-mixer1.2-dev (>= 1.2.8), libboost-filesystem-dev (>= 1.35),
- libboost-thread-dev (>= 1.35),
- mesa-common-dev (>= 6.5), libclaw-dev (>= 1.6.0),
- libclaw-graphic-dev (>= 1.6.0), libclaw-logger-dev (>= 1.6.0),
- libclaw-application-dev (>= 1.6.0), libclaw-dynamic-library-dev (>= 1.6.0),
- libclaw-configuration-file-dev (>= 1.6.0), libclaw-net-dev (>= 1.6.0),
- libwxgtk2.8-dev (>= 2.8), gettext (>= 0.17)
+ libsdl-mixer1.2-dev (>= 1.2.8), libboost-filesystem-dev (>= 1.45),
+ libboost-regex-dev (>= 1.45), libboost-thread-dev (>= 1.45),
+ libboost-signals-dev (>= 1.45),
+ mesa-common-dev (>= 6.5), libclaw-dev (>= 1.7.0),
+ libclaw-graphic-dev (>= 1.7.0), libclaw-logger-dev (>= 1.7.0),
+ libclaw-application-dev (>= 1.7.0), libclaw-dynamic-library-dev (>= 1.7.0),
+ libclaw-configuration-file-dev (>= 1.7.0), libclaw-net-dev (>= 1.7.0),
+ libclaw-tween-dev (>= 1.7.0), libwxgtk2.8-dev (>= 2.8), gettext (>= 0.17)
Build-Conflicts: wx2.6-headers
Standards-Version: 3.9.2
Homepage: http://plee-the-bear.sourceforge.net/
Modified: packages/trunk/plee-the-bear/debian/copyright
===================================================================
--- packages/trunk/plee-the-bear/debian/copyright 2011-09-03 20:35:25 UTC (rev 12662)
+++ packages/trunk/plee-the-bear/debian/copyright 2011-09-04 13:53:37 UTC (rev 12663)
@@ -6,6 +6,7 @@
Code team:
Julien Jorge
Sébastien Angibaud
+ Sébastien Debrard
Data Authors:
Raphaël Giudici
@@ -13,21 +14,26 @@
Florian Massuyeau
Julien Lassalle
Antoine Brémaud
+ Philip Bradbury
Internationalisation Team:
Karl Ove Hufthammer
+ Kiera Whalen
Copyright:
- Copyright © 2005-2010 Julien Jorge
- Copyright © 2005-2010 Sébastien Angibaud
+ Copyright © 2005-2011 Julien Jorge
+ Copyright © 2005-2011 Sébastien Angibaud
+ Copyright © 2010-2011 Sébastien Debrard
- Copyright © 2009-2010 Raphaël Giudici
- Copyright © 2005-2010 David Michineau
- Copyright © 2005-2010 Florian Massuyeau
- Copyright © 2005-2010 Julien Lassalle
- Copyright © 2005-2010 Antoine Brémaud
+ Copyright © 2009-2011 Raphaël Giudici
+ Copyright © 2005-2011 David Michineau
+ Copyright © 2005-2011 Florian Massuyeau
+ Copyright © 2005-2011 Julien Lassalle
+ Copyright © 2011-2011 Antoine Brémaud
+ Copyright © 2011-2011 Philip Bradbury
- Copyright © 2009-2010 Karl Ove Hufthammer
+ Copyright © 2009-2011 Karl Ove Hufthammer
+ Copyright © 2011-2011 Kiera Whalen
License:
@@ -45,7 +51,7 @@
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-The Debian packaging is Copyright © 2008-2010, Julien Jorge <julien.jorge at gamned.org> and
+The Debian packaging is Copyright © 2008-2011, Julien Jorge <julien.jorge at gamned.org> and
is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
Most media files (images, sounds, musics, levels, models, fonts and so on) are
Modified: packages/trunk/plee-the-bear/debian/patches/series
===================================================================
--- packages/trunk/plee-the-bear/debian/patches/series 2011-09-03 20:35:25 UTC (rev 12662)
+++ packages/trunk/plee-the-bear/debian/patches/series 2011-09-04 13:53:37 UTC (rev 12663)
@@ -1,5 +1,2 @@
-compile-with-g++4.6.diff
-use-findpackage-for-libclaw.diff
do-not-install-authors-files.diff
editors-default-dir.diff
-boost-1.46.diff
More information about the Pkg-games-commits
mailing list