r3304 - in packages/trunk/ogre/debian: . extras patches

Andres Mejia ceros-guest at alioth.debian.org
Tue Jul 10 06:14:49 UTC 2007


Author: ceros-guest
Date: 2007-07-10 06:14:49 +0000 (Tue, 10 Jul 2007)
New Revision: 3304

Modified:
   packages/trunk/ogre/debian/changelog
   packages/trunk/ogre/debian/copyright
   packages/trunk/ogre/debian/extras/ogre-free-gen.sh
   packages/trunk/ogre/debian/patches/disable_samples.dpatch
   packages/trunk/ogre/debian/watch
Log:
new upstream release of ogre (ogre-1.4.3).

Modified: packages/trunk/ogre/debian/changelog
===================================================================
--- packages/trunk/ogre/debian/changelog	2007-07-10 06:11:53 UTC (rev 3303)
+++ packages/trunk/ogre/debian/changelog	2007-07-10 06:14:49 UTC (rev 3304)
@@ -1,3 +1,10 @@
+ogre (1.4.3-1) UNRELEASED; urgency=low
+
+  [ Andres Mejia ]
+  * New upstream release
+
+ -- Andres Mejia <mcitadel at gmail.com>  Mon, 09 Jul 2007 13:01:44 -0400
+
 ogre (1.4.2-2) unstable; urgency=low
 
   [ Andres Mejia ]

Modified: packages/trunk/ogre/debian/copyright
===================================================================
--- packages/trunk/ogre/debian/copyright	2007-07-10 06:11:53 UTC (rev 3303)
+++ packages/trunk/ogre/debian/copyright	2007-07-10 06:14:49 UTC (rev 3304)
@@ -9,6 +9,9 @@
 
    http://www.ogre3d.org/.
 
+The ogre-free-gen.sh script found in the diff.gz file under debian/extras was
+used to generate the ogre-free tarball for this package.
+
 Upstream Authors:
 
   Steve Streeting

Modified: packages/trunk/ogre/debian/extras/ogre-free-gen.sh
===================================================================
--- packages/trunk/ogre/debian/extras/ogre-free-gen.sh	2007-07-10 06:11:53 UTC (rev 3303)
+++ packages/trunk/ogre/debian/extras/ogre-free-gen.sh	2007-07-10 06:14:49 UTC (rev 3304)
@@ -8,7 +8,7 @@
 # This script will not download the upstream source for you.
 
 # Prepare the ogre-free tarball
-tar -xvjf ogre-linux-osx-v1-4-2.tar.bz2
+tar -xvjf ogre-linux_osx-v1-4-3.tar.bz2
 mv ogrenew ogre-free
 
 # Remove non-distributable samples

Modified: packages/trunk/ogre/debian/patches/disable_samples.dpatch
===================================================================
--- packages/trunk/ogre/debian/patches/disable_samples.dpatch	2007-07-10 06:11:53 UTC (rev 3303)
+++ packages/trunk/ogre/debian/patches/disable_samples.dpatch	2007-07-10 06:14:49 UTC (rev 3304)
@@ -51,16 +51,16 @@
 @@ -1,12 +1,12 @@
  AC_PREREQ(2.50)
  
--AC_INIT([OGRE], [1.4.2])
-+AC_INIT([OGRE], [1.4.2],, [OGRE])
+-AC_INIT([OGRE], [1.4.3])
++AC_INIT([OGRE], [1.4.3],, [OGRE])
  
  AC_CANONICAL_TARGET
  
 -# New syntax, but this is still buggy; PACKAGE gets defined as 'ogre' not 'OGRE'
 +# New syntax; PACKAGE gets defined as 'OGRE' not 'ogre'
- #AM_INIT_AUTOMAKE([OGRE], 1.4.2)
--AM_INIT_AUTOMAKE([OGRE], 1.4.2)
-+AM_INIT_AUTOMAKE([OGRE], 1.4.2,, [OGRE])
+ #AM_INIT_AUTOMAKE([OGRE], 1.4.3)
+-AM_INIT_AUTOMAKE([OGRE], 1.4.3)
++AM_INIT_AUTOMAKE([OGRE], 1.4.3,, [OGRE])
  AC_CONFIG_HEADERS([OgreMain/include/config.h])
  
  dnl Check for programs
@@ -69,9 +69,9 @@
  LIBS="$LIBS"
  
 +dnl Added versioning info. Versioning info doesn't exist upstream.
-+dnl This should end with a versuffix of 14.0.2
++dnl This should end with a versuffix of 14.0.3
 +OGREMAIN_CURRENT=14
-+OGREMAIN_REVISION=2
++OGREMAIN_REVISION=3
 +OGREMAIN_AGE=0
 +OGREMAIN_VERSION_INFO=$OGREMAIN_CURRENT:$OGREMAIN_REVISION:$OGREMAIN_AGE
 +AC_SUBST(OGREMAIN_VERSION_INFO)

Modified: packages/trunk/ogre/debian/watch
===================================================================
--- packages/trunk/ogre/debian/watch	2007-07-10 06:11:53 UTC (rev 3303)
+++ packages/trunk/ogre/debian/watch	2007-07-10 06:14:49 UTC (rev 3304)
@@ -4,10 +4,10 @@
 # Ogre source download link from sourceforge.net
 opts=uversionmangle=s/\.\?.*// \
 http://downloads.sourceforge.net/ogre \
-     http://downloads.sourceforge.net/ogre/ogre-linux-osx-v(.*)\.tar\.bz2(.*) \
-     1-4-2
+     http://downloads.sourceforge.net/ogre/ogre-linux_osx-v(.*)\.tar\.bz2(.*) \
+     1-4-3
 
 # Different check for ogre source, provided by uscan man page
 http://sf.net/ogre/ \
-     ogre-linux-osx-v(.*)\.tar\.bz2(.*) \
-     1-4-2.
+     ogre-linux_osx-v(.*)\.tar\.bz2(.*) \
+     1-4-3.




More information about the Pkg-games-commits mailing list