r10189 - in packages/trunk/plee-the-bear/debian: . patches

Julien Jorge j-jorge-guest at alioth.debian.org
Sat Aug 22 21:42:12 UTC 2009


Author: j-jorge-guest
Date: 2009-08-22 21:42:11 +0000 (Sat, 22 Aug 2009)
New Revision: 10189

Added:
   packages/trunk/plee-the-bear/debian/bear-factory.install
Removed:
   packages/trunk/plee-the-bear/debian/patches/dont-compile-extra-stuff.diff
   packages/trunk/plee-the-bear/debian/patches/fix-create-file-in-current-dir.diff
   packages/trunk/plee-the-bear/debian/patches/numeric_limits.diff
   packages/trunk/plee-the-bear/debian/patches/use_boost_filesystem_mt.diff
   packages/trunk/plee-the-bear/debian/plee-the-bear-man.sgml
   packages/trunk/plee-the-bear/debian/running-bear-man.sgml
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
   packages/trunk/plee-the-bear/debian/plee-the-bear-data.install
   packages/trunk/plee-the-bear/debian/plee-the-bear.install
   packages/trunk/plee-the-bear/debian/rules
   packages/trunk/plee-the-bear/debian/watch
Log:
  * New upstream release.
  * Preparing the package for the release.
  * Add a new package for the editors.
  * Update installation files.
  * Remove patches fix-create-file-in-current-dir.diff, numeric_limits.diff,
    use_boost_filesystem_mt.diff, fixed in upstream source.
  * Remove dont-compile-extra-stuff.diff so the editors are available.
  * Remove manpages creation from rules, now created by upstream.
  * Use correct CMake variables to define installation paths.
  * Set copyright to 2009.
  * Fix watch file regexp.



Added: packages/trunk/plee-the-bear/debian/bear-factory.install
===================================================================
--- packages/trunk/plee-the-bear/debian/bear-factory.install	                        (rev 0)
+++ packages/trunk/plee-the-bear/debian/bear-factory.install	2009-08-22 21:42:11 UTC (rev 10189)
@@ -0,0 +1,13 @@
+debian/tmp/usr/bin/bf-* usr/bin/
+debian/tmp/usr/lib/libbear-editor.so usr/lib
+debian/tmp/usr/share/bear-factory usr/share/
+debian/tmp/usr/share/man/man1 usr/share/man
+debian/tmp/usr/share/locale/fr_FR/LC_MESSAGES/bear-factory.mo usr/share/locale/fr_FR/LC_MESSAGES/bear-factory.mo
+debian/tmp/usr/share/applications/bf*.desktop usr/share/applications
+debian/tmp/usr/share/pixmaps/bear-factory.* usr/share/pixmaps
+debian/tmp/usr/share/icons/hicolor/24x24/apps/bear-factory.png usr/share/icons/hicolor/24x24/apps
+debian/tmp/usr/share/icons/hicolor/128x128/apps/bear-factory.png usr/share/icons/hicolor/128x128/apps/
+debian/tmp/usr/share/icons/hicolor/64x64/apps/bear-factory.png usr/share/icons/hicolor/64x64/apps/
+debian/tmp/usr/share/icons/hicolor/48x48/apps/bear-factory.png usr/share/icons/hicolor/48x48/apps/
+debian/tmp/usr/share/icons/hicolor/32x32/apps/bear-factory.png usr/share/icons/hicolor/32x32/apps/
+debian/tmp/usr/share/icons/hicolor/16x16/apps/bear-factory.png usr/share/icons/hicolor/16x16/apps/

Modified: packages/trunk/plee-the-bear/debian/changelog
===================================================================
--- packages/trunk/plee-the-bear/debian/changelog	2009-08-22 20:49:43 UTC (rev 10188)
+++ packages/trunk/plee-the-bear/debian/changelog	2009-08-22 21:42:11 UTC (rev 10189)
@@ -1,3 +1,21 @@
+plee-the-bear (0.4-1) unstable; urgency=low
+
+  [ Julien Jorge ]
+  * New upstream release.
+  * Preparing the package for the release.
+  * Add a new package for the editors.
+  * Update installation files.
+  * Remove patches fix-create-file-in-current-dir.diff, numeric_limits.diff,
+    use_boost_filesystem_mt.diff, fixed in upstream source.
+  * Remove dont-compile-extra-stuff.diff so the editors are available.
+  * Remove manpages creation from rules, now created by upstream.
+  * Use correct CMake variables to define installation paths.
+  * Set copyright to 2009.
+  * Fix watch file regexp.
+    + Probably still needs improvement.
+
+ -- Julien Jorge <julien_jorge at yahoo.fr>  Sat, 22 Aug 2009 10:59:56 +0200
+
 plee-the-bear (0.3.1-1) UNRELEASED; urgency=low
 
   [ Julien Jorge ]

Modified: packages/trunk/plee-the-bear/debian/control
===================================================================
--- packages/trunk/plee-the-bear/debian/control	2009-08-22 20:49:43 UTC (rev 10188)
+++ packages/trunk/plee-the-bear/debian/control	2009-08-22 21:42:11 UTC (rev 10189)
@@ -3,12 +3,13 @@
 Priority: extra
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Julien Jorge <julien_jorge at yahoo.fr>, Barry deFreese <bdefreese at debian.org>
-Build-Depends: quilt, docbook-to-man, debhelper (>= 5.0.51), cmake (>= 2.4),
- libsdl-mixer1.2-dev (>= 1.2.6), libboost-filesystem-dev (>= 1.33),
- mesa-common-dev (>= 6.5), libclaw-dev (>= 1.5.2b),
- libclaw-graphic-dev (>= 1.5.2b), libclaw-logger-dev (>= 1.5.2b),
- libclaw-application-dev (>= 1.5.2b), libclaw-dynamic-library-dev (>= 1.5.2b),
- libclaw-configuration-file-dev (>= 1.5.2b), libclaw-net-dev (>= 1.5.2b)
+Build-Depends: quilt, docbook-to-man, debhelper (>= 5.0.51), cmake (>= 2.6),
+ libsdl-mixer1.2-dev (>= 1.2.8), libboost-filesystem-dev (>= 1.33),
+ mesa-common-dev (>= 6.5), libclaw-dev (>= 1.5.4),
+ libclaw-graphic-dev (>= 1.5.4), libclaw-logger-dev (>= 1.5.4),
+ libclaw-application-dev (>= 1.5.4), libclaw-dynamic-library-dev (>= 1.5.4),
+ libclaw-configuration-file-dev (>= 1.5.4), libclaw-net-dev (>= 1.5.4),
+ libwxgtk2.8-dev (>= 2.8), gettext (>= 0.17)
 Standards-Version: 3.8.2
 Homepage: http://plee-the-bear.sourceforge.net/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/plee-the-bear/
@@ -47,3 +48,12 @@
  him such a wallop of which he sure will remember".
  .
  This package includes the data files for the game.
+
+Package: bear-factory
+Section: editors
+Architecture: amd64 hppa i386 ia64 m68k mips mipsel sparc kfreebsd-i386
+ kfreebsd-amd64
+Depends: ${shlibs:Depends}
+Description: Editors for Plee the Bear
+ This package includes the level editor, animation editor and model editor of
+ the Bear Engine for Plee the Bear.

Modified: packages/trunk/plee-the-bear/debian/copyright
===================================================================
--- packages/trunk/plee-the-bear/debian/copyright	2009-08-22 20:49:43 UTC (rev 10188)
+++ packages/trunk/plee-the-bear/debian/copyright	2009-08-22 21:42:11 UTC (rev 10189)
@@ -8,21 +8,22 @@
     Sébastien Angibaud
 
 Data Authors:
+    Raphaël Giudici
     David Michineau
     Florian Massuyeau
     Julien Lassalle
     Antoine Brémaud
 
 Copyright: 
+    Copyright (C) 2005-2009 Julien Jorge
+    Copyright (C) 2005-2009 Sébastien Angibaud
 
-    Copyright (C) 2005-2008 Julien Jorge
-    Copyright (C) 2005-2008 Sébastien Angibaud
+    Copyright (C) 2009 Raphaël Giudici
+    Copyright (C) 2005-2009 David Michineau
+    Copyright (C) 2005-2009 Florian Massuyeau
+    Copyright (C) 2005-2009 Julien Lassalle
+    Copyright (C) 2005-2009 Antoine Brémaud
 
-    Copyright (C) 2005-2008 David Michineau
-    Copyright (C) 2005-2008 Florian Massuyeau
-    Copyright (C) 2005-2008 Julien Lassalle
-    Copyright (C) 2005-2008 Antoine Brémaud
-
 License:
 
     This program is free software; you can redistribute it and/or modify it
@@ -39,7 +40,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 (C) 2008, Julien Jorge <julien_jorge at yahoo.fr> and
+The Debian packaging is Copyright (C) 2008-2009, Julien Jorge <julien_jorge at yahoo.fr> and
 is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
 
 All media files (images, sounds, musics, levels, models, fonts and so on) are

Deleted: packages/trunk/plee-the-bear/debian/patches/dont-compile-extra-stuff.diff
===================================================================
--- packages/trunk/plee-the-bear/debian/patches/dont-compile-extra-stuff.diff	2009-08-22 20:49:43 UTC (rev 10188)
+++ packages/trunk/plee-the-bear/debian/patches/dont-compile-extra-stuff.diff	2009-08-22 21:42:11 UTC (rev 10189)
@@ -1,15 +0,0 @@
-Index: plee-the-bear-0.3.1/dev/CMakeLists.txt
-===================================================================
---- plee-the-bear-0.3.1.orig/dev/CMakeLists.txt	2008-08-28 15:30:15.000000000 +0200
-+++ plee-the-bear-0.3.1/dev/CMakeLists.txt	2008-08-28 15:30:38.000000000 +0200
-@@ -12,8 +12,8 @@
- 
- SUBDIRS(
-   common
--  image-cutter
--  level-editor
-+#  image-cutter
-+#  level-editor
-   model-compiler
-   bear_engine
-   plee-the-bear

Deleted: packages/trunk/plee-the-bear/debian/patches/fix-create-file-in-current-dir.diff
===================================================================
--- packages/trunk/plee-the-bear/debian/patches/fix-create-file-in-current-dir.diff	2009-08-22 20:49:43 UTC (rev 10188)
+++ packages/trunk/plee-the-bear/debian/patches/fix-create-file-in-current-dir.diff	2009-08-22 21:42:11 UTC (rev 10189)
@@ -1,32 +0,0 @@
-Index: plee-the-bear-0.3.1/dev/bear_engine/src/core/engine/code/game.cpp
-===================================================================
---- plee-the-bear-0.3.1.orig/dev/bear_engine/src/core/engine/code/game.cpp	2008-07-10 02:41:21.000000000 -0400
-+++ plee-the-bear-0.3.1/dev/bear_engine/src/core/engine/code/game.cpp	2009-07-10 09:24:40.000000000 -0400
-@@ -110,15 +110,18 @@
-  */
- bear::engine::game::~game()
- {
--  std::list<unsigned int>::const_iterator it_p, it_r;
--  std::ofstream f("stats.dat");
--  unsigned int i=0;
--
--  f << "#it\tprogress\trender" << std::endl;
--
--  for ( it_p=m_progress_time.begin(), it_r=m_render_time.begin();
--        it_p!=m_progress_time.end(); ++it_p, ++it_r, ++i )
--    f << i << '\t' << *it_p << '\t' << *it_r << std::endl;
-+  if ( !m_progress_time.empty() && !m_render_time.empty() )
-+    {
-+      std::list<unsigned int>::const_iterator it_p, it_r;
-+      std::ofstream f("stats.dat");
-+      unsigned int i=0;
-+
-+      f << "#it\tprogress\trender" << std::endl;
-+
-+      for ( it_p=m_progress_time.begin(), it_r=m_render_time.begin();
-+            it_p!=m_progress_time.end(); ++it_p, ++it_r, ++i )
-+        f << i << '\t' << *it_p << '\t' << *it_r << std::endl;
-+    }
- 
-   clear();
- 

Deleted: packages/trunk/plee-the-bear/debian/patches/numeric_limits.diff
===================================================================
--- packages/trunk/plee-the-bear/debian/patches/numeric_limits.diff	2009-08-22 20:49:43 UTC (rev 10188)
+++ packages/trunk/plee-the-bear/debian/patches/numeric_limits.diff	2009-08-22 21:42:11 UTC (rev 10189)
@@ -1,14 +0,0 @@
-Index: plee-the-bear-0.3.1/dev/plee-the-bear/src/ptb/code/speaker_item.cpp
-===================================================================
---- plee-the-bear-0.3.1.orig/dev/plee-the-bear/src/ptb/code/speaker_item.cpp	2009-07-10 10:06:03.000000000 -0400
-+++ plee-the-bear-0.3.1/dev/plee-the-bear/src/ptb/code/speaker_item.cpp	2009-07-10 10:06:20.000000000 -0400
-@@ -33,6 +33,9 @@
- #include "engine/game.hpp"
- #include "ptb/layer/balloon_layer.hpp"
- 
-+#include <limits>
-+#include <climits>
-+
- /*----------------------------------------------------------------------------*/
- /**
-  * \brief Constructor of a balloon.

Modified: packages/trunk/plee-the-bear/debian/patches/series
===================================================================
--- packages/trunk/plee-the-bear/debian/patches/series	2009-08-22 20:49:43 UTC (rev 10188)
+++ packages/trunk/plee-the-bear/debian/patches/series	2009-08-22 21:42:11 UTC (rev 10189)
@@ -1,4 +0,0 @@
-dont-compile-extra-stuff.diff
-fix-create-file-in-current-dir.diff 
-use_boost_filesystem_mt.diff
-numeric_limits.diff

Deleted: packages/trunk/plee-the-bear/debian/patches/use_boost_filesystem_mt.diff
===================================================================
--- packages/trunk/plee-the-bear/debian/patches/use_boost_filesystem_mt.diff	2009-08-22 20:49:43 UTC (rev 10188)
+++ packages/trunk/plee-the-bear/debian/patches/use_boost_filesystem_mt.diff	2009-08-22 21:42:11 UTC (rev 10189)
@@ -1,26 +0,0 @@
-Index: plee-the-bear-0.3.1/dev/level-editor/src/bf/CMakeLists.txt
-===================================================================
---- plee-the-bear-0.3.1.orig/dev/level-editor/src/bf/CMakeLists.txt	2009-07-10 09:25:54.000000000 -0400
-+++ plee-the-bear-0.3.1/dev/level-editor/src/bf/CMakeLists.txt	2009-07-10 09:35:28.000000000 -0400
-@@ -64,7 +64,7 @@
-     ${CLAW_CONFIGURATION_FILE_LIBRARIES}
-     ${CLAW_LOGGER_LIBRARIES}
-     ${CLAW_GRAPHIC_LIBRARIES}
--    boost_filesystem
-+    boost_filesystem-mt
-     )
- ELSE( wxWidgets_FOUND )
-   MESSAGE( "wxWidgets not found, the level editor will not be compiled." )
-Index: plee-the-bear-0.3.1/CMakeLists.txt
-===================================================================
---- plee-the-bear-0.3.1.orig/CMakeLists.txt	2009-07-10 09:35:36.000000000 -0400
-+++ plee-the-bear-0.3.1/CMakeLists.txt	2009-07-10 09:36:03.000000000 -0400
-@@ -88,7 +88,7 @@
-   )
- 
- # check boost::filesystem
--FIND_LIBRARY( BOOST_FILESYSTEM boost_filesystem PATHS ${Boost_LIBRARY_DIRS} )
-+FIND_LIBRARY( BOOST_FILESYSTEM boost_filesystem-mt PATHS ${Boost_LIBRARY_DIRS} )
- 
- IF( NOT BOOST_FILESYSTEM )
-   MESSAGE( FATAL_ERROR

Modified: packages/trunk/plee-the-bear/debian/plee-the-bear-data.install
===================================================================
--- packages/trunk/plee-the-bear/debian/plee-the-bear-data.install	2009-08-22 20:49:43 UTC (rev 10188)
+++ packages/trunk/plee-the-bear/debian/plee-the-bear-data.install	2009-08-22 21:42:11 UTC (rev 10189)
@@ -1,8 +1 @@
-debian/tmp/usr/share/games/plee-the-bear/font usr/share/games/plee-the-bear
-debian/tmp/usr/share/games/plee-the-bear/gfx usr/share/games/plee-the-bear
-debian/tmp/usr/share/games/plee-the-bear/lang usr/share/games/plee-the-bear
-debian/tmp/usr/share/games/plee-the-bear/level usr/share/games/plee-the-bear
-debian/tmp/usr/share/games/plee-the-bear/model usr/share/games/plee-the-bear
-debian/tmp/usr/share/games/plee-the-bear/music usr/share/games/plee-the-bear
-debian/tmp/usr/share/games/plee-the-bear/sound usr/share/games/plee-the-bear
-
+debian/tmp/usr/share/games/plee-the-bear usr/share/games/

Deleted: packages/trunk/plee-the-bear/debian/plee-the-bear-man.sgml
===================================================================
--- packages/trunk/plee-the-bear/debian/plee-the-bear-man.sgml	2009-08-22 20:49:43 UTC (rev 10188)
+++ packages/trunk/plee-the-bear/debian/plee-the-bear-man.sgml	2009-08-22 21:42:11 UTC (rev 10189)
@@ -1,160 +0,0 @@
-<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
-
-<!-- Process this file with docbook-to-man to generate an nroff manual
-     page: `docbook-to-man manpage.sgml > manpage.1'.  You may view
-     the manual page with: `docbook-to-man manpage.sgml | nroff -man |
-     less'.  A typical entry in a Makefile or Makefile.am is:
-
-manpage.1: manpage.sgml
-	docbook-to-man $< > $@
-
-    
-	The docbook-to-man binary is found in the docbook-to-man package.
-	Please remember that if you create the nroff version in one of the
-	debian/rules file targets (such as build), you will need to include
-	docbook-to-man in your Build-Depends control field.
-
-  -->
-
-  <!-- Fill in your name for FIRSTNAME and SURNAME. -->
-  <!ENTITY dhfirstname "<firstname>Julien</firstname>">
-  <!ENTITY dhsurname   "<surname>Jorge</surname>">
-  <!-- Please adjust the date whenever revising the manpage. -->
-  <!ENTITY dhdate      "<date>mai 25, 2008</date>">
-  <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
-       allowed: see man(7), man(1). -->
-  <!ENTITY dhsection   "<manvolnum>6</manvolnum>">
-  <!ENTITY dhemail     "<email>julien_jorge at yahoo.fr</email>">
-  <!ENTITY dhusername  "Julien Jorge">
-  <!ENTITY dhucpackage "<refentrytitle>PLEE-THE-BEAR</refentrytitle>">
-  <!ENTITY dhpackage   "plee-the-bear">
-
-  <!ENTITY debian      "<productname>Debian</productname>">
-  <!ENTITY gnu         "<acronym>GNU</acronym>">
-  <!ENTITY gpl         "&gnu; <acronym>GPL</acronym>">
-]>
-
-<refentry>
-  <refentryinfo>
-    <address>
-      &dhemail;
-    </address>
-    <author>
-      &dhfirstname;
-      &dhsurname;
-    </author>
-    <copyright>
-      <year>2008</year>
-      <holder>&dhusername;</holder>
-    </copyright>
-    &dhdate;
-  </refentryinfo>
-  <refmeta>
-    &dhucpackage;
-
-    &dhsection;
-  </refmeta>
-  <refnamediv>
-    <refname>&dhpackage;</refname>
-
-    <refpurpose>2D platform game</refpurpose>
-  </refnamediv>
-  <refsynopsisdiv>
-    <cmdsynopsis>
-      <command>&dhpackage;</command>
-
-      <arg><option>--log-file=file</option></arg>
-      <arg><option>--log-level=string</option></arg>
-
-   </cmdsynopsis>
-  </refsynopsisdiv>
-  <refsect1>
-    <title>DESCRIPTION</title>
-
-    <para>Plee the Bear will be a 2D platform jump and run game, as fun as the
-          best platform games of the 90's. The basis of the scenario fit in few
-          lines</para>
-
-    <para>4 PM or so, Plee wakes up, tired. He has dreamed again about that
-          awesome period when he went across the entire world together with his
-          belle. He puts his leg in the honey pot... empty! Moreover every
-          single honey pot in the house is empty. "One more trick of that kid",
-          he thinks. "I'm going to give him such a wallop of which he sure will
-          remember".</para>
-
-    <para>Following honey drops on the ground, Plee reaches the edge of the
-          forest. Beginning of the game.</para>
-
-    <para>The current version is a demo.</para>
-
-  </refsect1>
-  <refsect1>
-    <title>OPTIONS</title>
-
-    <para>The following options can be passed to the program:</para>
-
-    <variablelist>
-      <varlistentry>
-        <term><option>-h</option>
-          <option>--help</option>
-        </term>
-        <listitem>
-          <para>Show summary of options.</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term><option>--log-file=file</option></term>
-        <listitem>
-          <para>Write log output in "file".</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term><option>--log-level=string</option></term>
-        <listitem>
-          <para>Output log messages up to a given level, among "error",
-                "warning" and "verbose".</para>
-        </listitem>
-      </varlistentry>
-    </variablelist>
-  </refsect1>
-  <refsect1>
-    <title>SEE ALSO</title>
-
-    <para>running-bear (6).</para>
-
-  </refsect1>
-  <refsect1>
-    <title>AUTHOR</title>
-
-    <para>This manual page was written by &dhusername; &dhemail; for
-      the &debian; system (but may be used by others).  Permission is
-      granted to copy, distribute and/or modify this document under
-      the terms of the &gnu; General Public License, Version 2 any 
-	  later version published by the Free Software Foundation.
-    </para>
-	<para>
-	  On Debian systems, the complete text of the GNU General Public
-	  License can be found in /usr/share/common-licenses/GPL.
-	</para>
-
-  </refsect1>
-</refentry>
-
-<!-- Keep this comment at the end of the file
-Local variables:
-mode: sgml
-sgml-omittag:t
-sgml-shorttag:t
-sgml-minimize-attributes:nil
-sgml-always-quote-attributes:t
-sgml-indent-step:2
-sgml-indent-data:t
-sgml-parent-document:nil
-sgml-default-dtd-file:nil
-sgml-exposed-tags:nil
-sgml-local-catalogs:nil
-sgml-local-ecat-files:nil
-End:
--->
-
-

Modified: packages/trunk/plee-the-bear/debian/plee-the-bear.install
===================================================================
--- packages/trunk/plee-the-bear/debian/plee-the-bear.install	2009-08-22 20:49:43 UTC (rev 10188)
+++ packages/trunk/plee-the-bear/debian/plee-the-bear.install	2009-08-22 21:42:11 UTC (rev 10189)
@@ -1,7 +1,12 @@
 debian/tmp/usr/games/* usr/games
 debian/tmp/usr/lib/games/plee-the-bear usr/lib/games/
-debian/tmp/usr/share/applications usr/share
-debian/tmp/usr/share/icons usr/share
-debian/tmp/usr/share/pixmaps usr/share
-debian/tmp/usr/share/games/plee-the-bear/game_description usr/share/games/plee-the-bear
-
+debian/tmp/usr/share/man/man6 usr/share/man
+debian/tmp/usr/share/locale/fr_FR/LC_MESSAGES/plee-the-bear.mo usr/share/locale/fr_FR/LC_MESSAGES/
+debian/tmp/usr/share/applications/plee-the-bear.desktop usr/share/applications
+debian/tmp/usr/share/pixmaps/ptb.* usr/share/pixmaps
+debian/tmp/usr/share/icons/hicolor/24x24/apps/ptb.png usr/share/icons/hicolor/24x24/apps
+debian/tmp/usr/share/icons/hicolor/128x128/apps/ptb.png usr/share/icons/hicolor/128x128/apps/
+debian/tmp/usr/share/icons/hicolor/64x64/apps/ptb.png usr/share/icons/hicolor/64x64/apps/
+debian/tmp/usr/share/icons/hicolor/48x48/apps/ptb.png usr/share/icons/hicolor/48x48/apps/
+debian/tmp/usr/share/icons/hicolor/32x32/apps/ptb.png usr/share/icons/hicolor/32x32/apps/
+debian/tmp/usr/share/icons/hicolor/16x16/apps/ptb.png usr/share/icons/hicolor/16x16/apps/

Modified: packages/trunk/plee-the-bear/debian/rules
===================================================================
--- packages/trunk/plee-the-bear/debian/rules	2009-08-22 20:49:43 UTC (rev 10188)
+++ packages/trunk/plee-the-bear/debian/rules	2009-08-22 21:42:11 UTC (rev 10189)
@@ -28,14 +28,18 @@
 	cd $(BUILD_TREE); cmake .. \
 		-DCMAKE_INSTALL_PREFIX:STRING="/usr" -DCMAKE_C_FLAGS:STRING="$(CFLAGS)" \
 		-DBUILD_STATIC:BOOL=ON \
-		-DBEAR_INSTALL_LIBRARY_DIR:STRING="lib/games/plee-the-bear" \
+		-DBEAR_ENGINE_INSTALL_LIBRARY_DIR:STRING="lib/games/plee-the-bear" \
 		-DPTB_INSTALL_CUSTOM_LIBRARY_DIR:STRING="lib/games/plee-the-bear" \
-		-DBEAR_INSTALL_EXECUTABLE_DIR:STRING="games" \
+		-DBEAR_ENGINE_INSTALL_EXECUTABLE_DIR:STRING="games" \
 		-DCMAKE_SHARED_LINKER_FLAGS:STRING="-Wl,--as-needed" \
 		-DCMAKE_EXE_LINKER_FLAGS:STRING="-Wl,--as-needed" \
 		-DCMAKE_INSTALL_RPATH:STRING="/usr/lib/games/plee-the-bear" \
-		-DPTB_INSTALL_DATA_DIR:STRING="share/games/plee-the-bear"
-	ln -s ../desktop/menu/plee-the-bear debian/plee-the-bear.menu
+		-DPTB_INSTALL_DATA_DIR:STRING="share/games/plee-the-bear" \
+		-DPTB_INSTALL_EXECUTABLE_DIR:STRING="games"
+	ln -s ../plee-the-bear/desktop/menu/plee-the-bear debian/plee-the-bear.menu
+	ln -s ../bear-factory/desktop/menu/bf-animation-editor debian/bf-animation-editor.menu
+	ln -s ../bear-factory/desktop/menu/bf-level-editor debian/bf-level-editor.menu
+	ln -s ../bear-factory/desktop/menu/bf-model-editor debian/bf-model-editor.menu
 	touch configure-stamp
 
 
@@ -57,7 +61,7 @@
 	rm -f debian/running-bear.6
 	rm -f debian/plee-the-bear.6
 	rm -fr .pc
-	if [ -L debian/plee-the-bear.menu ]; then unlink debian/plee-the-bear.menu; fi
+	for f in debian/*.menu; do if [ -L $$f ]; then unlink $$f; fi; done
 	dh_clean 
 
 install: build
@@ -66,8 +70,6 @@
 	dh_clean -k
 	dh_installdirs
 	cd $(BUILD_TREE); $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
-	docbook-to-man debian/running-bear-man.sgml > debian/running-bear.6
-	docbook-to-man debian/plee-the-bear-man.sgml > debian/plee-the-bear.6
 
 # Build architecture independant packages using the common target.
 binary-indep: build install
@@ -91,8 +93,7 @@
 	dh_installchangelogs Changelog -a
 	dh_installdocs -a
 	dh_installmenu -a
-	dh_installman debian/plee-the-bear.6 \
-	              debian/running-bear.6 -a
+	dh_installman -a
 	dh_install -a
 	dh_icons -a
 	dh_link -a

Deleted: packages/trunk/plee-the-bear/debian/running-bear-man.sgml
===================================================================
--- packages/trunk/plee-the-bear/debian/running-bear-man.sgml	2009-08-22 20:49:43 UTC (rev 10188)
+++ packages/trunk/plee-the-bear/debian/running-bear-man.sgml	2009-08-22 21:42:11 UTC (rev 10189)
@@ -1,150 +0,0 @@
-<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
-
-<!-- Process this file with docbook-to-man to generate an nroff manual
-     page: `docbook-to-man manpage.sgml > manpage.1'.  You may view
-     the manual page with: `docbook-to-man manpage.sgml | nroff -man |
-     less'.  A typical entry in a Makefile or Makefile.am is:
-
-manpage.1: manpage.sgml
-	docbook-to-man $< > $@
-
-    
-	The docbook-to-man binary is found in the docbook-to-man package.
-	Please remember that if you create the nroff version in one of the
-	debian/rules file targets (such as build), you will need to include
-	docbook-to-man in your Build-Depends control field.
-
-  -->
-
-  <!-- Fill in your name for FIRSTNAME and SURNAME. -->
-  <!ENTITY dhfirstname "<firstname>Julien</firstname>">
-  <!ENTITY dhsurname   "<surname>Jorge</surname>">
-  <!-- Please adjust the date whenever revising the manpage. -->
-  <!ENTITY dhdate      "<date>mai 25, 2008</date>">
-  <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
-       allowed: see man(7), man(1). -->
-  <!ENTITY dhsection   "<manvolnum>6</manvolnum>">
-  <!ENTITY dhemail     "<email>julien_jorge at yahoo.fr</email>">
-  <!ENTITY dhusername  "Julien Jorge">
-  <!ENTITY dhucpackage "<refentrytitle>RUNNING-BEAR</refentrytitle>">
-  <!ENTITY dhpackage   "running-bear">
-
-  <!ENTITY debian      "<productname>Debian</productname>">
-  <!ENTITY gnu         "<acronym>GNU</acronym>">
-  <!ENTITY gpl         "&gnu; <acronym>GPL</acronym>">
-]>
-
-<refentry>
-  <refentryinfo>
-    <address>
-      &dhemail;
-    </address>
-    <author>
-      &dhfirstname;
-      &dhsurname;
-    </author>
-    <copyright>
-      <year>2008</year>
-      <holder>&dhusername;</holder>
-    </copyright>
-    &dhdate;
-  </refentryinfo>
-  <refmeta>
-    &dhucpackage;
-
-    &dhsection;
-  </refmeta>
-  <refnamediv>
-    <refname>&dhpackage;</refname>
-
-    <refpurpose>This program is a launcher for games made with the Bear
-                Engine.</refpurpose>
-  </refnamediv>
-  <refsynopsisdiv>
-    <cmdsynopsis>
-      <command>&dhpackage;</command>
-
-      <arg><option>--game=file</option></arg>
-      <arg><option>--log-file=file</option></arg>
-      <arg><option>--log-level=string</option></arg>
-      
-   </cmdsynopsis>
-  </refsynopsisdiv>
-  <refsect1>
-    <title>DESCRIPTION</title>
-
-    <para>This program is a launcher for games made with the Bear
-          Engine.</para>
-  </refsect1>
-  <refsect1>
-    <title>OPTIONS</title>
-
-    <para>The following options can be passed to the program:</para>
-
-    <variablelist>
-      <varlistentry>
-        <term><option>-g=file</option>
-          <option>--game=file</option>
-        </term>
-        <listitem>
-          <para>Read the configuration of the game from a given file.</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term><option>-h</option>
-          <option>--help</option>
-        </term>
-        <listitem>
-          <para>Show summary of options.</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term><option>--log-file=file</option></term>
-        <listitem>
-          <para>Write log output in "file".</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term><option>--log-level=string</option></term>
-        <listitem>
-          <para>Output log messages up to a given level, among "error",
-                "warning" and "verbose".</para>
-        </listitem>
-      </varlistentry>
-    </variablelist>
-  </refsect1>
-  <refsect1>
-    <title>AUTHOR</title>
-
-    <para>This manual page was written by &dhusername; &dhemail; for
-      the &debian; system (but may be used by others).  Permission is
-      granted to copy, distribute and/or modify this document under
-      the terms of the &gnu; General Public License, Version 2 any 
-	  later version published by the Free Software Foundation.
-    </para>
-	<para>
-	  On Debian systems, the complete text of the GNU General Public
-	  License can be found in /usr/share/common-licenses/GPL.
-	</para>
-
-  </refsect1>
-</refentry>
-
-<!-- Keep this comment at the end of the file
-Local variables:
-mode: sgml
-sgml-omittag:t
-sgml-shorttag:t
-sgml-minimize-attributes:nil
-sgml-always-quote-attributes:t
-sgml-indent-step:2
-sgml-indent-data:t
-sgml-parent-document:nil
-sgml-default-dtd-file:nil
-sgml-exposed-tags:nil
-sgml-local-catalogs:nil
-sgml-local-ecat-files:nil
-End:
--->
-
-

Modified: packages/trunk/plee-the-bear/debian/watch
===================================================================
--- packages/trunk/plee-the-bear/debian/watch	2009-08-22 20:49:43 UTC (rev 10188)
+++ packages/trunk/plee-the-bear/debian/watch	2009-08-22 21:42:11 UTC (rev 10189)
@@ -1,3 +1,3 @@
 version=3
-http://sf.net/plee-the-bear/plee-the-bear-(0.[\d.]+)\.tar\.bz2
+http://sf.net/plee-the-bear/plee-the-bear-(0.[\d.]+)\.tar\.gz
 




More information about the Pkg-games-commits mailing list