r4420 - packages/trunk/ogre-contrib/debian

Andres Mejia ceros-guest at alioth.debian.org
Sun Oct 14 20:25:05 UTC 2007


Author: ceros-guest
Date: 2007-10-14 20:25:05 +0000 (Sun, 14 Oct 2007)
New Revision: 4420

Modified:
   packages/trunk/ogre-contrib/debian/
   packages/trunk/ogre-contrib/debian/changelog
   packages/trunk/ogre-contrib/debian/control
   packages/trunk/ogre-contrib/debian/ogre-contrib-tarball.sh
   packages/trunk/ogre-contrib/debian/watch
Log:
Checking packaging for ogre-contrib-1.4.5


Property changes on: packages/trunk/ogre-contrib/debian
___________________________________________________________________
Name: svn-bp:origUrl
   - http://ftp.de.debian.org/debian/pool/main/o/ogre/ogre_1.4.4.orig.tar.gz
   + http://mentors.debian.net/debian/pool/contrib/o/ogre-contrib/ogre-contrib_1.4.5.orig.tar.gz

Modified: packages/trunk/ogre-contrib/debian/changelog
===================================================================
--- packages/trunk/ogre-contrib/debian/changelog	2007-10-14 20:22:54 UTC (rev 4419)
+++ packages/trunk/ogre-contrib/debian/changelog	2007-10-14 20:25:05 UTC (rev 4420)
@@ -1,3 +1,9 @@
+ogre-contrib (1.4.5-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Andres Mejia <mcitadel at gmail.com>  Mon, 08 Oct 2007 15:24:13 -0400
+
 ogre-contrib (1.4.4-1) unstable; urgency=low
 
   * New upstream release.
@@ -9,8 +15,10 @@
   * Bootstrapping will be done manually.
   * Updated watchfile.
   * Adding Federico Di Gregorio as uploader.
+  * Adding Vcs-{Svn,Browser} control fields for collaboration.
+  * Adding Homepage field in source stanza that will be supported soon.
 
- -- Andres Mejia <mcitadel at gmail.com>  Fri, 31 Aug 2007 01:11:13 -0400
+ -- Andres Mejia <mcitadel at gmail.com>  Mon, 03 Sep 2007 13:59:10 -0400
 
 ogre-contrib (1.4.3-1) unstable; urgency=low
 

Modified: packages/trunk/ogre-contrib/debian/control
===================================================================
--- packages/trunk/ogre-contrib/debian/control	2007-10-14 20:22:54 UTC (rev 4419)
+++ packages/trunk/ogre-contrib/debian/control	2007-10-14 20:25:05 UTC (rev 4420)
@@ -3,8 +3,11 @@
 Section: contrib/libs
 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), quilt, libtool, automake, pkg-config, nvidia-cg-toolkit, libfreetype6-dev, libfreeimage-dev, libzzip-dev, libogre-dev (>= 1.4.4), libogre-dev (<< 1.4.5)
+Build-Depends: debhelper (>= 5), quilt, libtool, automake, pkg-config, nvidia-cg-toolkit, libfreetype6-dev, libfreeimage-dev, libzzip-dev, libogre-dev (>= 1.4.5), libogre-dev (<< 1.4.6)
 Standards-Version: 3.7.2
+Homepage: http://ogre3d.org/
+XS-Vcs-Svn: svn+ssh://svn.debian.org/pkg-games/packages/trunk/ogre-contrib
+XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/ogre-contrib/?op=log
 
 Package: ogre-plugins-cgprogrammanager
 Section: contrib/libs

Modified: packages/trunk/ogre-contrib/debian/ogre-contrib-tarball.sh
===================================================================
--- packages/trunk/ogre-contrib/debian/ogre-contrib-tarball.sh	2007-10-14 20:22:54 UTC (rev 4419)
+++ packages/trunk/ogre-contrib/debian/ogre-contrib-tarball.sh	2007-10-14 20:25:05 UTC (rev 4420)
@@ -1,16 +1,16 @@
 #! /bin/sh
 
-# This script is used to generate the ogre-contrib-1.4.4.orig tarball that can be
+# This script is used to generate the ogre-contrib-1.4.5.orig tarball that can be
 # distributed through Debian.
 
-if [ ! -f ogre-linux_osx-v1-4-4.tar.bz2 ] ; then
+if [ ! -f ogre-linux_osx-v1-4-5.tar.bz2 ] ; then
 # Download the tarball
-wget http://downloads.sourceforge.net/ogre/ogre-linux_osx-v1-4-4.tar.bz2
+wget http://downloads.sourceforge.net/ogre/ogre-linux_osx-v1-4-5.tar.bz2
 fi
 
 # Verify the checksum
-CORRECT_CHECKSUM=456b75d21bc09d9cee937e3ccf9fbced
-COMPUTED_CHECKSUM=`md5sum ogre-linux_osx-v1-4-4.tar.bz2 | cut -d ' ' -f 1`
+CORRECT_CHECKSUM=efce9ce9e2b0e2d593e45479210bd4af
+COMPUTED_CHECKSUM=`md5sum ogre-linux_osx-v1-4-5.tar.bz2 | cut -d ' ' -f 1`
 
 if [ $CORRECT_CHECKSUM != $COMPUTED_CHECKSUM ] ; then
 	echo "Checksum verification failed. Checksum was $COMPUTED_CHECKSUM
@@ -20,48 +20,48 @@
 	echo "Checksum verified. Checksum is $COMPUTED_CHECKSUM."
 fi
 
-# Prepare the ogre-contrib-1.4.4.orig tarball
+# Prepare the ogre-contrib-1.4.5.orig tarball
 if [ ! -d ogrenew ]; then
-	echo "Extracting ogre-linux_osx-v1-4-4.tar.bz2"
-	tar -xjf ogre-linux_osx-v1-4-4.tar.bz2
+	echo "Extracting ogre-linux_osx-v1-4-5.tar.bz2"
+	tar -xjf ogre-linux_osx-v1-4-5.tar.bz2
 else
 	echo "Already found extracted ogrenew directory. Please remove 
-or move ogrenew and ogre-contrib-1.4.4 directories and also ogre_1.4.4.orig.tar.gz."
+or move ogrenew and ogre-contrib-1.4.5 directories and also ogre_1.4.5.orig.tar.gz."
 	exit 0
 fi
-if [ ! -d ogre-contrib-1.4.4 ]; then
-	echo "Renaming extracted ogrenew directory to ogre-contrib-1.4.4"
-	mv ogrenew ogre-contrib-1.4.4
+if [ ! -d ogre-contrib-1.4.5 ]; then
+	echo "Renaming extracted ogrenew directory to ogre-contrib-1.4.5"
+	mv ogrenew ogre-contrib-1.4.5
 else
-	echo "Already found ogre-contrib-1.4.4 directory. Please remove or move 
-ogrenew and ogre-contrib-1.4.4 directories and also ogre_1.4.4.orig.tar.gz."
+	echo "Already found ogre-contrib-1.4.5 directory. Please remove or move 
+ogrenew and ogre-contrib-1.4.5 directories and also ogre_1.4.5.orig.tar.gz."
 	exit 0
 fi
 
 # Remove all CVS directories
 echo "Removing all CVS directories"
-for REMOVE_CVS in `find ogre-contrib-1.4.4 -name CVS`; do
+for REMOVE_CVS in `find ogre-contrib-1.4.5 -name CVS`; do
 	rm -r "$REMOVE_CVS"
 done
 
 # Remove directories and files not needed to build the
 # ogre-plugins-cgprogrammanager package.
 echo "Removing components not needed for ogre-contrib packages."
-rm -r ogre-contrib-1.4.4/autom4te.cache
-rm -r ogre-contrib-1.4.4/Docs
-rm -r ogre-contrib-1.4.4/Mac
-rm -r ogre-contrib-1.4.4/Other
-rm -r ogre-contrib-1.4.4/ReferenceApplication
-rm -r ogre-contrib-1.4.4/RenderSystems
-rm -r ogre-contrib-1.4.4/Samples
-rm -r ogre-contrib-1.4.4/SDK
-rm -r ogre-contrib-1.4.4/Tests
-rm -r ogre-contrib-1.4.4/Tools
-rm -r ogre-contrib-1.4.4/PlugIns/BSPSceneManager
-rm -r ogre-contrib-1.4.4/PlugIns/EXRCodec
-rm -r ogre-contrib-1.4.4/PlugIns/OctreeSceneManager
-rm -r ogre-contrib-1.4.4/PlugIns/ParticleFX
+rm -r ogre-contrib-1.4.5/autom4te.cache
+rm -r ogre-contrib-1.4.5/Docs
+rm -r ogre-contrib-1.4.5/Mac
+rm -r ogre-contrib-1.4.5/Other
+rm -r ogre-contrib-1.4.5/ReferenceApplication
+rm -r ogre-contrib-1.4.5/RenderSystems
+rm -r ogre-contrib-1.4.5/Samples
+rm -r ogre-contrib-1.4.5/SDK
+rm -r ogre-contrib-1.4.5/Tests
+rm -r ogre-contrib-1.4.5/Tools
+rm -r ogre-contrib-1.4.5/PlugIns/BSPSceneManager
+rm -r ogre-contrib-1.4.5/PlugIns/EXRCodec
+rm -r ogre-contrib-1.4.5/PlugIns/OctreeSceneManager
+rm -r ogre-contrib-1.4.5/PlugIns/ParticleFX
 
 # Create the tarball
-echo "Creating ogre-contrib-1.4.4.orig tarball."
-tar -czf ogre-contrib_1.4.4.orig.tar.gz ogre-contrib-1.4.4/
+echo "Creating ogre-contrib-1.4.5.orig tarball."
+tar -czf ogre-contrib_1.4.5.orig.tar.gz ogre-contrib-1.4.5/

Modified: packages/trunk/ogre-contrib/debian/watch
===================================================================
--- packages/trunk/ogre-contrib/debian/watch	2007-10-14 20:22:54 UTC (rev 4419)
+++ packages/trunk/ogre-contrib/debian/watch	2007-10-14 20:25:05 UTC (rev 4420)
@@ -5,9 +5,9 @@
 opts=uversionmangle=s/\.\?.*// \
 http://downloads.sourceforge.net/ogre \
      http://downloads.sourceforge.net/ogre/ogre-linux_osx-v(.*)\.tar\.bz2(.*) \
-     1-4-4
+     1-4-5
 
 # Different check for ogre source, provided by uscan man page
 http://sf.net/ogre/ \
      ogre-linux_osx-v(.*)\.tar\.bz2(.*) \
-     1-4-4.
+     1-4-5.




More information about the Pkg-games-commits mailing list