Author: ceros-guest
Date: 2008-01-17 21:13:11 +0000 (Thu, 17 Jan 2008)
New Revision: 5442

Modified:
   packages/trunk/ogreal/debian/control
   packages/trunk/ogreal/debian/rules
Log:
Updated package description. Use chrpath on all demos. Remove all demo binaries 
from examples.

Modified: packages/trunk/ogreal/debian/control
===================================================================
--- packages/trunk/ogreal/debian/control        2008-01-17 20:56:11 UTC (rev 
5441)
+++ packages/trunk/ogreal/debian/control        2008-01-17 21:13:11 UTC (rev 
5442)
@@ -14,15 +14,10 @@
 Architecture: any
 Depends: ${shlibs:Depends}
 Description: OpenAL plugin for the Ogre Rendering Engine (libraries)
- OgreAL an OpenAL plugin for the Ogre Rendering Engine.
+ OgreAL is an OpenAL wrapper for the Ogre Rendering Engine. It allows you to
+ add 3D sounds and music to your games and applications in a clean and easy
+ way.
  .
- At the moment OgreAL will allow you to load in wav and ogg files. The Sound
- objects act like any other object in Ogre, you can attach it to SceneNodes and
- move it around the scene. This allows you to place the sound source anywhere
- in the scene and move it as needed, you can also have background music or
- sounds. It allows some basic sound manipulation such as doppler effect and
- directional sounds.
- .
  This package contains the OgreAL library.
 
 Package: libogreal0-dbg
@@ -31,15 +26,10 @@
 Priority: extra
 Depends: libogreal0 (= ${binary:Version})
 Description: OpenAL plugin for the Ogre Rendering Engine (debugging libs)
- OgreAL an OpenAL plugin for the Ogre Rendering Engine.
+ OgreAL is an OpenAL wrapper for the Ogre Rendering Engine. It allows you to
+ add 3D sounds and music to your games and applications in a clean and easy
+ way.
  .
- At the moment OgreAL will allow you to load in wav and ogg files. The Sound
- objects act like any other object in Ogre, you can attach it to SceneNodes and
- move it around the scene. This allows you to place the sound source anywhere
- in the scene and move it as needed, you can also have background music or
- sounds. It allows some basic sound manipulation such as doppler effect and
- directional sounds.
- .
  This package contains the debugging version of the OgreAL library.
 
 Package: libogreal-dev
@@ -47,15 +37,10 @@
 Architecture: any
 Depends: libogreal0 (= ${binary:Version}), libogre-dev (>= 1.4), 
libvorbis-dev, libogg-dev, libalut-dev, libopenal-dev
 Description: OpenAL plugin for the Ogre Rendering Engine (development files)
- OgreAL an OpenAL plugin for the Ogre Rendering Engine.
+ OgreAL is an OpenAL wrapper for the Ogre Rendering Engine. It allows you to
+ add 3D sounds and music to your games and applications in a clean and easy
+ way.
  .
- At the moment OgreAL will allow you to load in wav and ogg files. The Sound
- objects act like any other object in Ogre, you can attach it to SceneNodes and
- move it around the scene. This allows you to place the sound source anywhere
- in the scene and move it as needed, you can also have background music or
- sounds. It allows some basic sound manipulation such as doppler effect and
- directional sounds.
- .
  This package contains the headers and static libraries needed to develop
  with OgreAL. This package also contains the OgreAL demos along with its source
  code to learn from.

Modified: packages/trunk/ogreal/debian/rules
===================================================================
--- packages/trunk/ogreal/debian/rules  2008-01-17 20:56:11 UTC (rev 5441)
+++ packages/trunk/ogreal/debian/rules  2008-01-17 21:13:11 UTC (rev 5442)
@@ -92,7 +92,7 @@
        install -d debian/tmp
        $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
        cd debian/tmp/usr/lib/ogrealdemos && \
-       chrpath -d Basic Directional Doppler MultiChannel
+       chrpath -d Basic Directional Doppler ManySources MultiChannel PlayPen
        ln -s /etc/OGRE/plugins.cfg debian/tmp/usr/lib/ogrealdemos/plugins.cfg
        cp -r Demos/Media debian/tmp/usr/lib/ogrealdemos/Media
        cp debian/resources.cfg debian/tmp/usr/lib/ogrealdemos/resources.cfg
@@ -115,7 +115,9 @@
        rm 
debian/libogreal-dev/usr/share/doc/libogreal-dev/examples/Basic_Demo/Basic
        rm 
debian/libogreal-dev/usr/share/doc/libogreal-dev/examples/Directional_Demo/Directional
        rm 
debian/libogreal-dev/usr/share/doc/libogreal-dev/examples/Doppler_Demo/Doppler
+       rm 
debian/libogreal-dev/usr/share/doc/libogreal-dev/examples/ManySources_Demo/ManySources
        rm 
debian/libogreal-dev/usr/share/doc/libogreal-dev/examples/MultiChannel_Demo/MultiChannel
+       rm 
debian/libogreal-dev/usr/share/doc/libogreal-dev/examples/PlayPen/PlayPen
        dh_strip -plibogreal0 --dbg-package=libogreal0-dbg
        dh_compress
        dh_fixperms


_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to