[Bug 125164] Re: Please sync ogre (universe) from Debian unstable (main)
Lukas Fittl
lfittl at metalab.at
Wed Jul 11 02:44:25 BST 2007
** Description changed:
- -----BEGIN PGP SIGNED MESSAGE-----
- Hash: SHA1
-
- affects ubuntu/ogre
- status confirmed
- subscribe ubuntu-archive
-
Please sync ogre (universe) from Debian unstable (main).
Explanation of the Ubuntu delta and why it can be dropped:
All Ubuntu changes are also in the debian package.
Changelog since current gutsy version 1.2.5-0ubuntu3:
- ogre (1.0.6-1.4) unstable; urgency=low
+ ogre (1.4.2-2) 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)
+ [ 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
- -- Martin Michlmayr <tbm at cyrius.com> Fri, 26 May 2006 20:11:18 +0200
+ -- Andres Mejia <mcitadel at gmail.com> Thu, 28 Jun 2007 13:24:56 -0400
- ogre (1.0.6-1.3) unstable; urgency=high
+ ogre (1.4.2-1) unstable; urgency=low
- * Non-maintainer upload.
- * Now really fix FTBFS with g++ 4.1 (Closes: #356442).
+ [ 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.
- -- Luk Claes <luk at debian.org> Mon, 20 Mar 2006 17:59:01 +0100
+ [ Christer Stenbrenden ]
+ * New upstream release
+ + (Closes: #368277)
+ + (Closes: #416181)
+ + (Closes: #423331)
- ogre (1.0.6-1.2) unstable; urgency=high
+ [ 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.
- * Non-maintainer upload.
- * Fix dependency lines by adding missing commas (Closes: #352039).
- * Fix FTBFS with g++ 4.1 (Closes: #356442).
+ -- Andres Mejia <mcitadel at gmail.com> Wed, 6 Jun 2007 16:54:01 -0400
- -- Luk Claes <luk at debian.org> Thu, 16 Mar 2006 19:44:47 +0100
+ ogre (1.2.4-1) UNRELEASED; urgency=low
- ogre (1.0.6-1.1) unstable; 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 <sgunderson at bigfoot.com> (Closes: #349420)
+ - Luk Claes <luk at debian.org> (Closes: #358006, #357374)
+ for having taken care of ogre by NMU-ing it when needed.
- * 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)
+ [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 ';'
- -- Steinar H. Gunderson <sesse at debian.org> Sun, 22 Jan 2006 22:41:23
- +0100
+ [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.
- ogre (1.0.6-1) unstable; urgency=low
+ [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'.
- * 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.)
+ [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.
- -- Federico Di Gregorio <fog at debian.org> Wed, 07 Dec 2005 16:46:59
- +0100
+ [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.
- ogre (1.0.5-1) unstable; urgency=low
+ [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.
- * New upstream release.
- * Updated patch 07_ogremain_map to just remove the --link-script option.
-
- -- Federico Di Gregorio <fog at debian.org> 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 <fog at debian.org> 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 <fog at debian.org> 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 <fog at debian.org> 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 <fog at debian.org> 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 <fog at debian.org> Thu, 2 Jun 2005 17:27:57 +0200
-
- ogre (1.0.1-2) unstable; urgency=low
-
- * Rebuilt with correct libc6.
-
- -- Federico Di Gregorio <fog at debian.org> 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 <fog at debian.org> 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 <fog at debian.org> Tue, 29 Mar 2005 16:00:21 +0200
-
- ogre (1.0.0-3) unstable; urgency=low
-
- * Enabled CEGUI renderer build.
-
- -- Federico Di Gregorio <fog at debian.org> 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 <fog at debian.org> 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 <fog at debian.org> 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 <fog at debian.org> 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 <fog at debian.org> 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 <fog at debian.org> 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 <fog at debian.org> 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 <fog at debian.org> 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 <fog at debian.org> 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 <fog at debian.org> 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 at .
-
- -- Federico Di Gregorio <fog at debian.org> 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 <fog at debian.org> 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 <fog at debian.org> 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 <fog at debian.org> 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 <fog at debian.org> 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 <fog at debian.org> 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 <fog at debian.org> Mon, 1 Nov 2004 16:34:03
- +0200
-
- ogre (0.15.0-1) unstable; urgency=low
-
- * New upstream version.
-
- -- Federico Di Gregorio <fog at initd.org> 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 <fog at initd.org> 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 <fog at initd.org> Wed, 29 Sep 2004 12:01:13
- +0200
-
- ogre (0.14.1.p1-1) unstable; urgency=low
-
- * Initial Release.
-
- -- Federico Di Gregorio <fog at initd.org> Mon, 20 Sep 2004 23:04:34
- +0200
-
- -----BEGIN PGP SIGNATURE-----
- Version: GnuPG v2.0.4 (GNU/Linux)
-
- iQCVAwUBRpQzqA4fNBjHo0sKAQK4kgP9HE7SB56tjq/fnGeN8p08LLlVYK6dvLsd
- 4kKtkC5AHEv/oErg0oLC2qzPpkFVpHLhFu/bpNGAwuZzTDvF4zEJrCEiOOMl+IUH
- 2ti3kyE39ds6/1qYRmYUnrxG3L9Sx6u23uDN33sJsaAZs2QIs0CMdAPr6qOUpKYf
- JdOmPhNz2RY=
- =7A56
- -----END PGP SIGNATURE-----
+ -- Cyril Brulebois <cyril.brulebois at enst-bretagne.fr> Thu, 16 Nov 2006
+ 21:16:42 +0000
--
Please sync ogre (universe) from Debian unstable (main)
https://bugs.launchpad.net/bugs/125164
You received this bug notification because you are a member of Ubuntu
Package Archive Administrators, which is a direct subscriber.
More information about the ubuntu-archive
mailing list