r5432 - in packages/trunk/ogreal/debian: . patches

Andres Mejia ceros-guest at alioth.debian.org
Thu Jan 17 18:01:54 UTC 2008


Author: ceros-guest
Date: 2008-01-17 18:01:47 +0000 (Thu, 17 Jan 2008)
New Revision: 5432

Modified:
   packages/trunk/ogreal/debian/control
   packages/trunk/ogreal/debian/patches/makefile_modifications.diff
Log:
Updated makefile_modifications patch for new SVN checkout. Updated debian/control.

Modified: packages/trunk/ogreal/debian/control
===================================================================
--- packages/trunk/ogreal/debian/control	2008-01-17 17:56:16 UTC (rev 5431)
+++ packages/trunk/ogreal/debian/control	2008-01-17 18:01:47 UTC (rev 5432)
@@ -4,10 +4,10 @@
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Andres Mejia <mcitadel at gmail.com>, Federico Di Gregorio <fog at debian.org>
 Build-Depends: debhelper (>= 5), tofrodos, quilt, libtool, automake, pkg-config, chrpath, libogre-dev (>= 1.4), libvorbis-dev, libogg-dev, libalut-dev, libopenal-dev, libois-dev
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
 Homepage: http://sourceforge.net/projects/ogreal/
-XS-Vcs-Svn: svn+ssh://svn.debian.org/pkg-games/packages/trunk/ogreal
-XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/ogreal/?op=log
+Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/ogreal
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/ogreal/?op=log
 
 Package: libogreal0
 Section: libs
@@ -24,8 +24,6 @@
  directional sounds.
  .
  This package contains the OgreAL library.
- .
- Homepage: http://sourceforge.net/projects/ogreal/
 
 Package: libogreal0-dbg
 Section: libdevel
@@ -42,8 +40,6 @@
  directional sounds.
  .
  This package contains the debugging version of the OgreAL library.
- .
- Homepage: http://sourceforge.net/projects/ogreal/
 
 Package: libogreal-dev
 Section: libdevel
@@ -62,5 +58,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.
- .
- Homepage: http://sourceforge.net/projects/ogreal/

Modified: packages/trunk/ogreal/debian/patches/makefile_modifications.diff
===================================================================
--- packages/trunk/ogreal/debian/patches/makefile_modifications.diff	2008-01-17 17:56:16 UTC (rev 5431)
+++ packages/trunk/ogreal/debian/patches/makefile_modifications.diff	2008-01-17 18:01:47 UTC (rev 5432)
@@ -1,45 +1,59 @@
---- ./Demos/Basic_Demo/Makefile.am~	2007-10-11 11:55:59.000000000 -0400
-+++ ./Demos/Basic_Demo/Makefile.am	2007-10-10 17:21:49.000000000 -0400
-@@ -1,5 +1,6 @@
- INCLUDES= -I$(top_srcdir)/include $(OGREAL_CFLAGS)
+--- ./Demos/Basic_Demo/Makefile.am~	2008-01-17 12:57:06.000000000 -0500
++++ ./Demos/Basic_Demo/Makefile.am	2008-01-17 12:57:20.000000000 -0500
+@@ -1,5 +1,5 @@
+ INCLUDES= -I$(top_srcdir)/include $(OGREAL_CFLAGS) $(OIS_CFLAGS)
 -demosdir= $(abs_top_builddir)/Demos/bin
 +demosdir= $(prefix)/lib/ogrealdemos
-+LIBS+=-lOIS
  demos_PROGRAMS= Basic
  Basic_SOURCES= Listener.cpp  Listener.h  main.cpp  OgreApp.cpp  OgreApp.h
  Basic_LDFLAGS= -L$(top_builddir)/src
---- ./Demos/Directional_Demo/Makefile.am~	2007-10-11 11:55:59.000000000 -0400
-+++ ./Demos/Directional_Demo/Makefile.am	2007-10-10 17:22:00.000000000 -0400
-@@ -1,5 +1,6 @@
- INCLUDES= -I$(top_srcdir)/include $(OGREAL_CFLAGS)
+--- ./Demos/Directional_Demo/Makefile.am~	2008-01-17 12:57:06.000000000 -0500
++++ ./Demos/Directional_Demo/Makefile.am	2008-01-17 12:57:20.000000000 -0500
+@@ -1,5 +1,5 @@
+ INCLUDES= -I$(top_srcdir)/include $(OGREAL_CFLAGS) $(OIS_CFLAGS)
 -demosdir= $(abs_top_builddir)/Demos/bin
 +demosdir= $(prefix)/lib/ogrealdemos
-+LIBS+=-lOIS
  demos_PROGRAMS= Directional
  Directional_SOURCES= Listener.cpp  Listener.h  main.cpp  OgreApp.cpp  OgreApp.h
  Directional_LDFLAGS= -L$(top_builddir)/src
---- ./Demos/Doppler_Demo/Makefile.am~	2007-10-11 11:56:00.000000000 -0400
-+++ ./Demos/Doppler_Demo/Makefile.am	2007-10-10 17:22:23.000000000 -0400
-@@ -1,5 +1,6 @@
- INCLUDES= -I$(top_srcdir)/include $(OGREAL_CFLAGS)
+--- ./Demos/Doppler_Demo/Makefile.am~	2008-01-17 12:57:06.000000000 -0500
++++ ./Demos/Doppler_Demo/Makefile.am	2008-01-17 12:57:20.000000000 -0500
+@@ -1,5 +1,5 @@
+ INCLUDES= -I$(top_srcdir)/include $(OGREAL_CFLAGS) $(OIS_CFLAGS)
 -demosdir= $(abs_top_builddir)/Demos/bin
 +demosdir= $(prefix)/lib/ogrealdemos
-+LIBS+=-lOIS
  demos_PROGRAMS= Doppler
  Doppler_SOURCES= Listener.cpp  Listener.h  main.cpp  OgreApp.cpp  OgreApp.h BetaGUI.h BetaGUI.cpp
  Doppler_LDFLAGS= -L$(top_builddir)/src
---- ./Demos/MultiChannel_Demo/Makefile.am~	2007-10-11 11:56:00.000000000 -0400
-+++ ./Demos/MultiChannel_Demo/Makefile.am	2007-10-10 17:23:24.000000000 -0400
-@@ -1,5 +1,6 @@
- INCLUDES= -I$(top_srcdir)/include $(OGREAL_CFLAGS)
+--- ./Demos/ManySources_Demo/Makefile.am~	2008-01-17 12:57:06.000000000 -0500
++++ ./Demos/ManySources_Demo/Makefile.am	2008-01-17 12:57:20.000000000 -0500
+@@ -1,5 +1,5 @@
+ INCLUDES= -I$(top_srcdir)/include $(OGREAL_CFLAGS) $(OIS_CFLAGS)
 -demosdir= $(abs_top_builddir)/Demos/bin
 +demosdir= $(prefix)/lib/ogrealdemos
-+LIBS+=-lOIS
  demos_PROGRAMS= MultiChannel
+ ManySources_SOURCES= Listener.cpp  Listener.h  main.cpp  OgreApp.cpp  OgreApp.h
+ ManySources_LDFLAGS= -L$(top_builddir)/src
+--- ./Demos/MultiChannel_Demo/Makefile.am~	2008-01-17 12:57:06.000000000 -0500
++++ ./Demos/MultiChannel_Demo/Makefile.am	2008-01-17 12:57:20.000000000 -0500
+@@ -1,5 +1,5 @@
+ INCLUDES= -I$(top_srcdir)/include $(OGREAL_CFLAGS) $(OIS_CFLAGS)
+-demosdir= $(abs_top_builddir)/Demos/bin
++demosdir= $(prefix)/lib/ogrealdemos
+ demos_PROGRAMS= MultiChannel
  MultiChannel_SOURCES= Listener.cpp  Listener.h  main.cpp  OgreApp.cpp  OgreApp.h
  MultiChannel_LDFLAGS= -L$(top_builddir)/src
---- ./Demos/bin/Makefile.am~	2007-10-11 11:56:00.000000000 -0400
-+++ ./Demos/bin/Makefile.am	2007-10-10 17:03:28.000000000 -0400
+--- ./Demos/PlayPen/Makefile.am~	2008-01-17 12:57:06.000000000 -0500
++++ ./Demos/PlayPen/Makefile.am	2008-01-17 12:57:20.000000000 -0500
+@@ -1,5 +1,5 @@
+ INCLUDES= -I$(top_srcdir)/include $(OGREAL_CFLAGS) $(OIS_CFLAGS)
+-demosdir= $(abs_top_builddir)/Demos/bin
++demosdir= $(prefix)/lib/ogrealdemos
+ demos_PROGRAMS= MultiChannel
+ PlayPen_SOURCES= Listener.cpp  Listener.h  main.cpp  OgreApp.cpp  OgreApp.h
+ PlayPen_LDFLAGS= -L$(top_builddir)/src
+--- ./Demos/bin/Makefile.am~	2008-01-17 12:57:06.000000000 -0500
++++ ./Demos/bin/Makefile.am	2008-01-17 12:57:20.000000000 -0500
 @@ -6,9 +6,9 @@
  	-e "s, at OGREAL_MEDIADIR\@,$(top_srcdir)/Demos/Media,g"
  




More information about the Pkg-games-commits mailing list