--- fgfs-base-1.9.0.orig/preferences.xml +++ fgfs-base-1.9.0/preferences.xml @@ -48,7 +48,7 @@ false feet true - firefox -new-tab "%u" + sensible-browser "%u" true summer --- fgfs-base-1.9.0.orig/Docs/README +++ fgfs-base-1.9.0/Docs/README @@ -3,9 +3,4 @@ The HTML documentation is a copy of the official manual. If you would like a nicely printed copy -it is available in PDF form at the the FGFS website - -http://flightgear.org/Docs/InstallGuide/getstart.pdf - - - +it is available in PDF form as getstart.pdf. --- fgfs-base-1.9.0.orig/debian/rules +++ fgfs-base-1.9.0/debian/rules @@ -0,0 +1,68 @@ +#!/usr/bin/make -f +# Sample debian/rules that uses debhelper. +# GNU copyright 1997 to 1999 by Joey Hess. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +DATA=. + +configure: configure-stamp +configure-stamp: + dh_testdir + + touch configure-stamp + +build: configure-stamp build-stamp +build-stamp: + dh_testdir + + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + + dh_clean + +install: + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + cp -a $(DATA)/AI $(DATA)/Aircraft $(DATA)/Airports $(DATA)/Astro \ + $(DATA)/ATC $(DATA)/Fonts $(DATA)/Huds $(DATA)/Input \ + $(DATA)/Lighting $(DATA)/Models $(DATA)/Nasal \ + $(DATA)/Navaids $(DATA)/Protocol $(DATA)/Scenery \ + $(DATA)/Sounds $(DATA)/Textures $(DATA)/Textures.high \ + $(DATA)/Traffic $(DATA)/Translations $(DATA)/gui \ + $(DATA)/*.dtd $(DATA)/*.xml $(DATA)/version \ + debian/fgfs-base/usr/share/games/FlightGear + cp -a $(DATA)/Docs debian/fgfs-base/usr/share/games/FlightGear + # fix some insane permissions + find debian/fgfs-base/usr/share/games/FlightGear -type f -exec chmod 644 {} \; + # remove some crud upstream left in + -find debian/fgfs-base/usr/share/games/FlightGear -name .xvpics -exec rm -rf {} \; + -find debian/fgfs-base/usr/share/games/FlightGear -name ".#*" -exec rm -f {} \; + +# Build architecture-independent files here. +binary-indep: install + dh_testdir + dh_testroot + dh_installdocs $(DATA)/AUTHORS $(DATA)/NEWS $(DATA)/README $(DATA)/Thanks + dh_installchangelogs $(DATA)/ChangeLog + dh_link + dh_compress + dh_fixperms + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +# Build architecture-dependent files here. +binary-arch: build install + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure --- fgfs-base-1.9.0.orig/debian/links +++ fgfs-base-1.9.0/debian/links @@ -0,0 +1 @@ +usr/share/games/FlightGear/Docs usr/share/doc/fgfs-base/Docs --- fgfs-base-1.9.0.orig/debian/prerm +++ fgfs-base-1.9.0/debian/prerm @@ -0,0 +1,4 @@ +#!/bin/sh -e +[ -h /usr/share/games/FlightGear/Timezone ] && rm -f /usr/share/games/FlightGear/Timezone + +#DEBHELPER# --- fgfs-base-1.9.0.orig/debian/dirs +++ fgfs-base-1.9.0/debian/dirs @@ -0,0 +1 @@ +usr/share/games/FlightGear --- fgfs-base-1.9.0.orig/debian/postinst +++ fgfs-base-1.9.0/debian/postinst @@ -0,0 +1,11 @@ +#!/bin/sh -e +if [ -d /usr/share/FlightGear ]; then + # the user seem to have manually added scenery to the old location + echo Moving /usr/share/FlightGear to /usr/share/games/FlightGear... + cp -a /usr/share/FlightGear/* /usr/share/games/FlightGear + rm -rf /usr/share/FlightGear +fi + +[ -e /usr/share/games/FlightGear/Timezone ] || ln -sTf /usr/share/zoneinfo /usr/share/games/FlightGear/Timezone + +#DEBHELPER# --- fgfs-base-1.9.0.orig/debian/compat +++ fgfs-base-1.9.0/debian/compat @@ -0,0 +1 @@ +5 --- fgfs-base-1.9.0.orig/debian/control +++ fgfs-base-1.9.0/debian/control @@ -0,0 +1,22 @@ +Source: fgfs-base +Section: games +Priority: extra +Maintainer: Ove Kaaven +Build-Depends: debhelper (>> 3.0.0) +Standards-Version: 3.7.3 +Homepage: http://www.flightgear.org/ +Vcs-Browser: http://svn.debian.org/wsvn/pkg-fgfs/fgfs-base/trunk/ +Vcs-Svn: svn://svn.debian.org/pkg-fgfs/fgfs-base/trunk/ + +Package: fgfs-base +Architecture: all +Depends: tzdata +Conflicts: flightgear (<< 1.9.0) +Description: Flight Gear Flight Simulator -- base files + Flight Gear is a free and highly sophisticated flight simulator. + . + This package contains graphics, sounds, aircraft models, and the + minimum scenery you need to start Flight Gear. + . + This package does not contain the flight simulator itself. + If you want to fly, install the flightgear package. --- fgfs-base-1.9.0.orig/debian/watch +++ fgfs-base-1.9.0/debian/watch @@ -0,0 +1,3 @@ +version=3 +ftp://ftp.flightgear.org/pub/fgfs/Shared/fgfs-base-(.*)\.tar\.bz2 +ftp://ftp.ihg.uni-duisburg.de/Mirrors/ftp.flightgear.org/Shared/fgfs-base-(.*)\.tar\.bz2 --- fgfs-base-1.9.0.orig/debian/copyright +++ fgfs-base-1.9.0/debian/copyright @@ -0,0 +1,14 @@ +This package was debianized by Ove Kaaven on +Tue, 6 Feb 2001 15:56:14 +0100. + +It was downloaded from ftp://ftp.flightgear.org/pub/fgfs/Shared/ + +Upstream Authors: Curtis L. Olson +and the rest of the FlightGear team (see the Thanks file). + +Copyright (C) 1999-2001 Curtis L. Olson + +You are free to distribute this software under the terms of +the GNU General Public License. +On Debian systems, the complete text of the GNU General Public +License can be found in /usr/share/common-licenses/GPL file. --- fgfs-base-1.9.0.orig/debian/changelog +++ fgfs-base-1.9.0/debian/changelog @@ -0,0 +1,168 @@ +fgfs-base (1.9.0-1) unstable; urgency=low + + * New upstream release. + * Added Vcs-Browser and Vcs-Svn fields to debian/control. + * Converted debian/watch to version 3. Closes: #529107. + + -- Ove Kaaven Mon, 15 Jun 2009 01:44:31 +0200 + +fgfs-base (1.0.0-2) unstable; urgency=low + + * Add Homepage field. + * Upgrade Standards-Version from 3.5.5 to 3.7.3. + * Moved the debhelper build-dependency from Build-Depends-Indep + to Build-Depends, as required by new Standards-Version. + * Use debian/compat file instead of setting DH_COMPAT in debian/rules. + Upgraded DH compatibility level to 5. + * Do not install upstream's Timezone directory. + * Install link to /usr/share/zoneinfo in postinst (and remove it in + prerm) in upstream Timezone's place. Depend on tzdata. + Closes: #474574. + + -- Ove Kaaven Mon, 07 Apr 2008 21:28:22 +0200 + +fgfs-base (1.0.0-1) unstable; urgency=low + + * New upstream release. + + -- Ove Kaaven Sat, 22 Dec 2007 13:00:30 +0100 + +fgfs-base (0.9.10-1) unstable; urgency=low + + * New upstream release. + + -- Ove Kaaven Fri, 5 May 2006 20:57:50 -0400 + +fgfs-base (0.9.9-1) unstable; urgency=low + + * New upstream release. + Seems to no longer have misplaced scenery dirs. Closes: #333062. + * No longer depend on flightgear, since circular dependencies + are not allowed. Using Conflicts for keeping flightgear version + in sync. Added a paragraph to the package description emphasizing + that this package does not contain the binaries. Closes: #339931. + + -- Ove Kaaven Mon, 2 Jan 2006 15:57:55 -0500 + +fgfs-base (0.9.8-1) unstable; urgency=low + + * New upstream release. + + -- Ove Kaaven Tue, 29 Mar 2005 21:51:05 -0500 + +fgfs-base (0.9.6-1) unstable; urgency=low + + * New upstream release. + + -- Ove Kaaven Sun, 30 Jan 2005 18:24:02 -0500 + +fgfs-base (0.9.5-1) unstable; urgency=low + + * New upstream release. + * Moved list of extra doc files from debian/docs directly + into debian/rules, so it's easy to change the paths used + every time upstream changes which directory is used for + unpacking the contents of their tar.gz. + + -- Ove Kaaven Mon, 16 Aug 2004 21:08:15 +0200 + +fgfs-base (0.9.4-1) unstable; urgency=low + + * New upstream release. + + -- Ove Kaaven Wed, 7 Apr 2004 10:48:11 +0200 + +fgfs-base (0.9.3-1) unstable; urgency=low + + * New upstream release. + * Removed URL to online copy of getstart.pdf from README, + since it is in the package already and don't need to be + downloaded. Closes: #185561. + + -- Ove Kaaven Mon, 10 Nov 2003 04:26:05 +0100 + +fgfs-base (0.9.2-1) unstable; urgency=low + + * New upstream release. + + -- Ove Kaaven Fri, 6 Jun 2003 02:54:57 +0200 + +fgfs-base (0.9.1a-2) unstable; urgency=low + + * Changed default browser "netscape" to "sensible-browser". + Closes: #162511, #185505 (fgfs does launch the local docs for me). + + -- Ove Kaaven Thu, 17 Apr 2003 13:00:31 +0200 + +fgfs-base (0.9.1a-1) unstable; urgency=low + + * New upstream release. + + -- Ove Kaaven Wed, 11 Dec 2002 14:48:55 +0100 + +fgfs-base (0.8.0-1) unstable; urgency=low + + * New upstream release. + + -- Ove Kaaven Mon, 9 Sep 2002 19:40:10 +0200 + +fgfs-base (0.7.10-1) unstable; urgency=low + + * New upstream release. + + -- Ove Kaaven Sat, 27 Apr 2002 19:10:21 +0200 + +fgfs-base (0.7.9-1) unstable; urgency=low + + * New upstream release. + * Included the HTML help files. Closes: #125710. + * Use Build-Depends-Indep instead of Build-Depends. + + -- Ove Kaaven Sun, 17 Feb 2002 12:50:54 +0100 + +fgfs-base (0.7.8-1) unstable; urgency=low + + * New upstream release. (Taxiways and stuff.) + + -- Ove Kaaven Sat, 14 Jul 2001 21:38:59 +0200 + +fgfs-base (0.7.7-1) unstable; urgency=low + + * New upstream release. + * Build-depend on debhelper v3. + * Standards-Version is 3.5.5. + + -- Ove Kaaven Fri, 22 Jun 2001 15:47:40 +0200 + +fgfs-base (0.7.6-4) unstable; urgency=low + + * Moved from /usr/share/FlightGear to /usr/share/games/FlightGear. + * Added a Depends on flightgear, as requested by a user, even + though to me that'd create a dependency loop, but it seems + other games are able to get away with that, so... + + -- Ove Kaaven Fri, 30 Mar 2001 12:00:52 +0200 + +fgfs-base (0.7.6-3) unstable; urgency=low + + * This upload will determine whether I'm a third-time loser. + * only chmod ordinary files, not directories. + + -- Ove Kaaven Tue, 20 Feb 2001 14:22:29 +0100 + +fgfs-base (0.7.6-2) unstable; urgency=low + + * chmod all files to 644. + + -- Ove Kaaven Mon, 19 Feb 2001 20:47:32 +0100 + +fgfs-base (0.7.6-1) unstable; urgency=low + + * Initial Release. + + -- Ove Kaaven Tue, 6 Feb 2001 15:56:14 +0100 + +Local variables: +mode: debian-changelog +add-log-mailing-address "ovek@arcticnet.no" +End: