2011
sunflow (0.07.2.svn396+dfsg-9) unstable; urgency=low
* Replace libmagickcore3-extra with libmagickcore-extra (Closes: #628851). * Bump Standards Version to 3.9.2 (no changes). * Update 30_sweethome3d patch according to sweethome3d 3.3.
-- Gabriele Giacone <1o5g4r8o@gmail.com> Thu, 04 Aug 2011 00:52:34 +0200
sunflow (0.07.2.svn396+dfsg-8) unstable; urgency=low
* Update 30_sweethome3d patch according to sweethome3d 3.1.
-- Gabriele Giacone <1o5g4r8o@gmail.com> Sun, 20 Mar 2011 16:04:52 +0100
2010
sunflow (0.07.2.svn396+dfsg-7) unstable; urgency=low
* Update 30_sweethome3d patch according to sweethome3d 3.0.
Main changes from original:
+ Added transparency management
+ Added bitmap transparency support
+ Made texture cache local to a SunFlow API instance
+ Replaced task management with interruptions
-- Gabriele Giacone <1o5g4r8o@gmail.com> Thu, 30 Dec 2010 05:16:45 +0100
sunflow (0.07.2.svn396+dfsg-6) unstable; urgency=low
* Standards version to 3.9.1. * Fixed upgrade from lenny (Closes: #601995).
-- Gabriele Giacone <1o5g4r8o@gmail.com> Mon, 01 Nov 2010 03:37:35 +0100
sunflow (0.07.2.svn396+dfsg-5) unstable; urgency=low
* Added 30_sweethome3d patch to apply some changes for sweethome3d.
-- Gabriele Giacone <1o5g4r8o@gmail.com> Sat, 26 Jun 2010 19:10:33 +0200
sunflow (0.07.2.svn396+dfsg-4) unstable; urgency=low
* Fixed upgrade process from -2: sunflow replaces libsunflow-java and
libsunflow-java replaces sunflow (Closes: #581921).
-- Gabriele Giacone <1o5g4r8o@gmail.com> Mon, 17 May 2010 21:28:38 +0200
sunflow (0.07.2.svn396+dfsg-3) unstable; urgency=low
* Swap between sunflow and libsunflow-java.
-- Gabriele Giacone <1o5g4r8o@gmail.com> Sun, 16 May 2010 20:41:09 +0200
sunflow (0.07.2.svn396+dfsg-2) unstable; urgency=low
* sunflow binary splits among sunflow, libsunflow-java, libsunflow-java-doc. * Back to imagemagick for image conversion. * Added watchfile. * Added get-orig-source target. * Removed d/README.Debian.
-- Gabriele Giacone <1o5g4r8o@gmail.com> Sun, 02 May 2010 20:33:03 +0200
sunflow (0.07.2.svn396+dfsg-1) unstable; urgency=low
* Latest SVN snapshot (Closes: #557230) * Source format 3.0 (quilt) - Removed quilt from Build-Depends - Updated d/rules accordingly * Replaced imagemagick with librsvg2-bin to convert svg * Added README.source - janino.jar removed from upstream tarball * d/compat to 7 * d/copyright in DEP-5 format * d/control: - Section: from graphics to java - Depends: J(DK|RE)s replaced with default-j(dk|re) - Standards-Version: from 3.8.0 to 3.8.4 * d/rules: - Removed get-orig-source target * d/patches: - DEP-3 format - Removed patch 90_sync_exporter_for_blender. Exporter is included in snapshot * doc-base: added javadoc * New maintainer
-- Gabriele Giacone <1o5g4r8o@gmail.com> Fri, 29 Jan 2010 02:39:52 +0100
2008
sunflow (0.07.2.dfsg-3) unstable; urgency=low
* Add an SVG icon, kindly provided by Philipp Hagemeister:
- debian/sunflow.svg: Licensed under the same MIT license as sunflow
itself.
* debian/copyright:
- Update accordingly.
* debian/rules:
- Generate PNG and XPM icons from the SVG one through convert, clean
them after the build.
- Install PNG, SVG, and XPM icons.
* debian/control:
- Add imagemagick to the Build-Depends accordingly.
- Add java{5,6}-runtime as first terms of the Depends alternative on
java*-runtime, now that openjdk-6 made it through NEW, finally!
Now it's possible to use what upstream considers as the reference
implementation (Closes: #483120).
- Bump Standards-Version from 3.7.3 to 3.8.0 (no changes needed).
- Update my mail address (also for copyrights).
* debian/menu:
- Point to the XPM icon (Closes: #478486), add a longtitle.
* Sunflow wrapper, configuration file, manpage:
- Add support for environment variables.
- Distinguish between SUNFLOW_JAVA_OPTIONS (for the Java
interpreter) and SUNFLOW_OPTIONS (for Sunflow itself). The options
for the Java interpreter are best set through environment
variables or through configuration files.
- Thanks to Philipp again for the original patch.
-- Cyril Brulebois <kibi@debian.org> Mon, 14 Jul 2008 13:20:24 +0200
2007
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.
-- Cyril Brulebois <cyril.brulebois@enst-bretagne.fr> Wed, 21 Nov 2007 08:03:46 +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) <grandpaul@gmail.com>; - Michael Koch <konqueror@gmx.de>.
-- Cyril Brulebois <cyril.brulebois@enst-bretagne.fr> Wed, 31 Oct 2007 00:00:46 +0100