radiance (3R9+20100109-1) unstable; urgency=low * CVS HEAD (2010-01-09) -- Bernd Zeimetz Wed, 20 Jan 2010 13:08:54 +0100 radiance (3R9+20091217-1) experimental; urgency=low * [b2fb5989] CVS HEAD (2009-12-17) * [3e118c0e] Bumping Standards-Version to 3.8.3. No changes needed. -- Bernd Zeimetz Sat, 19 Dec 2009 14:28:35 +0100 radiance (3R9+20091104-1) experimental; urgency=low * Upload to experimental to give the new libtiff a try. * [2e09d681] CVS HEAD (2009-11-04) * [1e5f55bf] Use libtiff-dev if available. * [c928580c] Require pristine tar for gbp. -- Bernd Zeimetz Thu, 05 Nov 2009 18:27:59 +0100 radiance (3R9+20090811-1) unstable; urgency=low * [af40ec9f] CVS HEAD (2009-08-11) -- Bernd Zeimetz Wed, 26 Aug 2009 10:39:55 +0200 radiance (3R9+20090725-1) unstable; urgency=low * [fe2c8411] Dropping meta-Rmakefile-missing-deps patch. * [533cbb1c] CVS HEAD (2009-07-24) * [c332c2c1] Updating Debian patches for lates CVS HEAD. * [4730253b] Adding git-buildpackage config. -- Bernd Zeimetz Sat, 25 Jul 2009 22:42:04 +0200 radiance (3R9+20090601-1) unstable; urgency=low * [7d8242e2] Enable -funroll-loops on arm for gcc >= 4.3.1-1 (Closes: #481880) * [49343fec] CVS HEAD (2009-06-01) * [1b922e1f] Install cal files from src/cal/cal - thanks to Terrance Mc Minn -- Bernd Zeimetz Thu, 04 Jun 2009 12:00:23 +0200 radiance (3R9+20090530-1) unstable; urgency=low * Updating to CVS HEAD from 2009-05-30. * Updating debian/patches/use-system-libtiff to apply again. * Updating copyright of the Debian packagaging. * Bumping Standards-Version to 3.8.1, no changes needed. -- Bernd Zeimetz Sun, 31 May 2009 02:14:11 +0200 radiance (3R9+20090312-1) unstable; urgency=low * Updating to CVS HEAD from 2009-03-12. -- Bernd Zeimetz Fri, 13 Mar 2009 13:12:34 +0100 radiance (3R9+20090211-1) unstable; urgency=low * Updating to CVS HEAD from 2009-02-11. * Removed all libtiff related embedded code copies from the upstream branch, including header files. Also removed libtiff related patches from debian/patches and settings from debian/rules. * Adding debian/patches/use-system-libtiff to patch the necessary Rmakefiles to use the system's libtiff. Also refreshing all other patches. * Adding debian/README.source as required by policy. The content of debian/README.Debian-source was updated and included into the new file and the old one dropped. * debian/control: Bumping Standards-Version to 3.8.0. -- Bernd Zeimetz Sat, 21 Feb 2009 15:29:24 +0100 radiance (3R9+20080530-4) unstable; urgency=high * debian/patches: - Adding 'using_mktemp_security_fix' patch to avoid a possible symlink attack. Now scripts are using mktemp(1) to create files in /tmp. Thanks to Dmitry E. Oboukhov for the report (Closes: #496423). -- Bernd Zeimetz Thu, 28 Aug 2008 00:33:52 +0200 radiance (3R9+20080530-3) unstable; urgency=low * debian/rules: - Disabling -funroll-loops not only for arm, but also for armel, (see #476460 for details). -- Bernd Zeimetz Sat, 31 May 2008 18:34:35 +0200 radiance (3R9+20080530-2) unstable; urgency=low * debian/rules: - Although upstream "fixed" tifftypes.h, it still results in build failures on several architectures. Using /usr/include/tiff.h instead again. -- Bernd Zeimetz Sat, 31 May 2008 14:49:07 +0200 radiance (3R9+20080530-1) unstable; urgency=low * Updating to CVS HEAD from 2008-05-30. Including a fix for an implicit declaration and a few minor bugs. * debian/patches: - Due to upstream incorporating suggestions and patches from Debian, the following patches could be dropped completely: + 0004-Update-gen-Rmakefile-to-use-the-systemwide-libtiff-i.patch + 0005-Update-cv-Rmakefile-to-use-the-systemwide-libtiff-if.patch + 0006-Update-hd-Rmakefile-to-use-the-systemwide-libtiff-if.patch + 0007-Update-ot-Rmakefile-to-use-the-systemwide-libtiff-if.patch + 0008-Update-rt-Rmakefile-to-use-the-systemwide-libtiff-if.patch + 0010-Update-util-Rmakefile-to-use-the-systemwide-libtiff.patch + no-hardlinks - 0009*.patch and 0011*.patch were updated and renamed to meta-Rmakefile-missing-deps / cal-Rmakefile-missing-deps * debian/rules: - Updating according to the changes in the patches. -- Bernd Zeimetz Sat, 31 May 2008 00:52:50 +0200 radiance (3R9-3) unstable; urgency=low * debian/rules: - disabling -funroll-loops on arm to avoid a FTBFS due to a segfault in gcc 4.3 (see #476460 for details). -- Bernd Zeimetz Mon, 19 May 2008 09:44:41 +0200 radiance (3R9-2) unstable; urgency=low * debian/rules: - Fixing FTBFS on several platforms where sudo is used instead of fakeroot. Reason here was quilt which does not clean up created directories. -- Bernd Zeimetz Sat, 17 May 2008 22:57:23 +0200 radiance (3R9-1) unstable; urgency=low * New upstream version. + Does not include files without sources anymore, dropping the dfsg from the version number. * debian/rules: - Don't use -ffast-math as optimization anymore as it can lead to "zero ray direction in localhit" errors. See <48066BAE.4050302@gmx.net> on the radiance-general list for details. - Use ln -s as value for LN while building, debian/patches/no-hardlinks allows us to override the setting for LN now. - Use quilt instead of dpatch now. - Creating a better src/rt/Version.c while building now, cleaning it up properly after the build. * debian/control: - Adding Vcs-Browser and Vcs-Git fields. - Replacing dpatch build-dep by quilt. * debian/patches: - Moving from dpatch to quilt. - Completely refactoring the patches which removed the support for the included libtiff. Now they allow to build against the included version (which is not shipped in the Debian package) or against a system-wide installation of libtiff (which is what we want). - Refreshing patches to fit to the new upstream version. - Deleting ies2rad-ftbfs-fix, not needed anymore. - Deleting rmakefile-clean-fix - Version.c is created and removed by debian/rules now. - Adding new patch to fix several syntax bugs in manpages. * debian/README.Debian-source - Updating file to introduce into the usage of the git repository and to explain how to retrieve the original source. -- Bernd Zeimetz Sat, 17 May 2008 18:20:06 +0200 radiance (3R8+20080210.dfsg-2) unstable; urgency=low * debian/patches: - Adding ies2rad-ftbfs-fix.dpatch to fix a FTBFS on some architectures due to a missing -lm. -- Bernd Zeimetz Sun, 10 Feb 2008 23:20:20 +0100 radiance (3R8+20080210.dfsg-1) unstable; urgency=low * Update to latest HEAD revision. * debian/patches: - Removing mgflib-make-params.dpatch, integrated upstream. - libtiff-remove-in-other-dirs.dpatch updated. * debian/control: - Bumping Standards-Version to 3.7.3, no changes needed. - Moving to Priority: extra - Lightning simulation is not public enough to have the package in optional. - Updating my email address. -- Bernd Zeimetz Sun, 10 Feb 2008 20:13:29 +0100 radiance (3R8+20071122.dfsg-2) unstable; urgency=low * debian/rules: - Fixing a bug where the package FTBFS on systems where /bin/sh is linked to /bin/dash. Thanks to Luca Falavigna (Closes: #453810). * debian/control: - Adding libxext-dev to Build-Depends, thanks to Luca Falavigna (Closes: #453811). In Debian libx11-dev depends on libxext-dev, so the missing dependency did not result in FTBFS. -- Bernd Zeimetz Sat, 01 Dec 2007 22:24:43 +0100 radiance (3R8+20071122.dfsg-1) unstable; urgency=low * Building 3R8 with HEAD from 20071122. Also building and installing 3ds2mgf + 3ds2mgf.1. * Moving DEVDIR to /usr/lib/radiance/dev, so we can use /usr/lib/radiance for compatibility links to support old renderings. Adding links for genrbox and rvu, which were formerly know as genbox and rview. * Cleaning up and splitting the patch which renames genbox to genrbox. * Upstream ships the source of doc/pdf/raduser1_6.pdf now. Keeping the pdf in the source while repackaging and shipping it with radiance-doc. * Dropping parts from the patches which were integrated upstream. * Building the ogl device files for rholo now, this should speed up rholo pretty much. * Adding 'pbilat' to radiance-experttools.1 - new bilateral filter. -- Bernd Zeimetz Fri, 23 Nov 2007 00:27:10 +0100 radiance (3R8+20070924.dfsg-2) unstable; urgency=low * Removing DS_Store files from the doc/ps directory as they're cruft from other operating systems. * Installing trad, thanks to Axel Jacobs for the hint - Removing debian/patches/do-not-install-trad.dpatch - Updating debian/rules to handle trad properly - Adding tk8.4 dependencies in debian/control * debian/radiance-doc.install: - Install ps files from doc/ps only, not weird DS_Store files * Renaming the genbox utility as the name is used by gromacs allready (Closes: #446726). The new name is genrbox. - Adding debian/patches/genbox-rename.dpatch to fix libraries and documentataion. - Renaming the manpage in debian/rules * debian/control: - Adding a versioned conflict to the rcalc package to make backporters' life more easy. It shipped 'rcalc' in /usr/bin, too. * debian/{radiance.NEWS,README}.Debian: - Documenting the new name of 'genbox'. -- Bernd Zeimetz Sun, 21 Oct 2007 21:42:40 +0200 radiance (3R8+20070924.dfsg-1) unstable; urgency=low * Initial release (Closes: #431974) Thanks to Gregory J. Ward for all the help! -- Bernd Zeimetz Tue, 14 Aug 2007 15:06:09 +0200