blender (2.45-4ubuntu1) hardy; urgency=low * Merge from Debian unstable. Remaining Ubuntu changes: - Add 30_gameengine-libgl-location-fix.dpatch: use correct libGL SONAME, otherwise blender will not start if e.g. libgl1-mesa-dev is missing - debian/control + Build-depends: python2.5-dev instead of 2.4 + DebianMaintainerField - debian/patches/50_debian_build_config: use BF_PYTHON_VERSION=2.5 * debian/misc/blender-{fullscreen,windowed}.desktop: - Fix desktop files (add GenericName, drop extension for Icon, fix syntax for MimeType) - Add german translation -- Daniel Hahler Sat, 22 Mar 2008 03:07:59 +0100 blender (2.45-4) unstable; urgency=low * Fix FTBFS with gcc-4.3 by refreshing the following patch, fixing the yafray code, enabled again in the 2.45-3 upload (Closes: #462116): - 20_gcc4.3_support. * Delete the versions from the B-D on ftgl-dev and gettext; since they are even satisfied in oldstable, it doesn't make sense to keep them. -- Cyril Brulebois Thu, 28 Feb 2008 21:45:53 +0100 blender (2.45-3ubuntu1) hardy; urgency=low * Merge from Debian unstable (LP: #191130), remaining changes: - Add 30_gameengine-libgl-location-fix.dpatch: use correct libGL SONAME, otherwise blender will not start if e.g. libgl1-mesa-dev is missing - debian/control + Build-depends: python2.5-dev instead of 2.4 + DebianMaintainerField * Changed debian/patches/50_debian_build_config to use BF_PYTHON_VERSION=2.5 -- Daniel Hahler Sat, 16 Feb 2008 20:52:35 +0100 blender (2.45-3) unstable; urgency=low * Update the following patch to make YafRay available in the list of renderers again (Closes: #462949): - 50_debian_build_config. * Install the bpymodules/ directory in /usr/share/blender/scripts instead of under the blender/ subdirectory. This way, no special-case is needed when dealing with the creation of the symlinks in the user's ~/.blender/scripts directory, and it's not possible for another package to ship such a directory either (possibly preventing corner cases). As a side note, having this directory right under scripts/ is needed because the modules it contains are accessed through a hardcoded path (Closes: #463162). * Modify the wrapper again: - Extend the detection of the need for a migration to this revision. - Use straightforward syntax for the “dpkg --compare-versions” call, thanks Florian Ernst. - Ensure the scripts/ directory is present. - Adjust the creation of the bpydata symlink. - Fix the removal of the locale symlink (which is no longer needed). -- Cyril Brulebois Wed, 30 Jan 2008 02:23:18 +0000 blender (2.45-2) unstable; urgency=low [ User-visible changes ] * Rework the blender wrapper. As it was written, it might discard user customization in the ~/.blender directory. Now, a subdirectory named after the previous version number is created, and previous configuration items are stored there before updating to the latest data shipped by upstream. This way, last features are available by default, while previous configuration is still accessible if needed. * The wrapper also used to create many symlinks under ~/.blender/scripts and has now been modified to rather create a single symlink per package. Other packages can now ship Blender scripts under /usr/share/blender/scripts/$package, and a symlink to this directory will be added automatically during the next startup. * Previous links (to /usr/lib/blender/…) should also be removed automatically. * Add “-W” to the “Exec” key of blender-fullscreen.desktop, so that Blender is really launched fullscreen (without window borders and possible decorations). It's still amazing to see how collaborative developers from sister distributions can be. [ Great cleanup ] * Switch from python-central to python-support: - debian/control: - B-D: Replace python-central with python-support. - B-D: Replace python2.4-dev with python-dev. - Drop python-centralish additional fields: X{S,B}-Python-Version. - debian/rules: - Replace dh_pycentral with dh_pysupport. * Remove the homepage from the long description. * Remove the binary and source lintian overrides about the additional “Homepage” source field, which is now official. * Replace many “install” calls in debian/rules by a call to“ dh_install” and appropriate lines in debian/blender.install.That also fixes the spurious installation of the SVG icon in a 32x32 icon folder. * Move the locales where they belong: /usr/share/locale. Remove the symlink from the wrapper, it is no longer needed. * Remove the dot from the filenames of the Blanguages and bfont.ttf files, so that they no longer appear as hidden. Also move them to /usr/share. Modify the wrapper accordingly, so that it symlinks to the new locations. Also add a TODO about a possible removal of the font symlink. * Also move the scripts hierarchy and the VERSION file to /usr/share. Adapt the wrapper for this purpose too. Adapt the “chmod” call in debian/rules accordingly. * Drop the optimization lowering on mips(el) from debian/rules, although #354439 isn't marked as fixed yet. Thanks to Arthur Loiret for checking that the build goes fine with current gcc version. * Actually drop the “ccache” detection introduced in 2.45-1. Setting the PATH is much more straightforward. * General cleanup of debian/rules, especially superfluous use of $(CURDIR). * Delete “image-file-in-usr-lib” lintian override. No longer needed due to the /usr/lib to /usr/share migration of most of the files (nor really justified anyway). * No longer ship bfont.ttf directly since it is a duplicate of Bitstream Vera. Ship a symlink to the appopriate font and add a Depends: on the ttf-bitstream-vera package. Thanks linda. * Modify the handling of the config.* files. They are listed at the top of debian/rules and this list should be refreshed for each upstream release. * Modify the tweaks for the build of the plugins, using a symlink now. * Move the conditional addition (on Linux architectures only) of libdc1394 to the patch against config/linux2-config.py. * Convert the patch system from dpatch to quilt. As a reminder, they are currently: - 02_tmp_in_HOME, by Florian Ernst: Create all temporary user data in $HOME/.blender, preventing possible security issues (e.g. symlink attacks, see #298167). - 04_de_po_fix, by Florian Ernst: Little fixes for de.po, by Jens Seidel , reported to the upstream patch tracker as #7823. - 10_gnukfreebsd_support by me: Add support for GNU/kFreeBSD in upstream files, see #388349. - 20_gcc4.3_support by me: Fix FTBFS with GCC 4.3 (Closes: #462116). - 50_debian_build_config by me: Customize the upstream default Linux configuration. Diffs are listed in TODO at the moment, until a dedicated file is added. * Modify the handling of user-config.py: config/linux2-config is now symlinked at build time from user-config.py, so that non-Linux architectures use it, although the auto-detection doesn't find the matching configuration file. The symlink is removed at clean time. * Drop no longer needed files: - debian/dirs - debian/genpot/* - debian/misc/user-config.py - debian/pot-header.txt - debian/pycompat * Adapt the wrapper so that other packages can ship scripts under a given directory (/usr/share/blender/scripts/$package) and that those scripts are taken into account when blender is started (using the same symlink mechanism that was already present for the scripts shipped with blender). * Update the menu file, providing with better long titles, thanks to Bill Allombert (Closes: #445154). * Bump Standards-Version to 3.7.3 (no change needed). * Add Vcs-{Git,Browser} fields, pointing to collab-maint. * Remove debian/README.Alioth-CVS accordingly. * Remove debian/NEWS: no longer needed, and debian/README contains updated information. * No longer run “uupdate” in debian/watch. * Drop linda overrides, it looks like a outdated and deprecated tool. * Remove Florian Ernst from Uploaders upon his request, thanks for your taking care of Blender until now! -- Cyril Brulebois Wed, 23 Jan 2008 04:15:13 +0100 blender (2.45-1ubuntu2) hardy; urgency=low * No change rebuild for libopenexr transition -- Jonathan Riddell Tue, 11 Dec 2007 10:03:57 +0000 blender (2.45-1ubuntu1) hardy; urgency=low * Merge from debian unstable (LP: #164417), remaining changes: - Add 30_gameengine-libgl-location-fix.dpatch: use correct libGL SONAME - debian/control + Set Maintainer to Ubuntu MOTU Developers + Set XSBC-Original-Maintainer to Debian Blender Maintainers + Build-depends: python2.5-dev instead of 2.4 + Change XS-Python-Version: to current - debian/misc/blender-fullscreen.desktop + Add -W switch to executable call (run fullscreen without window borders) - debian/misc/user-config.py + Change BF_PYTHON_VERSION to '2.5' -- Kenneth Drake Wed, 21 Nov 2007 18:35:32 +0000 blender (2.45-1) unstable; urgency=low * New upstream release (Closes: #443278). * Menu transition: move from Apps/Graphics to Applications/Graphics. * Dropped patch (merged upstream): - 20_gcc4.3_support.dpatch. * Disabled genpot in debian/rules. It is very time consuming, and apparently not needed. If a regression happens, it should be fixed upstream, and not using such a hack (that nobody knows about anymore). The genpot/ folder hadn't be deleted (yet), just in case. Since these scripts aren't called anymore, no .pyc file should appear, which fixes the double-build failure (Closes: #442511). * Added a “Homepage:” field, and kept the URL in the long description, until packages.debian.org, aptitude, and so on support this field. * Modified debian/rules to detect when DEB_BUILD_OPTIONS contains “ccache”, so as to speed up maintainer rebuilds. * Updated lintian source overrides so that only the following ones remain: - “unknown-field-in-dsc homepage” (see above); - .svn files in the upstream source. * Updated lintian binary overrides: - deleted unused ones; - added “unknown-field-in-control homepage”; * Updated desktop files: - removed unneeded “Encoding” field; - updated “Category” field “Application;Graphics;” to “Graphics;3DGraphics;”. -- Cyril Brulebois Thu, 20 Sep 2007 19:14:58 +0200 blender (2.44-2ubuntu2) gutsy; urgency=low * Switch over to python 2.5 (Closes LP: #116540). -- William Lima Wed, 4 Jul 2007 10:57:31 -0300 blender (2.44-2ubuntu1) gutsy; urgency=low * Fix fullscreen desktop file to actually work (Closes LP: #123578) * Use correct libGL SONAME (Closes LP: #113897) -- Lukas Fittl Tue, 03 Jul 2007 13:59:02 +0200 blender (2.44-2) unstable; urgency=low * Added debian/patches/20_gcc4.3_support.dpatch to fix FTBFS with GCC 4.3. Solves: - many missing includes; - one missing newline; - one redefinition. (Closes: #417491) * Rebuild will turn libav{codec,format}0d Depends: into libav{codec,format}1d, thus fixing the impossibility to install blender (Closes: #427567). -- Cyril Brulebois Tue, 05 Jun 2007 00:48:46 +0000 blender (2.44-1) unstable; urgency=low * New upstream release. * Drop debian/patches/01_64bits_stupidity, not needed anymore: as of this version blender is 64 bits safe again. Adjust README.Debian accordingly. -- Florian Ernst Thu, 17 May 2007 11:47:59 +0200 blender (2.43-1) UNRELEASED; urgency=low [ Cyril Brulebois ] * New upstream release (Closes: #414409). * Refreshed 10_gnukfreebsd_support.dpatch: - it should now support each FreeBSD kernel version, using startswith() instead of an hardcoded kernel version string; - nan_compile.mk and some other files are no longer patched, although the compilation is OK; adjustments might be needed. * Updated user-config.py: - fixed () vs {} for FFMPEG; - switched from 'bullet' to 'bullet2' and adjusted some paths. * Added a Build-Conflicts against nvidia-glx. When trying to build with that package installed, a ``-lGL not found otherwise'' occurs, and without it, everything looks fine. That should also avoid situations like in #282071 and #285946. * Added debian/patches/01_64bits_stupidity.dpatch to enable blender on 64-bit systems. Please read the README.Debian file for more info. A NEWS.Debian file has been added to ensure that users don't miss this point. * Adjusted README.Debian file so that it has the very same structure as a debian changelog file. * Adjusted the clean target since many binary files remained after the cleanup, reported by dpkg-buildpackage when trying to update the Debian diff after a build (Closes: #424145). * Adjusted the width of the lines in the long description to get a possibly beautiful paragraph. * Updated and improved desktop integration (Closes: #417901): - switched from a single desktop file to two versions: one for windowed and one for fullscreen execution, thanks to Lukas Fittl for the suggestion! - added the missing dh_desktop call; - added the installation of all the icons in release/freedesktop/icons; - adapted the icon name in the .desktop files accordingly. * Dropped insecure script removal introduced in 2.42a-6, since the insecure script is no longer shipped upstream. * Added a TODO(.Debian) file to list items to work on for further revisions. [ Florian Ernst ] * debian/control: + drop g++-3.3 from B-D. Actually, we don't need it anymore. + bump B-D on python-central to 0.5 to make lintian happy. -- Cyril Brulebois Fri, 13 Apr 2007 23:17:41 +0200 blender (2.42a-7) unstable; urgency=high * Dropped the erroneous -lstdc++ and -lc linking options, which caused the FTBFS on mips and sparc; let g++ do the job instead, using CXX. Many thanks to Sam Hocevar for having found the cause of the FTBFS and for the patch (Closes: #417889). * Urgency set to high accordingly, since it is a serious bug. -- Cyril Brulebois Thu, 05 Apr 2007 11:34:46 +0200 blender (2.42a-6) unstable; urgency=high * Security: No longer ship the kmz_ImportWithMesh.py script since it allows user-assisted remote attackers to execute arbitrary Python code by importing a crafted (1) KML or (2) KMZ file [CVE-2007-1253]. * Updated copyright to reflect the actual license (Closes: #407917). * Added documentation (NEWS, README.Debian) about 64-bit related risks. * Added myself to the Uploaders. -- Cyril Brulebois Wed, 14 Mar 2007 11:06:13 +0100 blender (2.42a-5) unstable; urgency=high * urgency=high due to RC bugfix targetted at testing * debian/control: add explicit Build-Depends on pkg-config which was previously pulled in automatically via a dependency chain, thus resolving a FTBFS (Closes: #397560) * debian/rules: remove dh_python call as dh_pycentral should do the work * debian/genpot/*.py: convert DOS to Unix line endings, thanks to Jens Seidel for the pointer * debian/blender.1: update by Cyril Brulebois, many thanks (Closes: #394224) -- Florian Ernst Fri, 10 Nov 2006 20:43:47 +0100 blender (2.42a-4) unstable; urgency=low * Well, instead of using a different compiler let's try lowering the optimization again on mips{,el}. Many thanks to Jens Seidel for all his work! -- Florian Ernst Tue, 10 Oct 2006 07:46:20 +0200 blender (2.42a-3) unstable; urgency=low * Fall back to using gcc-3.3/g++-3.3 on mips and mipsel in order to circumvent ICE, see bug#354439 and the previous changelog entry. * debian/rules: delete config.{guess,sub} in clean -- Florian Ernst Tue, 3 Oct 2006 11:29:35 +0200 blender (2.42a-2) unstable; urgency=low [ Cyril Brulebois ] * Add support for GNU/kFreeBSD (kfreebsd-i386 at least, closes: #388349): - Add 10_gnukfreebsd_support.dpatch to solve GNU/kFreeBSD detection in SConstruct files and other #define's. - Conditionalize the removal of "libdc1394" in debian/rules because it is Linux-specific and used unconditionally. Should be more easy to maintain this way than having multiple user-config.py files. [ Florian Ernst ] * Fall back to using gcc-3.4/g++-3.4 on mips and mipsel in order to circumvent ICE, see bug#354439. * Merge changes from Ubuntu: - debian/genpot: Add python scripts from Lee June to generate a reasonable PO template from the sources. Since gettext is used in a highly nonstandard way, xgettext does not work for this job. - debian/rules: Call the scripts, generate po/blender.pot, and clean it up in the clean target. - Add a proper header to the generated PO template. * Readd B-D on autotools-dev for auto-updating of config.{sub,guess}, GNU/kFreeBSD seems to need it. -- Florian Ernst Tue, 26 Sep 2006 20:58:09 +0200 blender (2.42a-1) unstable; urgency=low [ Wouter van Heyst ] * Don't use fancy colours polluting build logs. [ Antonio Ospite ] * New upstream release * Drop 05_mesh_skin_py23.dpatch, not needed anymore * Update regexp in debian/watch file and added the call to uupdate * Add a source lintian override for outdated-autotools-helper-file, since we do not use autotools at all [ Florian Ernst ] * Link against libgettextpo, not libgettextlib. Thanks to Santiago Vila for clarification (Closes: #381809, #382246) * Quote arguments properly in wrapper script, thanks to Wesley J. Landaker (Closes: #380580) -- Florian Ernst Fri, 11 Aug 2006 17:50:59 +0200 blender (2.42-1) unstable; urgency=low [ Antonio Ospite ] * New upstream release * Adapt to use the refactored blender build system based on scons * Remove the build-dependecy on autotools-dev * Build-Depend on libopenexr-dev to enable support for EXR output format * Build-Depend on libavformat-dev to enable FFMPEG output format * Add some lintian and linda overrides, for both source and binary package * Update Standards-Versions to 3.7.2 * Build using python 2.4 (build-depends on python2.4-dev for now) * Update to Build-Depend on debhelper (>= 5.0.37.2) * Other updates to follow the python policy as asked in http://wiki.debian.org/DebianPython/NewPolicy * Fix a problem with mesh_skin.py script not being compatible with python 2.3 (even if we build for 2.4, this make backporting easier), see the file patches/05_mesh_skin_py23.dpatch [ Florian Ernst ] * Drop 05_bevel_center.py_fix.dpatch, not needed anymore * Upgrade debhelper compatiblity level to 5 * Add French translations in .desktop, thanks to VETSEL Patrice (Closes: #354936) * New upstream + Finds libtiff easily (Closes: #364473) + lightwave_export.py works with newer Python (Closes: #348374) * General cleanup to reflect new build system * Drop old and unneeded patches -- Florian Ernst Mon, 17 Jul 2006 20:32:26 +0200 blender (2.41-1) unstable; urgency=low [ Florian Ernst ] * New upstream release + adjust 01_SConstruct_debian.dpatch accordingly + uses openal again, but we don't, see bug#323527 * Remove mips{,el} patching from 2.40-2 as it didn't solve the FTBFS [ Antonio Ospite ] * Fixed a Syntax Error in bevel_center.py script when using python 2.3, see the file debian/patches/05_bevel_center.py_fix.dpatch -- Florian Ernst Tue, 7 Feb 2006 11:36:11 +0100 blender (2.40-2) unstable; urgency=low * Lower optimization on mips{,el} only in order to avoid a compiler error, adjusting dpatch setup accordingly * debian/rules: use "scons clean" to speed up clean target as recommended by upstream -- Florian Ernst Tue, 17 Jan 2006 14:45:33 +0100 blender (2.40-1) unstable; urgency=high [ Wouter van Heyst ] * Switch to team based maintenance * New upstream release - closes: #345442, #346144 + fixes CVE-2005-4470: Integer overhead in header parser for .blend import - closes: #344398, urgency=high * Acknowledge NMU - closes: #333958 [ Florian Ernst ] * New upstream release includes own fixes for building on amd64/gcc4.0; adjusting debian/patches/03_amd64_gcc40_fix.dpatch and then stop applying it as it is apparently not needed anymore * Add debian/patches/SConstruct.diff as well as debian/README.Alioth-CVS explaining how to use it when building from upstream source + Alioth-CVS * Add missing build-dependency on libgettextpo-dev, drop hardcoded Depends on gettext - closes: #307811 * Add Build-Depends on libtiff4-dev for building and Suggests on libtiff4 for dlopen()'ing * Add README.Debian explaining graphics issues such as random crashes and interface weirdness, this might eventually be sufficient for resolving bugs like #299441 and friends... * Substitute 02_tmp_in_HOME.dpatch for 02_quit_blend_in_homedir.dpatch to make sure all temporary user data (such as e.g. autosave files) is put in $HOME/.blender in order to avoid a symlink attack, see bug#298167 * Extend 04_de_po_fix.dpatch * Remove Conflicts/Replaces on blender-powerpc as this package only exists in oldstable * Streamline debian/rules, removing some unneeded cruft * debian/control: add upstream homepage * README.Debian: added note about quit.blend now being found in $HOME/.blender * debian/watch: added * Merge (and extend) Ubuntu adjustments as applied by Daniel Holbach + ${python:Depends} and dh_python + auto-update config.guess via autotools-dev * debian/source.lintian-overrides: added * debian/blender.1: escape hyphens where necessary -- Florian Ernst Mon, 16 Jan 2006 16:44:39 +0100 blender (2.37a-1.1) unstable; urgency=low * Non-maintainer upload. * Split out parts of 01_SConstruct_debian.dpatch again: root_build_dir really needs to get adjusted before the clean target runs - closes: #333958, see #288882 for reference -- Florian Ernst Sun, 6 Nov 2005 12:40:03 +0100 blender (2.37a-1) unstable; urgency=low * Works had been done at Codefest Asia 2005 in Colombo, Sri Lanka. * New upstream release - closes: #316524 * Bumped Standards-Version 3.6.2.1 (no physical changes). * Now the package include blenderplayer - closes: #304567 * Now it should be built on amd64 with gcc-4.0 - closes: #285577, #319307 * Now quit.blend is created in the user's homedir - closes: #298167 * Fixed de.po - closes: #313676 -- Masayuki Hatta (mhatta) Tue, 6 Sep 2005 17:52:51 +0900 blender (2.36-1) unstable; urgency=high * The "Back From The Gig" release. * Urgency is set to high, since this release fixes a security issue. Woody doesn't have free Blender. * [02_fix_insecure_writing_to_quit_blend] added a dpatch to prevent a symlinkattack - closes: #298167 * New upstream release - closes: #288883 * Acknowledged NMU, sorry for delay and thanks guys - closes: #288882 * Now fully updates the plugins every time blender is launched - closes: #285578 -- Masayuki Hatta (mhatta) Fri, 11 Mar 2005 00:55:14 +0900 blender (2.35-1.1) unstable; urgency=low * Non-maintainer upload. * Split out parts of 01_SConstruct_debian.dpatch: root_build_dir needs to get adjusted before the clean target runs - closes: #288882 -- Florian Ernst Thu, 10 Feb 2005 02:45:38 +0100 blender (2.35-1) unstable; urgency=low * The "Brief Return From The Hell, Pt. 2" release. * New upstream release - closes: #282702 * Added MimeType field to .desktop - closes: #280925 * Fixed a typo in description - closes: #268498, #277229 * Changed the size of blender.xpm to 32x32. * Now installs manpage, even if it's somewhat dated - closes: #277886 * Now installs blenderplayer. -- Masayuki Hatta (mhatta) Wed, 8 Dec 2004 01:52:53 +0900 blender (2.34-1) unstable; urgency=high * The "Brief Return From The Hell" release. * New upstream release. * Put .desktop and .xpm into the right place - closes: #257935 * [patches/01_SConstruct_debian.dpatch] fixed pathes for FTGL stuff - closes: #262547 * [blender-wrapper]: now reinstall some files when the user's ~/.blender came from the older versions. -- Masayuki Hatta (mhatta) Sun, 8 Aug 2004 01:10:13 +0900 blender (2.33a-1) unstable; urgency=low * New upstream release * Fixed a typo in /usr/bin/blender wrapper - closes: #248485 -- Masayuki Hatta (mhatta) Sat, 15 May 2004 00:32:02 +0900 blender (2.33-3) unstable; urgency=low * Fixed gettext dependency - closes: #247624 -- Masayuki Hatta (mhatta) Sun, 9 May 2004 13:26:44 +0900 blender (2.33-2) unstable; urgency=low * Oops, I messed menu entry up and also forgot to install it, Fixed... -- Masayuki Hatta (mhatta) Mon, 3 May 2004 21:11:31 +0900 blender (2.33-1) unstable; urgency=low * New upstream release. * Re-packaged. * Now uses SCons-based build system. * Sorted out build-dependencies. * Fixed menu hint, uses "Modeler" - closes: #246201 -- Masayuki Hatta (mhatta) Mon, 3 May 2004 15:16:26 +0900 blender (2.32-4) unstable; urgency=low * Added a menu entry to run blender with -w - closes: #223602 -- Masayuki Hatta (mhatta) Mon, 23 Feb 2004 17:22:36 +0900 blender (2.32-3) unstable; urgency=low * Made bmake executable, so plugins should be built when built by buildd. * 02_sparc_linux.dpatch: removed. * 02_defs_for_debian.doatch: dpatch'd changes on nan_definitions.mk. * Added Suggests: yafray -- Masayuki Hatta (mhatta) Sat, 21 Feb 2004 16:03:02 +0900 blender (2.32-2) unstable; urgency=low * [control] changed Maintainer field. * Fixed build on SPARC, thanks Petter Reinholdt - closes: #229420, #221802 * Now installs ~/.blender - closes: #232654 - I know this is a kludgy solution, but seems there is no better way to go for now... * Now ships with plugins - closes: #221584 * Now ships with python scripts - closes: #221586 * Fixed SECTION of manpage - closes: #231847 * Listed povray(1) instead of too general X(1) in manpage - closes: #231843 -- Masayuki Hatta (mhatta) Wed, 18 Feb 2004 02:13:03 +0900 blender (2.32-1) unstable; urgency=low * New upstream release - closes: #231499 -- Masayuki Hatta (mhatta) Sat, 7 Feb 2004 16:29:18 +0900 blender (2.30-1) unstable; urgency=low * New upstream release - closes: #219531 -- Masayuki Hatta Fri, 14 Nov 2003 00:41:07 +0900 blender (2.28c-1) unstable; urgency=low * New upstream release - closes: #209913 * Added Build-Depends: libesd0-dev - closes: #207520 -- Masayuki Hatta Sun, 26 Oct 2003 14:31:01 +0900 blender (2.28a-1) unstable; urgency=low * New upstream release -- Masayuki Hatta Thu, 21 Aug 2003 01:24:28 +0900 blender (2.28-1) unstable; urgency=low * New upstream release - closes: #203714, #204460 * Acknowledged NMU, thanks David and Paul - closes: #194373 * Removes tmp-makefile on clean - closes: #194374 * Now uses dpatch. * Bumped Standards-Version to 3.5.10. * Added some Build-Depends. * Removed TODO. -- Masayuki Hatta Sat, 9 Aug 2003 15:43:54 +0900 blender (2.27-1.1) unstable; urgency=low * Non Maintainer Upload * Fix multi-line strings for gcc 3.3 (Closes: #194373) Patch by Paul Hampson -- David Pashley Tue, 15 Jul 2003 15:22:33 +0200 blender (2.27-1) unstable; urgency=low * New upstream release. -- Masayuki Hatta Fri, 16 May 2003 13:19:53 +0900 blender (2.26-3) unstable; urgency=low * Thanks again LarstiQ for preparing this release. * Bumped to Standards-Version: 3.5.9. * Tightened Build-Depends - closes: #185719 * Improved description - closes: #180358 * Now conflicts with blender-powerpc - closes: #183944 * Fixed upsteram URL in manpage - closes: #184919 -- Masayuki Hatta Sat, 22 Mar 2003 20:42:19 +0900 blender (2.26-2) unstable; urgency=low * Build-Depends: libpng12-0-dev, instead of libpng-dev. -- Masayuki Hatta Wed, 5 Mar 2003 13:25:58 +0900 blender (2.26-1) unstable; urgency=low * Thanks Wouter van Heyst for preparing this release. * New upstream release. * Uses NaN makefiles instead of GNU Auto*. * Removed post*. -- Masayuki Hatta Mon, 24 Feb 2003 22:55:57 +0900 blender (2.25b+cvs.2003.02.17-1) unstable; urgency=low * New upstream release (CVS snapshot) - closes: #165581 * This is actually 2.26+, but I postpone to bump the version until LarstiQ send me his changes. -- Masayuki Hatta Mon, 17 Feb 2003 20:44:43 +0900 blender (2.25b+cvs.2003.02.05-1) unstable; urgency=low * The "At Last We Are Free" release. * Free Blender, finally! * New upstream release (CVS snapshot). -- Masayuki Hatta Wed, 5 Feb 2003 02:34:24 +0900 blender (2.23-2) unstable; urgency=low * Updated to Standards-Version: 3.5.6. -- Masayuki Hatta Thu, 29 Aug 2002 18:01:57 +0900 blender (2.23-1) unstable; urgency=low * The "Waiting For Another $50k" release. * New maintainer - no response from Daniel, hijacked. * www.blender.nl -> www.blender3d.com * Tweaked debian/rules. * Moved /usr/lib/python2.0/* into /usr/lib/python2.2/blender and made it recommend python2.2. I'm not sure this is right, though... * Acknowledged NMU fixed bugs - closes: #55376, #72018, #116063, #79934, #121989, #138301, #139249, #147421, #150390, #151542, #55495, #112040 -- Masayuki Hatta Tue, 30 Jul 2002 16:37:13 +0900 blender (2.23-0.2) unstable; urgency=low * NMU (Daniel seems to be an MIA, I guess someone should take this over). * Fixed Python scripts (suggested by Thimo) - closes: #138301 * Added appropriate dependencies - closes: #139249, #147421, #150390, #151542 * Added Build-Depends. * Updated to Standards-Version: 3.5.2. -- Masayuki Hatta Wed, 24 Jul 2002 05:37:09 +0900 blender (2.23-0.1) unstable; urgency=low * NMU upload for bug fixes * New upstream version. I had to get the static binary to fix the bug, but all they had available was the latest version, which is 2.23. Closes: #116063, #112040 * Install python libs into directory where blender expects it. Closes: #121989 -- Ben Collins Sun, 10 Feb 2002 15:52:06 -0500 blender (2.12-1) unstable; urgency=low * NMU to bring package up-to-date. (closes: #79934) * Blender now ships with headers and bmake (closes: #55495) -- Sean 'Shaleh' Perry Tue, 10 Apr 2001 11:46:23 -0700 blender (1.80-1) unstable; urgency=low * New upstream release (everything is now free of charge) (closes: Bug#57315) * Closing NMU-Fixed Bugs (closes: Bug# 55376, Bug#57319, Bug#59973) * First own upload after I became official maintainer -- Daniel Mester Wed, 5 Jul 2000 16:46:43 +0200 blender (1.74-1) unstable; urgency=low * Sponsor upload. * Due a sponsor mistake Blender did not depend on libgl, hopefully it does now. (closes: Bug#59973, Bug#55376, Bug#57135) * closing upstream fixed bugs (closes: Bug#57319) -- Daniel Mester Tue, 11 Apr 2000 12:56:49 +0200 blender (1.73-1) unstable; urgency=low * Sponsor upload. * closing NMU-fixed bugs (closes: Bug#52349, Bug#51114, Bug#51240) * Blender depends on libgl1 instead of mesag3 (closes: Bug#55815, Bug#55376) -- Daniel Mester Mon, 21 Feb 2000 17:02:15 +0100 blender (1.72-1) unstable; urgency=low * Sources are i386 only (closes: Bug#52349) * Sponsor upload * New upstream version (closes: Bug#51114, Bug#51240) -- Daniel Mester Wed, 5 Jan 2000 10:38:38 +0100 blender (1.71-2) unstable; urgency=low * Sponsor upload. * debian/control: Reformatted description. * debian/rules: Moved plug-ins to /usr/lib instead of /usr/include (!?) * debian/dirs: Patched to conform to previous change. * debian/blender1.1: Removed as it was installed by debhelper and does not belong into the package. * debian/blender.menu: Changed "needs=X11|text|..." to "needs=X11". Thanks again to the lintian maintainers :) -- Torsten Landschoff Tue, 4 Jan 2000 18:09:44 +0100 blender (1.71-1) unstable; urgency=low * Installed docs into /usr/share/doc/blender * debian/blender.1: Wrote small manpage (not the best, but nice) * Completely redone the package * New maintainer * New upstream version -- Daniel Mester Wed, 8 Dec 1999 14:17:58 +0100 blender (1.61-1) unstable; urgency=low * New upstream version. * Removed wrapper script, it is no longer necessary. -- Stephen Crowley Sun, 16 May 1999 16:02:39 -0500 blender (1.58-1) unstable; urgency=low * New upstream. -- Stephen Crowley Wed, 17 Mar 1999 21:03:53 -0600 blender (1.53a-2) unstable; urgency=low * Fixed the wrapper script. It now exports BLENDERDIR -- Stephen Crowley Fri, 1 Jan 1999 15:58:35 -0600 blender (1.53a-1) unstable; urgency=low * Initial Release. -- Stephen Crowley Fri, 1 Jan 1999 13:47:44 -0600