ogre (1.4.6.dfsg1-1) unstable; urgency=low * New upstream release. (Closes: #458902) * Modified ogre-tarball.sh script to make it easier to maintain. + Use exit status 1 for errors + Remove extracted orig directory. + Moved debian/extras/ogre-tarball.sh to debian/ogre-get-orig-source. * Appending 'dfsg1' at the end of upstream version to let others know that the upstream source has been repacked. * Bumped Standards-Version to 3.7.3. * Making all *-dbg packages Priority: extra. + Addresses some lintian warnings. * New releases have been introducing ABI changes for ogre. Reverting back to using -release versioning scheme for sonames. + Updated README.Debian files * Making *-dev packages binary-independent. * Making library package name match sonames. + Addresses lintian warnings. * Fixed bad Vcs-SVN link. Also removing '+ssh' part. * Take out call to ldconfig during debian/rules install. -- Andres Mejia Sat, 05 Jan 2008 23:15:33 -0500 ogre (1.4.5-3) unstable; urgency=low * Fixing build problem for kfreebsd. (Closes: 451669) + Patch modifying Samples/Common/Makefile.am now checks for HAVE_CEGUI. + Seperating CEGUI Renderer binaries into libceguiogre{14,14-dbg,-dev} packages. + CEGUI Renderer needs CEGUI (>= 0.5.0) so build dependency changed from libcegui-mk2-dev to libcegui-mk2-dev (>= 0.5.0). * Removing XS- in Vcs-* entries in debian/control. Vcs is now official. -- Andres Mejia Thu, 22 Nov 2007 00:33:54 -0500 ogre (1.4.5-2) unstable; urgency=low [ Andres Mejia ] * (Closes: 327423) Providing a script that downloads and compiles the demos was the best way in fixing bug 327423 since the demos have licensing problems preventing them from being distributed through Debian. * (Closes: 356427) Original submitter of this bug says the bug is probably not valid by now. -- Andres Mejia Thu, 15 Nov 2007 11:57:28 -0500 ogre (1.4.5-1) unstable; urgency=low [ Andres Mejia ] * New upstream release. * Removed makefile_modifications patch as it's no longer needed. * Modified disable_samples patch to update version info. + Also removed checks for ogre platform and gui as they are not needed. -- Andres Mejia Mon, 08 Oct 2007 14:14:46 -0400 ogre (1.4.4-2) unstable; urgency=low [ Andres Mejia ] * Added Homepage field in source stanza that will be supported soon. * Add Vcs-{Svn,Browser} fields in control file. -- Andres Mejia Mon, 03 Sep 2007 23:38:07 -0400 ogre (1.4.4-1) unstable; urgency=low [ Andres Mejia ] * New upstream release. * Modifying debian/control. + Taking out dependency of autoconf. It's a dependency of automake. + Depending on libz-dev instead of zlib1g-dev + Taking out dependency of libx11-dev, dependency of libxt-dev. + Taking out dependecy of libxext-dev, dependency of libxrandr-dev. + Removing depends of libtiff4-dev for libogre-dev as tiff support should be provided by libfreeimage-dev. * Closing bug where libogre wasn't installable because of new zzip packages. + This new version will need to be built anyway. (Closes: 439868) * Removing tar-in-tar method. + Fixed debian/rules. + Fixed install and docs files. + Fixed patches. * Removing 64-bit_architectures patch as it's been merged upstream. * Removing gcc_mips patch as it's been merged upstream. * Certain components from disable_samples patch were also merged upstream. * Using quilt instead of dpatch for patching. * Updated watchfile. * Updated script that creates orig tarball. + Now downloads and provides md5sum checks. * Removing optional dependency of libdevil-dev. + Use of freeimage is preferred upstream. * Including some patches that fixes problem with running 'make distclean'. * Adding "clean" along with "distclean" in debian/rules "clean" target. * Resolving some lintian warnings. + Added option to not include *.tmp files for ogre-doc package. + Removing config.log file when doing running 'debian/rules clean'. * Modified compileall.sh script to allow for downloading and extracting upstream tarball as well as compiling samples. -- Andres Mejia Thu, 30 Aug 2007 22:45:27 -0400 ogre (1.4.3-1) unstable; urgency=low [ Andres Mejia ] * New upstream release * Fixing FTBFS for mips, thanks to Brian M. Carlson (Closes: 358221) * Fixing FTBFS for ppc64, thanks to Andreas Jochens (Closes: 364050) * Fixing FTBFS for other 64-bit based architectures + Major thanks to Steve Langasek for this fix. + (Closes: 332514) + (Closes: 342380) * Closing some NMU bug reports. + Build-dependencies are already fixed. + Another method for using dh_compress is used. + Upstream source of ogre compiles well with g++-4.1. + (Closes: 349420) + (Closes: 357374) + (Closes: 358006) * Closing FTBFS with G++ 4.1 bug. (Closes: 356442) + All modification were already found upstream. + Thanks goes to Martin Michlmayr for providing a fix. * Forgot to close one new version bug. (Closes: 350059) + A much newer script is provided upstream. * Added proper check for determining whether to use SSE. -- Andres Mejia Wed, 11 Jul 2007 00:29:41 -0400 ogre (1.4.2-2) unstable; urgency=low [ Andres Mejia ] * New maintainer. (Closes: #398110). It has been set to the Debian Games Team. * Added watch file. * Fixed lintian warning, ogre-doc: changelog-file-not-compressed ChangeLog.html -- Andres Mejia Thu, 28 Jun 2007 13:24:56 -0400 ogre (1.4.2-1) unstable; urgency=low [ Federico Di Gregorio ] * Removed texi2html from Build-deps (not used anymore) * Added build dependency from libglu-dev and libgl-dev virtual packages. * Fixed various lintian warnings: + Changed $(PWD) to $(CURDIR) in debian/rules. + Changed ${Source-Version} to ${binary:Version} in debian/control. [ Christer Stenbrenden ] * New upstream release + (Closes: #368277) + (Closes: #416181) + (Closes: #423331) [ Andres Mejia ] * Did some cleanup to get this package to build using pbuilder. * Modified copyright file to include those who helped with packaging. * lib packages will be name libogre14 to reflect upstream version of 1.4.x. * No longer using dbs. * Using dpatch for patching. * Modified Build-Depends. + Taking out dependency on xorg metapackage as it breaks policy. * Modified patches to disable building of non-distributable samples only. * Repackaged tarball as ogre-free. + Only including distributable content in Samples directory. + Taking out autocache folders distributed in upstream source. + Taking out Mac folder as it is not needed for Debian build. + Taking out SDK folder as it is only useful for building for Windows. -- Andres Mejia Wed, 6 Jun 2007 16:54:01 -0400 ogre (1.2.4-1) UNRELEASED; urgency=low * New maintainer (Closes: #398110). It has been set to the pkg-games team to ease comaintenance. * New upstream release (Closes: #368277). * Acknowledge NMUs. Thanks to: - Steinar H. Gunderson (Closes: #349420) - Luk Claes (Closes: #358006, #357374) for having taken care of ogre by NMU-ing it when needed. [Tarball repack] * Repacked tarball as follows: - tar xfj ogre-linux_osx-v1-2-4.tar.bz2 - # see notes above - mv ogrenew/ ogre-free/ - tar cfz ogre-free.tar.gz ogre-free * Notes: - comparing with previous Debian packages, it looks like disabling the build of the CgProgramManager plugin is sufficient - TODO: check for non-free stuff in ogrenew/ - at the moment, those actions are performed during the tarball repack: find ogrenew -name CVS -execdir \ rm CVS/{Entries,Repository,Root,Tag} ';' find ogrenew -name CVS -execdir \ rmdir CVS ';' [Debian patches] * Updated: - 01_dont_build_samples: more subdirs have to be disabled; - 10_gcc_4.1_mips: mips-specific patch, has to be sent upstream. * Deactivated: - 03_ogre_to_OGRE: looks like not needed anymore; - 08_fix_soname: looks like not needed anymore; - 09_gcc_4.1: patch integrated upstream. [SONAME and debhelper bumps] * Bumped SONAME from 5(c2a) to 12. Conflicts: and Replaces: updated accordingly, as well as filenames under debian/ and debian/rules content. * Bumped debhelper compatibility and B-D from 4 to 5. Needed changes: - Removed ``usr/lib/*.a'' from libogre-dev.install since there is no such file anymore. And now dh_install fails when expanding a wildcard to nothing. - Changed the --dbg-package option of dh_strip from `libogre12' to `libogre12-dbg'. [debian/control] * Added libcegui-mk2-dev to libogre-dev's Depends: so that pkg-config dependencies are OK. * NMU-safe: Turned `${Source-Version}' into `${binary:Version}', added a versioned build dependency on dpkg-dev, so that it should be NMU-safe (according to http://wiki.debian.org/binNMU). * Standards-Version bumped to 3.7.2. [Library fixes, debian/rules] * Added a call to `chrpath' on a .so file declaring a rpath on /usr/lib and added also a build dependency on this package. * Added the `/usr/lib/libOgrePlatform.so' in debian/libogre-dev.install so that it is shipped as well as `/usr/lib/libCEGUIOgreRenderer.so' is, and thus removed from debian/libogre12.install. TODO: Check that nothing is broken this way! * Removed unneeded call to libtool_clean.sh and removed that script since it's not longer needed. * Deleted (unused) library version declarations. [Lintian overrides] * Added lintian overrides about the soname issues: libOgreMainNNN is the library from which we take the SONAME. The other looks like internal and haven't change for a while. If they do, we'll consider building separate packages for them. The overrides are documented in the following file debian/libogre12.lintian-overrides. Updated libogre12.{dirs,install} accordingly. * Added lintian overrides to the blender-ogrexml package about the unusual-for-lintian but usual-for-blender interpreter (#!BPY). Updated blender-ogrexml.{dirs,install} accordingly. [Documentation] * Added `elinks' to Build-Depends, so that a proper changelog and other useful documentation can be generated from the HTML files. Maybe one could want to use alternatives, but I'm not sure it's really useful. About the choice of elinks, it looks like quite well maintained. * Rewritten the debian/rules to put the documentation in order (e.g. a html/ folder containing all HTML documentation), plain text files when HTML is not needed, etc. * Added an annotation in the README.Debian file of libogre-dev about the ``upcoming 1.0'' release. TODO: Update and rewrite that part. -- Cyril Brulebois Thu, 16 Nov 2006 21:16:42 +0000 ogre (1.0.6-1.4) unstable; urgency=low * NMU as part of the GCC 4.1 transition. * patches/10_gcc_4.1_mips: Don't use "mips" as a variable name. Thanks to Brian M. Carlson for the patch. (Closes: #358221) -- Martin Michlmayr Fri, 26 May 2006 20:11:18 +0200 ogre (1.0.6-1.3) unstable; urgency=high * Non-maintainer upload. * Now really fix FTBFS with g++ 4.1 (Closes: #356442). -- Luk Claes Mon, 20 Mar 2006 17:59:01 +0100 ogre (1.0.6-1.2) unstable; urgency=high * Non-maintainer upload. * Fix dependency lines by adding missing commas (Closes: #352039). * Fix FTBFS with g++ 4.1 (Closes: #356442). -- Luk Claes Thu, 16 Mar 2006 19:44:47 +0100 ogre (1.0.6-1.1) unstable; urgency=low * Non-maintainer upload. * Replace build-dependency on xlibs-dev with an explicit build-dependency on each required package. (Closes: #346919) * Give correct binary package name to dh_compress; patch from Andreas Jochens. (Closes: #343239) -- Steinar H. Gunderson Sun, 22 Jan 2006 22:41:23 +0100 ogre (1.0.6-1) unstable; urgency=low * New upstream release. * Removed patch 07_ogremain_map (--link-script reoved upstream.) * libstdc++ allocator change rename done (Closes: 339235). * Now depends on last version of runtime and development libraries available in unstable (Closes: #337524). * Moved the compileall.sh script to libogre-dev. * Now compress changelog.Debian in libogre-dbg. * Added 08_fix_soname to resolve upstream problem with soname of libOgreMain (sonames will be rearranged in 1.0.7 to be right again.) -- Federico Di Gregorio Wed, 07 Dec 2005 16:46:59 +0100 ogre (1.0.5-1) unstable; urgency=low * New upstream release. * Updated patch 07_ogremain_map to just remove the --link-script option. -- Federico Di Gregorio Sun, 2 Oct 2005 19:07:07 +0200 ogre (1.0.4-2) unstable; urgency=low * Added libtiff4-dev to libogre-dev dependencies (Closes: #320595). * Removed OgreMain/src/ogremain.map to avoid gcc 4 segfaults (Closes: #326652): -- Federico Di Gregorio Sun, 4 Sep 2005 22:09:44 +0200 ogre (1.0.4-1) unstable; urgency=low * New upstream release. * Dependencies (even generated ones) are now aligned with dependencies of other -c2 packages (Closes: #320595). * Added temporary fix (patch 07_ogremain_map) for gcc 4.0 STL-related problems. -- Federico Di Gregorio Sat, 27 Aug 2005 23:13:42 +0200 ogre (1.0.3-2) unstable; urgency=low * Now all required C++ libraries hopefullt c2 versions (Closes: #318943, #320595). * Removed from Build-depends: doxygen. * Added to Build-depends: libxxf86vm-dev. * Using automake and autoheader 1.9 explicitly. * Re-upload of the upstrea source (first upload, associated to 1.0.3-1 was completely wrong.) -- Federico Di Gregorio Tue, 2 Aug 2005 23:27:30 +0200 ogre (1.0.3-1) unstable; urgency=low * New upstream release (Closes: #314490). * Removing two debian-specific patches: 04_enable_rtti - rtti re-enabled upstream 05_FTBFS - changes incorporated upstream 06_OpenEXR - configure option fixed upstream * Building with gcc 4. -- Federico Di Gregorio Mon, 11 Jul 2005 10:34:40 +0200 ogre (1.0.2-1) unstable; urgency=low * New upstream release. * Added dependencies to libogre-dev. * Removed removal of RTTI from Linux build (i.e., we build with RTTI enabled.) * Build tested with preliminary Xorg packages; Build-depends will need the following additions: libxxf86vm-dev. -- Federico Di Gregorio Thu, 2 Jun 2005 17:27:57 +0200 ogre (1.0.1-2) unstable; urgency=low * Rebuilt with correct libc6. -- Federico Di Gregorio Mon, 18 Apr 2005 09:57:24 +0200 ogre (1.0.1-1) unstable; urgency=low * New upstream release. * Added Build-depends on libcegui-mk2-dev (Closes: #302893). * Added Build-depends on libxerces26-dev. * Applied patch from bug #304338 to fix build problems on 64 bit architectures; not applied the part that defined GCC_3_1 and EXT_HASH because Ogre 1.0.1 does not need it anymore; closes: 304338. -- Federico Di Gregorio Sat, 16 Apr 2005 00:45:34 +0200 ogre (1.0.0-4) unstable; urgency=low * Renamed some of the patches. * Added patch 04_pyogre to enable pyogre builds (but not yet applied) * Added buildall.sh script to build all Samples in a pristine Ogre distribution (we can't distribute Samples for license problems.) -- Federico Di Gregorio Tue, 29 Mar 2005 16:00:21 +0200 ogre (1.0.0-3) unstable; urgency=low * Enabled CEGUI renderer build. -- Federico Di Gregorio Sun, 13 Mar 2005 12:19:35 +0100 ogre (1.0.0-2) unstable; urgency=low * Added missing Build-Depends on libzzip-dev. * Added Scripts/m4 to aclocal include path. -- Federico Di Gregorio Sun, 6 Mar 2005 11:45:18 +0100 ogre (1.0.0-1) unstable; urgency=low * New upstream release (Closes: #296972). * Enabled OpenEXR plugin (added libopenexr-dev to Build-Depends.) * OgreLightwaveConverter still does not build. * Upstream bumped up soname: libogre4 -> libogre5. -- Federico Di Gregorio Sun, 27 Feb 2005 12:52:05 +0100 ogre (0.99.0rc1-1) unstable; urgency=low * New upstream release (1.0.0RC1). * Changed some debian-specific patches: 10_dont_build_samples: removed Cg part, we now use --disable-cg 20_fix_plugins: removed libtool stuff (was taken from HEAD, now integrated into 1.0.0) 30_ogre_to_OGRE: just renamed to better explain what it does. * Temporarily disabled OgreLightwaveConverter (does not build in RC1). -- Federico Di Gregorio Sat, 19 Feb 2005 14:51:48 +0100 ogre (0.15.2-1) unstable; urgency=low * New upstream release. * libtool-clean.sh executed by /bin/sh should fix some autobuild problems (closes: #290380). -- Federico Di Gregorio Fri, 14 Jan 2005 19:12:47 +0100 ogre (0.15.1-9) unstable; urgency=low * Added Suggest: ogre-doc to libogredev package. * Added back libsdl1.2-dev because the ./configure script need AM_SDL_PATH anyway (probably patching configure.in would be a better solution but this quick fix works for sure.) * Modified "proprietary" into "native" in the ogre-tools package Description field. (closes: #289634) -- Federico Di Gregorio Tue, 11 Jan 2005 02:20:21 +0100 ogre (0.15.1-8) unstable; urgency=low * Changed platform and GL support from SDL to GLX: only GLX has support for hardware render-to-texture right now. Also we get a nice graphical configuration panel without the need for gtk. * Removed Build-depends on libsdl-1.2-dev. * Added Build-depends on libxaw7-dev. -- Federico Di Gregorio Thu, 6 Jan 2005 13:45:40 +0100 ogre (0.15.1-7) unstable; urgency=low * Added debugging libraries (libogre4-dbg) * Added section for source package. * Better sections for other packages. -- Federico Di Gregorio Sun, 2 Jan 2005 17:28:21 +0100 ogre (0.15.1-6) unstable; urgency=low * update-ogre-plugins now does not try to add .dpkg-XXX files as plugins. * Added a README.Debian for blender-ogrexml explaining how to make the export plugin available. -- Federico Di Gregorio Fri, 31 Dec 2004 14:29:13 +0100 ogre (0.15.1-5) unstable; urgency=low * Added update-ogre-plugins binary to the libogre4 package. * New plugins.cfg configuration file to go with update-ogre-plugins. * Removed dependency on springgraph, we now use prebuilt documentation. * Cleanup SDL cruft off all .la generated files or programs using libtool won't be able to link with Ogre untill libSDL.la is fixed. * Added Build-depends on xlibs-dev. -- Federico Di Gregorio Sat, 18 Dec 2004 22:42:32 +0100 ogre (0.15.1-4) unstable; urgency=low * reverted back ogre to OGRE for 0.15.1 compatibility. * added patch 30_OGRE to work some configure magic and use OGRE for @PACKAGE@. -- Federico Di Gregorio Tue, 14 Dec 2004 12:15:50 +0100 ogre (0.15.1-3) unstable; urgency=low * Changed /etc/OGRE to /etc/ogre to mimic the /usr/lib/OGRE change. * libogre4.install: now plugins are in /usr/lib/ogre. * Readme.html is installed in libogre4 too. * Added README.Debian to the libogre-dev package. -- Federico Di Gregorio Tue, 14 Dec 2004 08:04:34 +0100 ogre (0.15.1-2) unstable; urgency=low * Splitted samples and Cg plugin in their own ogre-nonfree source package. * Fixed path in plugins.cfg. * Added Build-depends on pkg-config, springgraph. * Integrated patch from HEAD to build plugins using -module and -avoid-version (that removes lots of lintian errors.) * This release will probably go to unstable. -- Federico Di Gregorio Thu, 9 Dec 2004 23:08:08 +0100 ogre (0.15.1-1) unstable; urgency=low * New upstream release. * With the new configure switch patch 001_cg is no longer necessary. -- Federico Di Gregorio Wed, 1 Dec 2004 19:00:01 +0100 ogre (0.15.0-4) unstable; urgency=low * Added the preliminary ogre-samples package. * ogre-doc and blender-ogrexml architecture switched from any to all. * Switched to the dbs to include the pristing bzipped tarball. * Better package descriptions. * Fixed error in debian/rules (config.status should depend on configure.in) * Removed dh_compress call when building ogre-doc, we want all the documentation to be readily accessible in a -doc package. * Include pre-converted Cg fragment and vertex programs, to avoid problems with Cg compiler and libraries being non free. -- Federico Di Gregorio Mon, 22 Nov 2004 20:00:14 +0100 ogre (0.15.0-3) unstable; urgency=low * Applied patch from Moritz Muehlenhoff to fix terrain scene manager (change is already in upstream CVS.) -- Federico Di Gregorio Mon, 9 Nov 2004 23:12:34 +0200 ogre (0.15.0-2) unstable; urgency=low * Added detailed debian/copyright file by Moritz Muehlenhoff. * Added missing build-depends on autotools. -- Federico Di Gregorio Mon, 1 Nov 2004 16:34:03 +0200 ogre (0.15.0-1) unstable; urgency=low * New upstream version. -- Federico Di Gregorio Mon, 25 Oct 2004 12:15:08 +0200 ogre (0.14.1.p1.cvs.20041005-1) unstable; urgency=low * New CVS snapshot. -- Federico Di Gregorio Tue, 5 Oct 2004 23:25:47 +0200 ogre (0.14.1.p1.cvs20040919-1) unstable; urgency=low * New upstream release. * Switched to building CVS releases. * Now all non-free media files are stripped from the source package too. * All samples removed (they won't work anyway without media.) -- Federico Di Gregorio Wed, 29 Sep 2004 12:01:13 +0200 ogre (0.14.1.p1-1) unstable; urgency=low * Initial Release. -- Federico Di Gregorio Mon, 20 Sep 2004 23:04:34 +0200