r6724 - packages/trunk/ogreal/debian

Andres Mejia ceros-guest at alioth.debian.org
Wed Apr 23 06:58:44 UTC 2008


Author: ceros-guest
Date: 2008-04-23 06:58:44 +0000 (Wed, 23 Apr 2008)
New Revision: 6724

Added:
   packages/trunk/ogreal/debian/libogreal-dev.README.Debian
   packages/trunk/ogreal/debian/libogreal-dev.examples
   packages/trunk/ogreal/debian/libogreal-dev.install
Removed:
   packages/trunk/ogreal/debian/libogreal0-dev.README.Debian
   packages/trunk/ogreal/debian/libogreal0-dev.examples
   packages/trunk/ogreal/debian/libogreal0-dev.install
Modified:
   packages/trunk/ogreal/debian/control
   packages/trunk/ogreal/debian/rules
Log:
Only supporting one development package

Modified: packages/trunk/ogreal/debian/control
===================================================================
--- packages/trunk/ogreal/debian/control	2008-04-23 06:54:40 UTC (rev 6723)
+++ packages/trunk/ogreal/debian/control	2008-04-23 06:58:44 UTC (rev 6724)
@@ -32,7 +32,7 @@
  .
  This package contains the debugging version of the OgreAL library.
 
-Package: libogreal0-dev
+Package: libogreal-dev
 Section: libdevel
 Architecture: any
 Depends: libogreal0 (= ${binary:Version}), libogre-dev (>= 1.4), libvorbis-dev, libogg-dev, libalut-dev, libopenal-dev
@@ -44,15 +44,3 @@
  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.
-
-Package: libogreal-dev
-Section: libdevel
-Architecture: any
-Depends: libogreal0-dev
-Description: OpenAL plugin for the Ogre Rendering Engine (meta package)
- 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.
- .
- This package is provided for those that want to depend on the more stable
- version of the ogreal development packages, as deemed by the maintainers.

Copied: packages/trunk/ogreal/debian/libogreal-dev.README.Debian (from rev 6721, packages/trunk/ogreal/debian/libogreal0-dev.README.Debian)
===================================================================
--- packages/trunk/ogreal/debian/libogreal-dev.README.Debian	                        (rev 0)
+++ packages/trunk/ogreal/debian/libogreal-dev.README.Debian	2008-04-23 06:58:44 UTC (rev 6724)
@@ -0,0 +1,7 @@
+OgreAL Demos
+==========================================================================
+Demos are included in the ogrealdemos.tar.gz tarball in the examples directory.
+Source code for the demos is also provided in the examples directory.
+
+An added dependency of libois1 will need to be installed before the demos can
+be run.

Copied: packages/trunk/ogreal/debian/libogreal-dev.examples (from rev 6721, packages/trunk/ogreal/debian/libogreal0-dev.examples)
===================================================================
--- packages/trunk/ogreal/debian/libogreal-dev.examples	                        (rev 0)
+++ packages/trunk/ogreal/debian/libogreal-dev.examples	2008-04-23 06:58:44 UTC (rev 6724)
@@ -0,0 +1,7 @@
+Demos/Basic_Demo
+Demos/Directional_Demo
+Demos/Doppler_Demo
+Demos/ManySources_Demo
+Demos/MultiChannel_Demo
+Demos/PlayPen
+debian/tmp/usr/lib/ogrealdemos.tar.gz

Copied: packages/trunk/ogreal/debian/libogreal-dev.install (from rev 6721, packages/trunk/ogreal/debian/libogreal0-dev.install)
===================================================================
--- packages/trunk/ogreal/debian/libogreal-dev.install	                        (rev 0)
+++ packages/trunk/ogreal/debian/libogreal-dev.install	2008-04-23 06:58:44 UTC (rev 6724)
@@ -0,0 +1,4 @@
+usr/include/*
+usr/lib/*.so
+usr/lib/*.la
+usr/lib/pkgconfig/*

Deleted: packages/trunk/ogreal/debian/libogreal0-dev.README.Debian
===================================================================
--- packages/trunk/ogreal/debian/libogreal0-dev.README.Debian	2008-04-23 06:54:40 UTC (rev 6723)
+++ packages/trunk/ogreal/debian/libogreal0-dev.README.Debian	2008-04-23 06:58:44 UTC (rev 6724)
@@ -1,7 +0,0 @@
-OgreAL Demos
-==========================================================================
-Demos are included in the ogrealdemos.tar.gz tarball in the examples directory.
-Source code for the demos is also provided in the examples directory.
-
-An added dependency of libois1 will need to be installed before the demos can
-be run.

Deleted: packages/trunk/ogreal/debian/libogreal0-dev.examples
===================================================================
--- packages/trunk/ogreal/debian/libogreal0-dev.examples	2008-04-23 06:54:40 UTC (rev 6723)
+++ packages/trunk/ogreal/debian/libogreal0-dev.examples	2008-04-23 06:58:44 UTC (rev 6724)
@@ -1,7 +0,0 @@
-Demos/Basic_Demo
-Demos/Directional_Demo
-Demos/Doppler_Demo
-Demos/ManySources_Demo
-Demos/MultiChannel_Demo
-Demos/PlayPen
-debian/tmp/usr/lib/ogrealdemos.tar.gz

Deleted: packages/trunk/ogreal/debian/libogreal0-dev.install
===================================================================
--- packages/trunk/ogreal/debian/libogreal0-dev.install	2008-04-23 06:54:40 UTC (rev 6723)
+++ packages/trunk/ogreal/debian/libogreal0-dev.install	2008-04-23 06:58:44 UTC (rev 6724)
@@ -1,4 +0,0 @@
-usr/include/*
-usr/lib/*.so
-usr/lib/*.la
-usr/lib/pkgconfig/*

Modified: packages/trunk/ogreal/debian/rules
===================================================================
--- packages/trunk/ogreal/debian/rules	2008-04-23 06:54:40 UTC (rev 6723)
+++ packages/trunk/ogreal/debian/rules	2008-04-23 06:58:44 UTC (rev 6724)
@@ -86,7 +86,7 @@
 	[ ! -f fromdos-stamp ] || rm fromdos-stamp
 
 install: build
-	dh_testdir 
+	dh_testdir
 	dh_testroot
 	dh_clean -k
 	install -d debian/tmp
@@ -129,4 +129,4 @@
 	dh_builddeb
 
 binary: binary-arch binary-indep
-.PHONY: unpack configure build clean binary-indep binary-arch binary install 
+.PHONY: unpack configure build clean binary-indep binary-arch binary install




More information about the Pkg-games-commits mailing list