Skip to content

Debian Changelog povray (1:3.6.1-12)

2008

povray (1:3.6.1-12) unstable; urgency=low

   * Fix bashisms. (Closes: #489644)

 -- Torsten Werner <twerner@debian.org>  Sun, 20 Jul 2008 22:19:49 +0200

povray (1:3.6.1-11) unstable; urgency=low

   * Remove Joel Alwin from Uploaders field. (Closes: #465938)

 -- Torsten Werner <twerner@debian.org>  Sun, 30 Mar 2008 00:48:52 +0100

povray (1:3.6.1-10) unstable; urgency=low

   * Add patches/30_povconf_dir.diff to install povray configuration files
     by default into /etc (Closes: #461881)

 -- Varun Hiremath <varun@debian.org>  Sun, 27 Jan 2008 10:28:48 +0530

2007

povray (1:3.6.1-9) unstable; urgency=low

   * Support autobuilding of the non-free package.
   * Update package relationships.

 -- Torsten Werner <twerner@debian.org>  Fri, 28 Dec 2007 01:07:34 +0100

povray (1:3.6.1-8) unstable; urgency=low

   * Remove old transitional packages: povray-3.5 and povray-3.6.
   * Make sure that only the example file do not get compressed.
   * Remove obsolete debian/NEWS.
   * Run 'make distclean' correctly.
   * Add Homepage header in debian/control.
   * Change Standards-Version: 3.7.3.
   * Force building with the system provided libpng because the autoconf based
     detection is broken.
   * Set LDFLAGS to -Wl,--as-needed to reduce library dependencies.

 -- Torsten Werner <twerner@debian.org>  Thu, 27 Dec 2007 23:28:08 +0100

povray (1:3.6.1-7) unstable; urgency=low

   * Add debian/watch.
   * Add myself to Uploaders in debian/control.
   * Remove --enable-debug from configure's arguments. (Closes: #408239)
   * Add patch glass.diff; thanks to Nicolas Calimet. (Closes: #441472)
   * Do no longer compress example files. (Closes: #267022)

 -- Torsten Werner <twerner@debian.org>  Wed, 26 Dec 2007 23:04:03 +0100

povray (1:3.6.1-6.1) unstable; urgency=low

   * NMU
   * Change povray.conf to allow reading files below /usr/share instead of
     /usr/share/povray only. (Closes: #419050)

 -- Torsten Werner <twerner@debian.org>  Sat, 15 Dec 2007 12:52:24 +0100

2006

povray (1:3.6.1-6) unstable; urgency=low

   * Proper fix for the CPU selection/optimization problems, thanks to
     Nicolas Calimet (Closes:#348399, #396910)

 -- Clément Stenac <zorglub@debian.org>  Thu, 16 Nov 2006 15:28:55 +0200

povray (1:3.6.1-5) unstable; urgency=low

   * Version the conflict on povray-3.5 and povray-3.6 to make the dummy
     packages installable (Closes:#394652)

 -- Clément Stenac <zorglub@debian.org>  Sun, 22 Oct 2006 15:28:55 +0200

povray (1:3.6.1-4) unstable; urgency=low

   * Disable SSE optimization as it can't be selected at runtime apparently
     (Closes:#348399)
   * Integrate the povray-3.5 and povray-3.6 binary packages here

 -- Clément Stenac <zorglub@debian.org>  Wed, 30 Aug 2006 10:58:55 +0200

povray (1:3.6.1-3) unstable; urgency=low

   * Move povray-doc to non-free/doc

 -- Clément Stenac <zorglub@debian.org>  Tue, 2 May 2006 20:58:55 +0200

povray (1:3.6.1-2) unstable; urgency=low

   * Merge povray and povray-3.6 packages back (Closes:#348858)
   * Switch to quilt patch system
   * Install in /usr/share/povray instead of /usr/share/povray-3.6
   * Use an epoch to override the one used in the previous dummy povray package
   * Upgrade Standard-Version to 3.7 (no change required)

 -- Clément Stenac <zorglub@debian.org>  Sat, 29 Apr 2006 14:07:15 +0200

2005

povray-3.6 (3.6.1-1) unstable; urgency=low

   * New maintainer (Closes:#294491)
   * New upstream release (Closes:#293455)
   * Drop PVM support for the moment
   * Packaging updates:
        - use dpatch for upstream patches
        - don't re-run bootstrap sequence
        - clean the rules script

 -- Clément Stenac <zorglub@debian.org>  Thu, 10 Feb 2005 17:26:04 +0100

2004

povray-3.5 (3.5.0c-10) unstable; urgency=medium

   * Recompile with libtiff4 (Closes: #262838)
   * Build-Depend on libxt-dev and libice-dev too, this package was
     accidentally dropped in 3.5.0c-6 (it went undetected for a while due to
     build systems having those packages). (Closes: #250666)
     Thanks Wouter Verhelst for noticing.
   * Change description to not call this package 'free', as it is free as in
     beer, but not DFSG free (Closes: #250986)

 -- Jeroen van Wolffelaar <jeroen@wolffelaar.nl>  Fri, 21 May 2004 13:54:15 +0200

povray-3.5 (3.5.0c-9) unstable; urgency=low

   * Rebuild, hopefully without experimental stuff this time (Closes: #247965)
   * Ship the versioned PVM symlink in the .deb itself, so the PVM dir gets
     created even though pvm isn't (yet) installed (Closes: #247813)
   * Suggest pvm now, since you need it for distributed rendering.
   * Make it very clear (throught warnings on-screen) when using PVM that it is
     unofficial and might lead to wrong results.
   * Compile with -mcpu=i686, disabled -ffast-math (yields wrong results
     sometimes), I reworked the CFLAGS stuff, because it was quite broken
     (upstream's makefile overrides the user's CFLAGS). It is now fully
     controlled from debian/rules.
   * Make the copyright banner fit in 80 chars again, and print Debian's
     version now instead of just '3.5'

 -- Jeroen van Wolffelaar <jeroen@wolffelaar.nl>  Thu, 13 May 2004 22:43:09 +0200

povray-3.5 (3.5.0c-8) unstable; urgency=low

   * Invoke aclocal as aclocal-1.8 to ensure compatibility with the automake
     version used.
   * Use -minline-all-stringops only on i386 and amd64, at least powerpc build
     fails otherwise

 -- Jeroen van Wolffelaar <jeroen@wolffelaar.nl>  Thu, 6 May 2004 21:47:06 +0200

povray-3.5 (3.5.0c-7) unstable; urgency=low

   * Fix nonportable use of test in postinst (Closes: #237964)
   * Fix tty-detection, based on patch by Ake Sandgren (Closes: #237642)
   * PVM support has been reïntroduced -- thanks to Matthew Grove, who upgraded
     and improved the old patch which was for POV-Ray 3.0 and 3.1.
     Thanks Esteve Fernandez for noticing this patch, and adapting it for
     Debian (Closes: #238406)
   * All automake/autoconf generated files are now removed on clean and no longer
     in the diff/in subversion. automake and autoconf are run at build time.

 -- Jeroen van Wolffelaar <jeroen@wolffelaar.nl>  Thu, 06 May 2004 00:37:35 +0200

povray-3.5 (3.5.0c-6) unstable; urgency=low

   * Build-depend on libsvga1-dev for the i386 architecture, so that for this
     arch, povray is build with SVGA support (Closes: #230222)
   * Update dependencies:
     + libpng3 -> libpng12 (update)
     + svgalibg1 -> libsvga1 (rename)
     + xlibs to libx11 (library split)

 -- Jeroen van Wolffelaar <jeroen@wolffelaar.nl>  Tue, 24 Feb 2004 14:47:08 +0100

povray-3.5 (3.5.0c-5) unstable; urgency=low

   * New maintainer (Closes: #222379)
   * Split povray into povray-3.0 and povray-3.5, which can now be
     simultaneously installed
   * Rename -misc to -includes, which covers the contents better
   * Split -examples out of -doc
   * Updated to debhelper 4
   * Updated config.{guess,sub}
   * Added shlibs.local in order that svgalib-dummyg1 may also be used instead
     of svgalibg1 (Closes: #222406: povray: should allow use of dummy svgalib)
   * i386 version is no longer optimized for i586 type processors
   * Prevent re-automake problems by touching generated src/Makefile.in
   * Suggesting kpovmodeler now
   * Rewrote package descriptions to be more clear about what is POV-Ray is
     compared to other 3D modeling software

 -- Jeroen van Wolffelaar <jeroen@wolffelaar.nl>  Fri, 16 Jan 2004 12:56:28 +0100

2003

povray (3.50c-4) unstable; urgency=low

   * Updated to Policy 3.6.1.0
   * Build on 64 bit architectures again (Patch from Matthew Chapman
     <matthewc@cse.unsw.edu.au>
     (closes: #170887)
   * Increase the number of library directories allowed.
     (closes: #206962)

 -- Pascal Hakim <pasc@debian.org>  Thu, 4 Sep 2003 09:02:53 +1000

povray (3.50c-3) unstable; urgency=low

   * Updated to Policy 3.6.0
   * Changed the architectures for this release, on advice from
     #debian-release
   * Fixed Build-Deps
     (closes: #181275)

 -- Pascal Hakim <pasc@debian.org>  Sun, 20 Jul 2003 11:33:04 +1000

2002

povray (3.50c-2) unstable; urgency=low

   * Added autotools-dev dependency
   * Added versioned depend on povray-misc for povray
     (closes: #168742)
   * Remaining changes by Jens Schmalzing <jensen@debian.org>:
   * built packages for local use.
   * properly relocated configuration files from /usr/etc to /etc, added
     missing Build-Depends
     (closes: #168746,).
   * installed architecture independent files in include under
     /usr/share/povray instead of include/include, forced recreation of
     povray.ini to make sure it points to directories that really exist
     (closes: #168720).
   * fixed build process on powerpc (hopefully closes: Bug#168743 on other
     architectures as well).
   * moved creation of architecture-independent package to binary-indep
     target in debian/rules.

 -- Pascal Hakim <pasc@debian.org>  Mon, 18 Nov 2002 23:51:24 +1100

povray (3.50c-1) unstable; urgency=low

   * Dropped PVM support
   * New upstream
     (closes: #158725)
   * Added pointer to documentation in povray-doc
     (closes: #159240)

 -- Pascal Hakim <pasc@debian.org>  Sun, 10 Nov 2002 22:57:26 +1100

povray (3.1g-3) unstable; urgency=low

   * Fixed the build process so it builds on non-i386
     architectures.
     (closes: #155550)

 -- Pascal Hakim <pasc@debian.org>  Wed, 7 Aug 2002 23:59:02 +1000

povray (3.1g-2) unstable; urgency=low

   * Don't use PVM by default. Changed the configuration file to not
     use pvm by default
     (closes: #153417)
   * Actually use /etc/povray.ini if there isn't a povray.ini in the
     local directory.
   * Fixed the library paths
   * Use correct libpng. Povray included an old version of libpng,
     which it used by default. This has been changed.
     (closes: #153419)
   * Resolve conflict with previous povray
     (closes: #153484)
   * Add build dependencies for svga-lib
     (closes: #153542)
   * Thanks to Thomas Morin for bug reports and some suggested fixes!

 -- Pascal Hakim <pasc@debian.org>  Thu, 18 Jul 2002 23:13:21 +1000

povray (3.1g-1) unstable; urgency=low

   * Re-package for new upstream major release.
   * Removed all /usr/local left-overs in postrms and prerms
   * New upstream bug fixes (Closes: #52633)
   * New upstream major release (Closes: #28125)

 -- Pascal Hakim <pasc@debian.org>  Fri, 17 May 2002 02:04:12 +1000

povray (3.0.20-12) unstable; urgency=low

   * Fixed corruption in previous patch (closes: #91992)
   * Fixed typo in demo files (closes: #61655)

 -- Pascal Hakim <pasc@debian.org>  Sat, 1 Jun 2002 00:10:55 +1000

povray (3.0.20-11) unstable; urgency=low

   * New Maintainer (pasc@debian.org)
   * Added build dependencies (thanks: Simon Richter) (Closes: #117012)
   * Removed all mentions of povray-manual (Closes: #83170)
   * Fixed upgrade clash (Closes: #50218)
   * Update standards version & cleaned up lintian warnings.
   * Fixed typo in povray.1 (thanks: Karl E. Jorgensen) (Closes: #131523)
   * Fixed typo in optout.c (Closes: #62898)

 -- Pascal Hakim <pasc@debian.org>  Fri, 17 May 2002 11:37:29 +1000

1999

povray (3.0.20-10) unstable; urgency=low

   * Link main binary against pvm and X, eliminate xpvmpov package
   * Remove povray alternatives as there is only one now
   * Moved docs to /usr/share/doc
   * Recompiled with latest gcc on PowerPC to avoid Haifa scheduler bug

 -- Drake Diedrich <Drake.Diedrich@anu.edu.au>  Sun, 31 Oct 1999 09:12:44 +1100

povray (3.0.20-9) unstable; urgency=low

   * Aggressive egcc optimizations
   * Linked against libpng2
   * Use pvmgetarch in debian/rules for multiple architectures

 -- Drake Diedrich <Drake.Diedrich@anu.edu.au>  Wed, 7 Apr 1999 00:06:08 +1000

1998

povray (3.0.20-8) unstable; urgency=low

   * PNG support with libpng2 reports version conflict.  Relinked with libpng0.

 -- Drake Diedrich <Drake.Diedrich@anu.edu.au>  Tue, 30 Jun 1998 15:59:16 +1000

povray (3.0.20-7) frozen unstable; urgency=low

   * povray-lib (demo isosurface functions) didn't make last upload
   * Fixed memory leak (#21907)

 -- Drake Diedrich <Drake.Diedrich@anu.edu.au>  Wed, 6 May 1998 16:30:00 +1000

povray (3.0.20-6) unstable; urgency=low

   * Removed dh_installdocs -ppovray-doc, extra copyright file (#19477,#19499,#19500)

 -- Drake Diedrich <Drake.Diedrich@anu.edu.au>  Thu, 12 Mar 1998 11:41:55 +1100

povray (3.0.20-5) unstable; urgency=low

   * debian/rules now uses debhelper
   * Removed /usr/local libs from povray-lib

 -- Drake Diedrich <Drake.Diedrich@anu.edu.au>  Mon, 9 Mar 1998 21:06:22 +1100

povray (3.0.20-4) unstable; urgency=low

   * povray.ini conffile made absolute (lintian)
   * Removed gcc from Makefiles, recompiled with egcc
   * Removed -m486  (fixes: Bug#18509)

 -- Drake Diedrich <Drake.Diedrich@anu.edu.au>  Wed, 4 Mar 1998 12:51:33 +1100

povray (3.0.20-3) unstable; urgency=low

   * Moved /usr/local directory creation to postinst fixes: Bug#17723

 -- Drake Diedrich <Drake.Diedrich@anu.edu.au>  Mon, 2 Feb 1998 11:46:55 +1100

povray (3.0.20-2) unstable; urgency=low

   * Added links from /usr/doc/pov to /usr/doc/povray
   * Copied povlegal.doc to debian/copyright
   * Minor speedup - aggressive compiler flags
   * Compressed manpage links (#17108)

 -- Drake Diedrich <Drake.Diedrich@anu.edu.au>  Tue, 27 Jan 1998 02:18:42 +0000

1997

povray (3.0.20-1) unstable; urgency=low

   * Linked against libc6 (#15101)
   * Moved to non-free (#14818)
   * Architecture any rather than i386 (#13699)
   * no more dependency on elf-x11r6lib (#11378 #13070)
   * linked against libpng0 (#9163 #15098)
   * PVMPOV and ISOPOV patches applied
   * separate binary packages providing virtual povray (no more libpovray.so)
   * Repackaged

 -- Drake Diedrich <Drake.Diedrich@anu.edu.au>  Tue, 16 Sep 1997 14:46:29 +1000