* No-change rebuild with fixed binutils on arm64.
* No-change rebuild for gdal soname change.
* Patch: make osg consider ffmpeg for opening video files. Thanks Arnab
Rana for reporting (Closes: #945598).
* Address the compilation warnings about risky implicitly defined copy
constructors and operators.
[ Alberto Luaces Fernández ]
* New upstream release.
* Dependency on Qt upgraded from version 4 to 5 (Closes: #875075).
* Use the new version of libcoin (Closes: #917082, #912866).
* Fix FTBFS on Hurd. Thanks Bas Couwenberg (Closes: #824395).
* Update standards to 3.9.8. No changes required.
* Corrected copyright file according to lintian.
* Remove jasper dependency (Closes: #818211).
* Fixed source retrieval rule when using DFSG versions.
* Imported Upstream version 3.2.3+dfsg1
* Updated to new stable release (Closes: #814555).
* Debug packages are now generated automatically (Closes: #775368).
* Fixed my name in uploaders so lintian no longer triggers a warning
about NMUs.
* Fix doxygen configuration when reading header files.
* De-embed copies of jquery.js found on doxygen configuration.
* Update Vcs-Browser URL in debian/control.
* Update debian/copyright file.
* Fix FTBFS with ffmpeg 2.9 (Closes: #803849). Thanks to Andreas
Cadhalpun.
* Added a compatibility fix for building with giflib5. Thanks
Sebastiaan Couwenberg and Matthias Klose. (Closes: 803300)
* Modified debian/rules to set HTML_TIMESTAMP=NO for doxygen to make the
package reproducible. Thanks to Maria Valentina Marin (Closes:
789264)
* Adding upstream patch for GDAL 2.0 support, needed by upcoming
transition. Thanks to Bas Couwenberg. (Closes: 802266)
[ Matthias Klose ]
* Re-add a copy of the xine_xmalloc_aligned function, removed in
newer upstream versions. (Closes: 792320)
[ Martin Pitt ]
* Rename libopenscenegraph100 to -v5 for gcc5 transition (Closes: #791231)
Note that libopenthreads20 can keep its name, its symbols don't change
under g++ 5.
[ Andreas Beckmann ]
* libopenscenegraph100: Add Breaks: libgdal1 for smooth upgrades from
wheezy. A little incentive that helps apt to take the right decision
between libgdal1 and libgdal1h. (Closes: 777026)
* Update fix for correctly loading plugins on platforms other than amd64.
(Closes: 763821)
* Cherry-pick bug fix from upstream, SVN revision 14400.
Thanks to Rebecca N. Palmer (Closes: 765855)
* Update Standards version to 3.9.6. No further changes required.
* A preprocessor substitution was interferring with the architecture name for loading plugins.
(Closes: 763816)
* Refresh libav patches.
* One more fix for building on FreeBSD.
* Fix FTBFS on FreeBSD.
* Enabled multiarch.
Thanks to Saikrishna Arcot (Closes: 759593)
* Updated debian/copyright file to machine readable format 1.0, and
addition of missing license from file AndroidExample/EGLview.java.
Thanks to Thorsten Alteholz (Closes: 757106)
* Acknowledge NMU.
* New upstream version.
* Removal of old patches.
* Confirmation that (LP: #1339264) is already closed.
* Removed obsolete conflict rules.
* Non-maintainer upload.
* Add libav10.patch by Anton Khirnov and compile against Libav10
(Closes: #739460)
* Updated standards to 3.9.5. No changes required.
* Removed unused libpangox-dev dependency.
Thanks to Saikrishna Arcot (Closes: #740129)
* Restored compilation of the FreeType plugin.
Thanks to Rebecca N. Palmer (Closes: #743169)
* Added patch for fixing a multithreading initialization bug in the
inventor plugin (LP: #1211993).
* Closing bug about conflicting files in 3.2.0-rc1 and 3.2.0 since next
version to be packaged is 3.2.1 (Closes: #722674).
* Fix for texture corruption. Thanks Rebecca Palmer for the patch and
testing and Markus Wanner for additional testing (Closes: #736350).
* Now depends on xinelib 1.2 (Closes: #724753).
* Add osg_libav9.patch to fix a FTBFS with newer ffmpeg/libav. Thanks
Rebecca N. Palmer for the report and the patch. (Closes: #720816)
* Refresh all patches
[Alberto Luaces]
* New upstream release.
* Updated standards version (3.9.4).
* Updated SVN URL.
* Removed the static version of the libraries since they impose a huge
load on the build servers, add additional complexity on the build
scripts, and make a great impact on the size of the packages, given
the very small cases where they are useful.
* Acknowledge NMU.
[ Manuel A. Fernandez Montecelo ]
* Switch to @debian.org address
* Non-maintainer upload.
* Replace libocin60-dev by libcoin80-dev for transition.
[ Alberto Luaces ]
* Upgraded standards version to 3.9.3.
* Append options to LDFLAGS instead of replacing its value.
* Use of hardening flags for building.
* Added a manpage for the osgviewerWX executable.
* Changes in the build prefix in order to fix the pkg-config files
(Closes: #690878).
* Removal of unused LINKER_FLAGS variable in debian/rules.
* Depend on libpng-dev instead of libpng12-dev for libpng15-transition
(Closes: #662455)
* Reformat dependencies in debian/control to show one per line, I think that
subsequent changes will be much more clear from now on
[ Alberto Luaces ]
* Fixed ffmpeg FTBFS with 0.8 version (Closes: #654233).
* New upstream fixes release.
* Fixed ffmpeg FTBFS (Closes: #640339).
[ Alberto Luaces ]
* Use --as-needed option of the linker in order to cut unused dependencies
down.
* Adjust C{,XX}FLAGS to be independent of the build mode.
* Removed the dpatch dependency at build time since it is not needed anymore.
* Updated standards version to 3.9.2 as lintian requested (no changes needed).
[ Manuel A. Fernandez Montecelo ]
* Adding "Alberto Luaces <aluaces@udc.es>" as Uploader to try to quell lintian
warnings (source-nmu-has-incorrect-version-number and
changelog-should-mention-nmu). He's been maintaining the packages for more
than a year now.
* Remove Section entries for some binary packages (quell lintian warning
binary-control-field-duplicates-source)
* New upstream release.
* Updated to quilt format.
* Fixed FTBFS by checking __FreeBSD_kernel__ (Closes: #621880).
* Removed CMakeLists.txt files in `openscenegraph-examples'. An
explanatory README was written with simple instructions for compiling
the examples those sources if desired (Closes: #612954, #612957).
* Removed bug-555869-ftbfs_with_binutils_gold.dpatch since upstream has
already taken care of the issue.
* Removed bug-528229.dpatch since the pkgconfig files are now also split
in upstream.
* Removed explicit dependency on GLU.
* Upstream no longer includes osgIntrospection (Closes: #592420).
* Disabled zip plugin as its implementation stores an embedded copy of
zlib.
* Enabled Qt support. Thanks James Goppert.
* Enabled SVG and PDF plugins. Thanks James Goppert.
* New upstream stable release.
* Rearranged headers to compile with ffmpeg 0.6. This is solved in current SVN. (Closes: #614467).
* Bump Standards-Version to 3.9.1 (no changes needed)
* Added Vcs fields to the control file
* Put myself in the Uploaders field, add DM-Upload-Allowed: yes
* Quelling lintian warnings:
- debian-changelog-line-too-long (line 2)
- out-of-date-standards-version (bumped from 3.8.4 to 3.9.1)
* ffmpeg plugin enabled.
* Build osgIntrospection on {,kfreebsd}-{amd64,i386} architectures
(Closes: #586256).
* Also build static libraries (Closes: #517273).
* re-submit because of incorrect libtiff5 dependency in the -3 upload
* Added README.source. Thanks Manuel Montecelo.
* Removed FindGDAL.cmake file supplied by upstream since it does not
detect current libgdal1-1.6.0. The script provided by CMake works
fine.
* Removed openthreads-doc since OpenThreads documentation is shared with
OpenSceneGraph's, hence this package was empty.
* Now ccache handling is being done automatically by CMake.
* Drop conflict dependencies with previous versions to let them coexist
with current ones (Closes: #580079 #580081).
* Added missing conflict dependency with libopenthreads12 to clear
updating errors. (Closes: #579760 #579731).
* New upstream release
* Updated package descriptions
* Removed dependence from giflib-dev, doesn't seem to be there anymore
* Created a package for examples sources previously in openscenegraph binary
package, the sources of examples are quite big (4MiB+ and growing) and
architecture independent.
* Updated Doxygen configuration file (had some obsolete options).
* Fixed problem in armel, failing to build due to linking problems.
According to Alberto Luaces this could be caused by a previous workaround
introduced to deal with a GCC bug, and fixed since then, see #529091 and
#530388
* Added 'watch' file
* Updated lintian overrides regarding package-name-doesnt-match-sonames
* Removed the duplicated entries in man pages as examples and apps
* Removed lintian overrides about man pages
* Removed duplicated patch bug-555869-ftbfs_with_binutils_gold.diff (it was
repeated in dpatch form)
* Quelling lintian warnings:
- package-lacks-versioned-build-depends-on-debhelper (updated to >= 7.0.0)
- debhelper-but-no-misc-depends
- out-of-date-standards-version (updated from 3.8.0 to 3.8.4)
- patch-system-but-no-source-readme
- dh-clean-k-is-deprecated (using 'dh_prep' instead of 'dh_clean -k')
- manpage-has-bad-whatis-entry (trick to avoid warning and get whatis
program working, removing related overrides as said above)
- debian-watch-file-is-missing (adding 'watch' file as said above)
* New upstream release
* Changed debhelper compat to level 7 (level 4 is deprecated)
* Build-Depend on libcoin60-dev instead of libcoin40-dev (Closes: #535250)
* Build-Depend on freeglut3-dev instead of libglut*-dev (Closes: #552157)
* Added patch from Alberto Luaces to allow using binutils-gold (Closes: #555869)
* Dropped patch (fixed upstream already in 2.8.1):
- bug-497933.dpatch
* Non-maintainer upload.
* Build-Depend on freeglut3-dev instead of freeglut-dev as someone
"cleaned up" provides of that package. Closes: #544648
* New upstream release
* osg soversion from 55 to 56, openthreads from 11 to 12 and patch
to allow overriding the soversion when the upstream forgets to change it.
* Alberto Luaces patch applied to add new pkg-config files (Closes: #528229).
* Alberto Luaces linker flags to cope with armel specific problems (Closes: #529091).
* rules prevent lib64 with -D LIB_POSTFIX="" (Closes: #517671)
* gcc-4.4 are already in upstream
* use lib*/ instead of lib/ to capture lib64 (Closes: #517671)
* unstable instead of experimental
* remove lib64 dirty hack that failed
* apply GNU/kFreeBSD patch (Closes: #517354)
* New upstream release (Closes: #516622)
* update download location in copyright file
* add support for intrepid & jaunty
* remove extra conflict on openthreads7 (Closes: #504113)
* apply GNU/kFreeBSD patch (Closes: #497933)
* apply GCC-4.4 portability patch (Closes: #504888)
* add missing libraries to openscenegraph.pc (Closes: #512316)
* update libopenscenegraph short description (Closes: #493613)
* use libgl1-mesa-dev and libgif-dev (Closes: #494553)
* New upstream release.
* Updated rules file to complete the instruction on how to make an orig
file.
* Corrected rules file when it comes to versions.
* libopenscenegraph44 bumped to 48.
* remove obsolete xlibmesa-gl-dev
* New upstream release.
* Debian patches are no longer needed with the new upstream sources and
are therefore removed.
* libopenscenegraph7 bumped to 44.
* libopenthreads7 bumped to 11.
* Added myself to Uploaders to clarify that I'm involved at request
by Loic. Loic may remove it later when needed.
* Non-maintainer upload.
* No longer try to detect (using /proc/cpuinfo when available) how many
CPUs are available, fixing the FTBFS (due to -j0) on various platforms
(Closes: #477353). The right way to do it is to support parallel=n in
DEB_BUILD_OPTIONS (see Debian Policy §4.9.1), and adequate support has
been implemented.
* Add patch to fix FTBFS due to the build system now refusing to handle
whitespaces (Policy CMP0004 say the logs), thanks to Andreas Putzo who
provided it (Closes: #482239):
- debian/patches/fix-cmp0004-build-failure.dpatch
* Remove myself from Uploaders, as requested a while ago, done by Luk in
his 2.2.0-2.1 NMU, which was never acknowledged.
* New upstream release
* New upstream release.
* Added libxine-dev build-dep.
* Bumped SONAME from 6 to 7.
* Updated version (from 2.1.0 to 2.2.0) in debian/*.pc files.
* SMP dynamically chosen in debian/rules.
* Non-maintainer upload.
* Remove Cyril Brulebois from Uploaders on his request.
* Fix FTBFS with GCC 4.3 (Closes: #454854).
* Add optimization flags to compilation (closes: 446017).
[ Cyril Brulebois ]
* Add -mlong-calls to C(XX)FLAGS when building with DEB_BUILD_HOST=hppa
to avoid FTBFS due to an error during the final link (closes: #425837).
Many thanks to the <http://www.parisc-linux.org/>; folks for the access to
their cluster, which helped a lot!
* 64bit hack is supposed to fix the problem (closes: 425837)
* Add gdal in Build-Depends
* Remove conflicts with libopenthreads5 and libopenscenegraph5 (both can
peacefully coexist)
* Add micro release number
* New upstream release.
* Update debian/patches/openscenegraph.dpatch accordingly.
* Fix installation of .so according to the SONAME bump:
- debian/libopenscenegraph6.files still contained libosg*.so.6*
references, which are now bumped. That problem was introduced in
2.1.9-1.
* Move from dh_movefiles to dh_install:
- debian/*.files renamed as debian/*.install.
- use “dh_install --sourcedir=debian/tmp” instead of “dh_movefiles”.
- remove the previous “dh_install -p openscenegraph” call accordingly.
- modify debian/rules to copy OpenSceneGraph/examples under debian/tmp,
and update debian/openscenegraph.install accordingly.
- also use “--fail-missing” to catch files not installed anywhere, and
avoid the kind of errors mentioned above.
* Add lintian override:
- located under debian/lintian/, the only one being there is for
libopenscenegraph6, which holds multiple shared objects.
- adapted debian/rules a bit to install it (eventually them) easily.
* Adjust clean rule:
- upstream ships an executable C++ source file, which permission is
removed in the clean target.
* Adjust manpages (debian/*.1):
- use “\-\-help” instead of “--help” to fix hyphen-used-as-minus-sign
reported by lintian.
- add osgdepthpeeling.1 to MANEXAMPLES.
* New upstream release.
* Bumped SONAME from 5 to 6:
- debian/rules: updated CURRENT accordingly.
- debian/control: updated to transition.
- debian/libopenthreads5.files: renamed; content updated.
- debian/libopenscenegraph5.files: renamed.
* Updated version (from 2.0.0 to 2.1.9) in debian/*.pc files.
* Disabled patch (merged upstream):
- display.dpatch
* Refreshed patch (context modified due to changed version numbers):
- openscenegraph.dpatch
* Cleanup:
- commented out unused "version" and "major" variable in debian/rules.
- replaced "Source-Version" with "binary:Version" in debian/control to
make the packages binNMU-safe.
* AnimationPath protected is removed to cope with gcc-4.2 bug
* libopenscenegraph-dev depends on GL dev packages
* libopenscenegraph-dev does not depend on libproducer-dev
[ Cyril Brulebois ]
* Added a 64 bit hack in debian/rules
* Added myself to the Uploaders.
* New upstream release
* New upstream release
* New upstream release
* New upstream release
* New upstream release
* New upstream release
* New upstream release
* control: libglu1-mesa-dev added before virtual package
* copyright: fix FSF address
* osgapplications.1: manual page for osgviewer and other applications
* rules: list and create applications manpages
* libgl-dev dependency in edgy break build
* control files for backports + ubuntu
* s/peformance/performance/ (closes: #390239)
* rules: AVI variable no longer needed
* rules: set COMPILE_USING_TWO_PARAM_sched_setaffinity for OpenThreads when needed
* rules: expand all _INSTALLED variables in the file for clarity
* New upstream release (closes: #387931)
* edgy fixes
* patch for mips
* edgy & etch control files
* version number for other debian distributions
* rules checks binutils version >= 2.17 before trying
to compile introspection
* add missing conflicts for dapper / breezy
* New upstream release
* Depend on gdal 1.3.2 (closes: #383141)
* add missing dependency to libproducer-dev package (libgl1-mesa-dev)
* remove explicit references to mesa
* kfreebsd patch applied (closes: #368786)
* libxi
* xlib/gl-dev depends for producer-dev
* restore gdal + xine dependencies since the packages are fixed
* depends on libgl-dev for -dev also (closes: #348735)
* depends on libgl-dev (closes: #348735)
* conflicts with lib{openscenegraph,producer,openthreads}
* upstream sync
* switch to dpatch
* find . -name GNUmakefile | xargs perl -pi -e 's/([^\s])\\$/\1 \\/' and in */Make/*
in order to conform to POSIX http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=343088
* update API and library number (closes: #339243)
* changed dependencies (closes: #330723)
* conflicts with libopenthreads, libopenscenegraph and libproducer (closes: #326425)
* acknowledge old NMU (closes: #314201)
* fix libcoin40 dependency (closes: #322740)
* gcc-4.0 package conformance
* gcc-4.0 compilation fixes from Andreas Jochens <aj@andaco.de> (closes: #314763)
* use X11R6/lib instead of X11R6/lib64 on amd64, depend on libungif (closes: #314510)
* Restrict compilation of introspection and xine
plugin to i386 because Introspection breaks the compiler (gcc-3.3)
and xine contains i386 assembly that cannot be rewrote right
away.
http://openscenegraph.net/pipermail/osg-users/2005-June/054120.html
* Removed avifile dependency (closes: #314201)
* Incremented CURRENT shared lib version from 0 to 1 since upstream does not
maintain shared lib versions.
* Only activate CCACHE if the string ccache is in DEB_BUILD_OPTIONS
* Fix harmless bug in OpenSceneGraph/Make/instexamplesrc that printed
error messages that may induce someone to think a real problem has
occured
* New upstream release
* NMU
* debian/rules: Do not use ccache to avoid problems with buildd with
invalid $HOME variable.
* debian/control: Do not Build-Depends on ccache.
* rebuild package on new sid root (closes: #304537)
* libjpegg is now libjpeg (closes: #303896)
* Patch to fix FTBFS on amd64 (closes: #286674)
* New upstream release
* Add ARCH='' in rules to avoid hierarchy handling problems. May also disable
some architecture dependent optimizations flags. (closes: #282816)
* Fix asm for timer architecture compatibility issue, sent to
upstream.
* Add pointer to LGPL in copyright file as requested by Randall Donald <ftpmaster@debian.org>
* missing dependencies in .pc
* missing usr/include/osgProducer
* change more to cat in install process
* fix conflicts mistakes
* New upstream version (Closes: #172189)
* billboard patch
* binaries package
* Initial Release.