yafray (0.0.9+dfsg-4) unstable; urgency=low * QA upload * Added hurd support (patch:80_hurd_support). Thanks a lot to Pino Toscano for having send in the patch! (Closes: #568629). * Removed Uploaders. -- Ralf Treinen Tue, 16 Feb 2010 21:40:48 +0100 yafray (0.0.9+dfsg-3) unstable; urgency=low * QA upload. * Fix FTBFS due to "const char *" to "char *" conversion, thanks to Ilya Barygin for the patch (Closes: #549487) + added 50_const_char_conversion.dpatch * Fix FTBFS on alpha, hppa, mips, mipsel and sparc (Closes: #564785) + added 60_sys_platform.dpatch * Use env.Clone instead of env.Copy in linux-support.py + added 70_env.Clone_instead_of_env.Copy.dpatch * Add ${misc:Depends} in yafray's Depends field -- Mehdi Dogguy Fri, 05 Feb 2010 18:59:27 +0100 yafray (0.0.9+dfsg-2) unstable; urgency=low * Set maintainer to QA. Orphaning. -- Nick Rusnov Thu, 07 Jan 2010 12:12:45 -0800 yafray (0.0.9+dfsg-1) unstable; urgency=low * Repack to get rid of the debian/ directory shipped by upstream. * Add 30_gcc4.3_missing_includes.dpatch to add the missing includes, which fixes FTBFS with gcc 4.3 (Closes: #417786). * Move the homepage from the description to the source stanza. * Move the definition of debhelper compatibility from debian/rules to debian/compat. Bump it from 4 to 5 (no change needed). * Bump Standards-Version to 3.7.3 (no change needed). * Add Vcs-Git and Vcs-Browser now that the packaging is hosted on alioth. * Add a watch file. * Nuke trailing whitespaces in all debian/* files except changelog. * Move the autotools-dev code snippet from the clean target to the build one, and delete files in the clean target, through dh_clean. Now config.guess and config.sub are kept out of the Debian diff. * Drop the version from the Build-Depends on scons since there's a sufficient version even in oldstable. * Adapt the name of the overrides for both shared objects still living under /usr/lib. * Refresh GNU/kFreeBSD patch to support version 7 kernels: + 10_gnukfreebsd_support.dpatch. * Document that "-s fork" isn't implemented, in the help message of the yafray binary. Add a patch for that: + 40_document_unimplemented_option.dpatch. * Adapt the manpage (debian/yafray.sgml) accordingly. * Move from the SGML format to the POD one for the manpage: - Replace debian/yafray.sgml with debian/yafray.pod. - Adjust the manpage generation call to use “pod2man” instead of “docbook-to-man”. - Remove docbook-to-man from the Build-Depends. * Unversion the Suggests: on Blender, since even stable has a sufficient version. -- Cyril Brulebois Wed, 26 Mar 2008 09:48:50 +0100 yafray (0.0.9-2) unstable; urgency=low * Fixed debian/copyright: - missing (upstream) authors after having contacted the current team since AUTHORS is pretty outdated; - missing IBM copyright for: src/loader/wingetopt.cc; - special case for F. K. Musgrave, whose work has been based on and not derived from. See copyright for further explanations. * Fixed debian/rules: - preceed ``scons -c'' rule with a dash, so that it doesn't fail when called on a not-yet-supported arch, which needs a patch to be applied before being able to run correctly (there's a missing key reported in the root SConstruct file). - add the removal of the dblite file from scons which wasn't removed in the clean target till now. * Added a patch (20_libpath_without_soname_vs_fhs) to try and fix the FHS/soname problem by relocating libpath from /usr/lib/ to /usr/lib/yafray since: - no soname is used; - it appears to be not needed right now. Since it is not OK at runtime (no plugin found), this patch is not activated and usptream advice on that has been asked. * Added an override accordingly for libyafray{core,plugin}.so. -- Cyril Brulebois Sat, 23 Sep 2006 21:03:30 +0000 yafray (0.0.9-1) unstable; urgency=low * New upstream release: maintenance update from 0.0.8, with some improvements to RAM usage and raytracing robustness. * Added myself as comaintainer, in the Uploaders: field. * Modified 01-scons-install-fix.dpatch to remove unneeded headers. * Added 10_gnukfreebsd_support.dpatch to add support for GNU/kFreeBSD (Closes: #389073). * Removed 02-64bit-297295.dpatch since it has been integrated upstream. * Removed debian/ex.package.doc-base. * Bumped Standards-Version (no change needed). * Improved short and long descriptions in debian/control. * Improved debian/copyright: - added year to copyrights; - added pointer to /usr/share/common-licenses/LGPL; - changed FSF address. * Added Build-Depends: on autotools-dev since its config.{guess,sub} files are used when building the source (in the clean target). * Repacked upstream source to remove debian/. -- Cyril Brulebois Sat, 23 Sep 2006 17:04:57 +0000 yafray (0.0.8-2) unstable; urgency=low * Created a patch to fix build errors on Alpha and other 64 bit platforms where int potentially != ptr length. (Closes: #297295) -- Nick Rusnov Wed, 4 Jan 2006 20:01:28 +0000 yafray (0.0.8-1) unstable; urgency=low * New upstream version. (Closes: #333864) * Restructured scons fixup patch. * Repacked upstream source to remove debian/, CVS. -- Nick Rusnov Sun, 27 Nov 2005 23:42:31 +0000 yafray (0.0.7-2.1) unstable; urgency=low * Non-maintainer upload. * Apply patch by Andreas Jochens to fix FTBFS with gcc 4.0 (Closes: #297295) -- Frank Lichtenheld Sat, 6 Aug 2005 03:17:47 +0200 yafray (0.0.7-2) unstable; urgency=medium * 02-etcfix.dpatch: Fixed placement of gram.yafray into /etc. (Closes: #266206) + Medium urgency, fixes Serious bug. -- Nick Rusnov Tue, 17 Aug 2004 08:27:46 -0700 yafray (0.0.7-1) unstable; urgency=low * New upstream version. * Updated manpage. * Moved the scons fix to a patch, switch to using dpatch. * Updated description to reflect the current state of blender-yafray integration. -- Nick Rusnov Tue, 10 Aug 2004 09:14:42 -0700 yafray (0.0.6.2-5) unstable; urgency=low * Removed erroneous libstdc++ dependency. (Closse: #246432) -- Nick Rusnov Mon, 3 May 2004 09:08:47 -0700 yafray (0.0.6.2-4) unstable; urgency=low * Fixes CXXFLAGS problem caused by a change in scons. Or a misunderstanding about how to use scons. Thanks to Mark Brown. (Closes: #239400) * Added versioned dependency on scons just in case there are old versions laying around. -- Nick Rusnov Wed, 14 Apr 2004 15:10:08 -0700 yafray (0.0.6.2-3) unstable; urgency=low * Missing lib file `libbasicshaders.so' fixed. (Closes: #235340) Thanks to Su Yong. -- Nick Rusnov Wed, 17 Mar 2004 14:09:58 -0800 yafray (0.0.6.2-2) unstable; urgency=low * Fixed hardcoded plugin path. Woops. (Closes: #234024) + Had to munge the build system even more. I hate scons. + Made sure it doesn't keep left-over config.h -- Nick Rusnov Sat, 21 Feb 2004 12:55:03 -0800 yafray (0.0.6.2-1) unstable; urgency=low * Initial Official debian packaging, based partially on Kikko's upstream debian packages. * Created a manpage sgml file. * Fixed debian/* to be policy-compliant. -- Nick Rusnov Sat, 7 Feb 2004 09:59:38 -0800