* New upstream release. Closes: #638588.
* Build-Depend on OpenSceneGraph 3.0, and the Subversion library.
* Recommend fgfs-scenery-base.
* Enable parallel builds (shorter compile times on multicore CPUs).
* Removed hack that tried to build without optimizations if
building with optimizations fails.
* Backported a bunch of upstream commits (from their git tree)
for support of newer versions of OpenSceneGraph:
f901dac 4b2436a c5366cc b692a16 473cea7
Closes: #634424
* Recommend fgfs-aircraft-base and fgfs-models-base.
Closes. #610276.
* Added note about scenery SharedModels.tgz to README.Debian.
* Build-Depend on simgear 2.0.0-2, which hopefully now
builds correctly.
* Also remember to use pbuilder. Closes: #609572.
* New upstream release. Closes: #573037.
* Add ${misc:Depends} to debian/control.
* Non-maintainer upload.
* Fix "FTBFS: UGear_command.cxx:41: error: 'snprintf' was not declared in
this scope". Applied patch by Cyril Brulebois (Closes: #560494)
* New upstream release. Closes: #510387.
* Updated debian/control and things for FlightGear 1.9.1.
This includes depending on plib 1.8.5. Closes: #528635.
* Added Vcs-Browser and Vcs-Svn fields to debian/control.
* Converted debian/watch to version 3. Closes: #529110.
* Made the pkg-fgfs-crew mailing list the official maintainer of the
FlightGear package, and myself a mere uploader.
* Updated libglut3-dev build-dependency to freeglut3-dev. Closes:
#394491.
* Added Homepage field.
* Added flightgear.desktop file by Lukas Fittl. Closes: #409683.
* Build-Depend on simgear-dev 1.0.0-3 or later.
* Reverted all Debian patches to upstream's makefiles;
with simgear 1.0.0-3 they shouldn't be needed anymore.
* Use debian/compat file instead of setting DH_COMPAT in debian/rules.
Upgraded DH build-dependency and compatibility level to 5.
* Set optimization level according to DEB_BUILD_OPTIONS.
* No longer clear -g according to DEB_BUILD_OPTIONS, leave that
to dh_strip.
* Upgraded Standards-Version to 3.7.3.
* Cleaned debian/rules by removing a whole lot of unnecessary
dh_* calls (originally from the dh_make template).
* New upstream release.
* Updated the build dependencies for xorg 7.0. Apparently the
amd64 autobuilder doesn't use Provides.
* New upstream release.
* Apply patch from Martin Michlmayr and upstream CVS for
g++ 4.1 build failure. Closes: #356598.
(Martin also reported a link failure, but I see no reason
that should happen in a clean build, and upstream doesn't
seem to have had that kind of issue either, so he probably
just got a misbuild from his experimentations.)
* Build-Depend on libalut-dev, and simgear 0.3.9-3.
* New upstream release. Closes: #341727.
Includes completely rewritten 3D clouds. Closes: #330861.
(Other stuff: a working aircraft carrier, new aircraft,
high-G blackouts, better weather, improved multiplayer,
and much more.)
* Built with gcc-4.0-compiled simgear.
* Applied patch for gcc-4.0/amd64 compilation. Closes: #293392.
* New upstream release. Closes: #283575.
* Changed Build-Depends to depend on plib1.8.4-dev.
* New upstream release.
* New upstream release. Closes: #264625.
* Upstream seem to have switched to OpenAL.
Added build-dependency on libopenal-dev.
* New upstream release.
Should (hopefully) fix current GCC issues.
Closes: #243226.
* Changed Build-Depends for new xlibs package layout.
* Changed Build-Depends to depend on plib1.8.3-dev.
Closes: #242336.
* Removed MetaKit build-dependency, flightgear apparently
stopped using it in 0.9.3.
* New upstream release. Yay, helicopters!
* Install TerraSync README file into /usr/share/doc/flightgear.
Closes: #201256.
* New upstream release.
* Rebuilt with metakit 2.4.9.2. Closes: #179391.
* New upstream release.
* New upstream release.
* This release compiles against plib 1.6.0. Closes: #160191.
* Forgot to update the version of that simgear build-dep
again, needs 0.0.18. Closes: #146788.
* New upstream release
* Rebuilt with metakit 2.4.3.
* Made debian/rules try hard to get this compiled; if compiling
with optimization fails, then it'll try again without.
* New upstream release.
* Yes, I'm subscribed to flightgear-announce, so I knew about 0.7.9
already, but packaging new releases of this stuff takes some time.
Closes: #134302.
* Playing the intro music doesn't seem to hang fgfs in this release,
and it's no longer played by default anyway. Closes: #104168.
* Man pages seem to be available now. Closes: #87556, #87557, #87560, #87561.
* Some binaries without manpages are no longer installed.
(This includes runfgfs.) Closes: #87558, #87559, #87562.
* New upstream release.
* Build-depend on plib >= 1.4.1.
* Grr... if the plib maintainer keeps insisting on keeping
an "=" dependency on stable releases so I have to keep rebuilding
this stuff all the time, I'll soon be in the mood to hijack plib.
Well, this rebuild closes: #102769.
* I realized I ought to do a versioned simgear-dev build-dep a few
hours after the last upload, but this stuff takes a while to
rebuild and I thought the autobuilders might be able to get it
right this one time anyway, but they don't, it seems, so I
guess I have to. It build-depends on simgear-dev >= 0.0.15,
and plib-dev >= 1.4.0 while I'm at it. Closes: #102364.
* New upstream release.
* This release has support for multithreaded tile loading.
Since Debian can do multithreading, I added --with-threads
to the configure command.
* Build-depend on autotools-dev.
Update config.guess and config.sub from it.
* Build-depend on debhelper v3.
* Standards-Version updated to 3.5.5.
* I can't believe I put the wrong bug number in my previos
changelog entry (I managed to try to close one of my
already-closed bugs)... Oh well, for the "install binaries
into /usr/games" change, I meant: Closes: #90569. So there!
* Install binaries into /usr/games. Closes: #87269.
* Data directory moved from /usr/share/FlightGear to
/usr/share/games/FlightGear.
Depends on fgfs-base (>= 0.7.6-4) to do this move.
* Handle DEB_BUILD_OPTIONS. Upgrade Standars-Version to 3.5.2.
(it's a cleaner way to "build without -g on sparc" anyway)
* Build without -g, to work around a g++ bug on sparc.
* The plib maintainer keeps on making the lives of
plib users miserable with his shlibs file. Despite being
completely equivalent with the previous build, the new plib
package still has incompatible shlibs, forcing me to recompile.
Closes: #87269.
* Added --with-network-olk (networking support) to configure options
since I had to recompile anyway, so not completely for naught.
* For some reason the plib maintainer use shlibs depending
on the exact debian revision, so everything using plib has
to be rebuilt whenever he uploads a bugfix or something.
* Well, now built with debhelper v3, at least.
* Initial Release. Closes: #85060.
* Patched for FHS conformance.
* Added missing libs to a few link command lines.
Local variables:
mode: debian-changelog
add-log-mailing-address "ovek@arcticnet.no"
End: