debian/0000755000000000000000000000000011617255360007174 5ustar debian/fgo.60000644000000000000000000000157611437214176010047 0ustar .TH FGRUN "6" "July 2010" .SH NAME fgo \- A graphical launcher for FlightGear .SH SYNOPSIS .B fgo .SH DESCRIPTION \fBFGo!\fR is a fast and simple way to start FlightGear session in GNU/Linux operating system. Like other such applications (e.g. FGRun) FGo! allows you to easily select the aircraft, airport, scenario, etc. It's also provides a convenient way to run TerraSync. What distinguishes it from other such applications is the text window allowing you to write any other, more advanced command line options that will be passed to FlightGear. This is similar to editing the .fgfsrc configuration file. You can actually think about FGo! as the configuration file editor with some useful gadgets. .SH AUTHOR fgo was written by Robert Leda . .PP This manual page was written by Christopher Baines , for the Debian project (and may be used by others). debian/menu0000644000000000000000000000016411437213603010056 0ustar ?package(fgo):\ needs="X11"\ section="Games/Simulation"\ title="FGo!"\ command="fgo"\ hints="Flightgear,Games" debian/docs0000644000000000000000000000000611433154037010036 0ustar docs/ debian/links0000644000000000000000000000015211617015137010231 0ustar /usr/share/games/fgo/fgo /usr/games/fgo /usr/share/games/fgo/src/pics/icon.png /usr/share/pixmaps/fgo.png debian/copyright0000644000000000000000000000166111617003633011125 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=174 Name: FGo Maintainer: Debian FlightGear Crew Source: http://sites.google.com/site/erobosprojects/flightgear/add-ons/fgo Copyright: 2011, Robert Leda License: WTFPL Files: debian/* Copyright: 2011, Christopher Baines License: WTFPL License: WTFPL DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE Version 2, December 2004 Copyright (C) 2004 Sam Hocevar Everyone is permitted to copy and distribute verbatim or modified copies of this license document, and changing it is allowed as long as the name is changed. DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. You just DO WHAT THE FUCK YOU WANT TO. debian/fgo.desktop0000644000000000000000000000033511617234741011343 0ustar [Desktop Entry] Type=Application Version=1.4 Name=FGo! Name[en_GB]=FGo! Exec=fgo Terminal=false Categories=Game;Simulation; Comment=Graphical launcher for the FlightGear Filght Simulator Icon=/usr/share/pixmaps/fgo.png debian/watch0000644000000000000000000000033111617235322010216 0ustar version=3 opts="uversionmangle=s/-/\./g" \ http://sites.google.com/site/erobosprojects/flightgear/add-ons/fgo/download \ /site/erobosprojects/flightgear/add-ons/fgo/download/fgo-(.+).tar.gz\?attredirects=0\&\;d=1 debian/control0000644000000000000000000000163511617014157010601 0ustar Source: fgo Section: games Priority: extra Maintainer: Christopher Baines Build-Depends: debhelper (>= 8.9.3), python (>= 2.6.6-3~) Standards-Version: 3.9.2 Homepage: http://sites.google.com/site/erobosprojects/flightgear/add-ons/fgo Package: fgo Architecture: all Depends: ${python:Depends}, ${misc:Depends}, python-tk, python-imaging, python-imaging-tk, tcl8.5, tk8.5 Recommends: flightgear (>= 2.0.0) Description: simple graphical launcher for FlightGear FGo! allows you to launch FlightGear from a GUI (Graphical User Interface). . FGo! allows you to easily select the aircraft, airport and scenario. It's also provides a convenient way to run TerraSync. . What distinguishes it from other such applications is the text window allowing you to write any other, more advanced command line options that will be passed to FlightGear. This is similar to editing the .fgfsrc configuration file. debian/install0000644000000000000000000000014111617014127010553 0ustar src/ /usr/share/games/fgo/ fgo /usr/share/games/fgo/ debian/fgo.desktop /usr/share/applications debian/changelog0000644000000000000000000000106111617235643011046 0ustar fgo (1.3.1-2) unstable; urgency=low * Fixed lintian info warning about encoding in .desktop file * Included upstream changelog in package -- Christopher Baines Sat, 06 Aug 2011 14:03:12 +0100 fgo (1.3.1-1) unstable; urgency=low * Bug-fixing release * Fixes quite serious problem when FGo was unable to run in situation when the system language was different from languages supported by the program. * Initial release (Closes: #593554) -- Christopher Baines Mon, 01 Aug 2011 09:52:00 +0100 debian/rules0000755000000000000000000000064011617254543010256 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ --with python2 override_dh_installdocs: dh_installdocs # Remove the licence, this infomation is stored in the debian/copyright file rm debian/fgo/usr/share/doc/fgo/docs/COPYING rm -f debian/fgo/usr/share/doc/fgo/docs/CHANGE_LOG override_dh_installchangelogs: dh_installchangelogs docs/CHANGE_LOG debian/compat0000644000000000000000000000000211617003345010364 0ustar 8 debian/manpages0000644000000000000000000000001511433232532010676 0ustar debian/fgo.6 debian/patches/0000755000000000000000000000000011437476526010634 5ustar debian/patches/series0000644000000000000000000000002111433051761012024 0ustar fgo-config.patch debian/patches/fgo-config.patch0000644000000000000000000000110211437476526013665 0ustar This patch ammends the preset configuration for FGo to match the default Debian setup --- a/src/config/presets +++ b/src/config/presets @@ -8,3 +8,17 @@ # --fg-root=/usr/local/FlightGear/fgdata # --fg-scenery=/usr/local/FlightGear/fgdata/Scenery # FG_BIN=/usr/locale/bin/fgfs + +--airport=KSFO +--fg-root=/usr/share/games/FlightGear/ +--fg-scenery=/usr/share/games/FlightGear/Scenery +AI_SCENARIOS= +APT_DATA_SOURCE=0 +FG_BIN=/usr/games/fgfs +FG_WORKING_DIR= +FILTER_APT_LIST=0 +LANG= +TERRASYNC=0 +TERRASYNC_BIN=/usr/games/terrasync +TERRASYNC_PORT=5501 +TERRASYNC_SCENERY= debian/source/0000755000000000000000000000000011433051637010471 5ustar debian/source/format0000644000000000000000000000001411433051637011677 0ustar 3.0 (quilt)