Change logs for ogre source package in Precise

  • ogre (1.7.4-3) unstable; urgency=low
    
    
      * Install /usr/share/OGRE-*/*.cfg files in the samples binary package instead
        of an arch-independent one, so it includes the correct path for plugins for
        each architecture (Closes: #663502)
    
     -- Manuel A. Fernandez Montecelo <email address hidden>  Mon, 12 Mar 2012 19:34:12 +0000
  • ogre (1.7.4-2) unstable; urgency=low
    
    
      * Test for existence of directories /etc/OGRE* before attempting to remove
        them in {pre,post}{inst,rm} scripts
      * Declaring pre-dependency on dpkg (>= 1.15.7.2~) because of the use of
        dpkg-maintscript-helper
      * debian/copyright format set to format-1.0 (with appropriate URL)
      * Fix short description and priority of the sample packages
    
     -- Manuel A. Fernandez Montecelo <email address hidden>  Sun, 04 Mar 2012 23:44:09 +0000
  • ogre (1.7.3-6) unstable; urgency=low
    
    
      * Use always "versioned" directory names, like /usr/share/OGRE-1.7.3 and
        /usr/lib/MULTIARCH_TRIPLET/OGRE-1.7.3 instead of plain .../OGRE.  In this
        way several versions of the library can be installed at once, as it's
        usually the case with shared libraries but it was not with OGRE until now
        (Closes: #653527).
      * Add missing Build-Depend on "dpkg-dev (>= 1.16.1~)" (instead of the
        suggested .0 of the bug report), and substituting DEB_BUILD_MULTIARCH for
        DEB_HOST_MULTIARCH (Closes: #658015).  The former was used by a propagated
        mistake.  Thanks Sam Morris for the notice and the patch (although I didn't
        use the patch provided because I had already changed the more problematic
        parts with a better solution).  Please reopen if there are still remaining
        problems.
      * Remove /etc/OGRE*/plugins.cfg, according to upstream it's not present in
        other systems, and indeed is more appropriate for applications to define
        what plugins they want to use (or rely only on code, not .cfg files, for
        that).
        - Remove the Debian script /usr/bin/update-ogre-plugins (and its manpage),
          it's of no use now.
        - Remove the template for plugins.cfg
      * Remove /etc/OGRE/plugins.cfg when uninstalling (or upgrading and moving the
        file elsewhere, as it happened for a few versions), if the one installed in
        the system was unmodified.  Thanks Sam Morris for the report and the
        suggested fix (Closes: #656997)
      * Remove cruft provided in the past along with the package but not used for a
        few releases/years:
        - LightwaveConverter.1: binary not present since very long
        - ogre-get-orig-source-1.6.4: script obsolete and unnecessary since with 1.7
          -- it's been clarified that the documentations and the samples are DFSG
          compatible
    
     -- Manuel A. Fernandez Montecelo <email address hidden>  Sat, 04 Feb 2012 21:18:16 +0000
  • ogre (1.7.3-3) unstable; urgency=low
    
      * Switch to debhelper compat level v9
      * Build for multiarch
        - Fix RPATH issue with Plugin_OctreeZone.so, using directory inside
          /usr/lib/multi-arch-triplet/OGRE
      * Enable some extra compiling options and hardening flags
      * Remove Build-Depends on quilt (quells lintian warning:
        unneeded-build-dep-on-quilt)
      * Remove Michael Koch <email address hidden> as Uploader, not active for years and
        only active for a brief period in time
     -- Ubuntu Archive Auto-Sync <email address hidden>   Wed,  04 Jan 2012 12:26:08 +0000
  • ogre (1.7.3-2) unstable; urgency=low
      * Changed debhelper compat to level 8 (level 7 before), no changes needed  * Overriding lintian errors of embedded libraries; the modified TinyXML    library redefines base string classes to match OGRE's and thus it's not    straightforward to unravel; and 'glew' as part of a GL rendering plugin:    - 'embedded-library usr/bin/OgreXMLConverter: tinyxml'    - 'embedded-library usr/lib/OGRE/RenderSystem_GL.so: glew' -- Manuel A. Fernandez Montecelo <email address hidden>  Sun, 10 Jul 2011 01:44:47 +0200