Change logs for sunflow source package in Intrepid

  • sunflow (0.07.2.dfsg-2) unstable; urgency=low
    
      * Improved wrapper:
         - Now sources /etc/sunflowrc and ~/.sunflowrc (in this order, to
           allow users overwritting system-wide settings), so as to have a
           more flexible configuration system than by using only the java
           alternatives.
         - It is possible to specify a given JVM for sunflow through
           $SUNFLOW_JAVA, as well as default options through $SUNFLOW_OPTIONS,
           although environment variables aren't considered, yet.
         - The wrapper also sorts java- and sunflow-related options
           automatically, so as to build a correct java command line.
      * Added /etc/sunflowrc accordingly, with sample settings but none
        enabled.
      * Improved manpage:
         - Dropped debian/sunflow.1, which would have been hard to maintain
           as-is.
         - Replaced by debian/sunflow.pod, which is then converted using
           pod2man at build-time.
         - Added explanations about the wrapper and documentation about the
           related options.
         - Added explanations about the “-server” and the need for a JDK to
           use it.
         - Added “--center” and “--release” parameters to the pod2man call,
           so as to replace the default perl-related strings.
      * Added a get-orig-source target to debian/rules so that it's possible
        to get a repacked tarball using a single command, thanks to Paul Wise
        for the reminder.
      * debian/rules: Turned DEB_UPSTREAM_VERBATIM_VERSION into
        UPSTREAM_VERSION since it's used at numerous places now (increases
        readability). Changed regex to delete the “.dfsg” part to ensure it's
        only done at the end of the string, just in case.
      * Rephrased the default copyright notice of the manpage: no need to use
        a “but” there.
      * Capitalized “Sunflow” in the Debian menu title.
      * Added a basic desktop file, using a Cornell box icon, waiting for the
        next upstream release to contain a nicer icon.
      * Bumped Standards-Version to 3.7.3 (no change needed).
      * Deleted unneeded “;a=summary” from Vcs-Browser.
      * Added a script to fetch an updated version of the blender exporter
        script, so as to follow the “release early, release often” motto:
         - debian/sync-exporter.sh
      * Ship this exporter under blender's scripts directory. Added
        python-support to Build-Depends to handle the dependencies, using
        ${python:Depends}. Added the appropriate call to debian/rules as well.
        Note that this script should be taken into account by Blender
        automatically starting with blender 2.45-2, the first version that
        scans “/usr/share/blender/scripts/*”.
      * Added patch, updating the Sunflow Exporter for Blender (sync from
        r178 to r392), new version is 1.4.18:
         - debian/patches/90_sync_exporter_for_blender.
      * Updated debian/copyright accordingly.
    
     -- Ubuntu Archive Auto-Sync <email address hidden>   Fri,  02 May 2008 02:26:41 +0100
  • sunflow (0.07.2.dfsg-1) unstable; urgency=low
    
      * Initial release (Closes: #447977).
      * Repack upstream sources:
         - Shipped as a zip archive.
         - Upstream sources contain a library under binary form only
           (janino.jar). Fortunately, it is available in the janino Debian
           package.
      * Thanks for their review to:
         - Ying-Chun Liu (PaulLiu) <email address hidden>;
         - Michael Koch <email address hidden>.
    
     -- Ubuntu Archive Auto-Sync <email address hidden>   Tue,  11 Dec 2007 08:10:11 +0000