--- bve-train-br-class-323-4.0.1809.orig/debian/control +++ bve-train-br-class-323-4.0.1809/debian/control @@ -0,0 +1,30 @@ +Source: bve-train-br-class-323 +Section: games +Priority: optional +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Paul Sladen +Build-Depends: debhelper (>= 5) +Standards-Version: 3.8.0 +Vcs-Browser: http://github.com/sladen/bve-train-br-class-323/tree/debian +Vcs-Git: http://github.com/sladen/bve-train-br-class-323.git +Homepage: http://www.trainsimcentral.co.uk/bve_train.htm + +Package: bve-train-br-class-323 +Architecture: all +Provides: bve-train +Suggests: bve-route-cross-city-south +Recommends: bve-engine, bve-train-br-class-323-3dcab +Description: British Rail Class 323 EMU train (for OpenBVE rail simulator) + Accurate simulation of a three-car electric mulitple unit used in + West Midlands of the United Kingdom and built in the 1990s. + . + The train contains a rendered cab environment, including the combined + power+brake controller and the 3D model for exterior views. + . + A suitable route is the Birmingham Cross-City South route, running + from Redditch to Birmingham New Street. + . + This version of the Class 323 has been has been specially prepared + for inclusion with openBVE, and is released into the public domain. + . + http://www.trainsimcentral.co.uk/bve_train.htm --- bve-train-br-class-323-4.0.1809.orig/debian/changelog +++ bve-train-br-class-323-4.0.1809/debian/changelog @@ -0,0 +1,21 @@ +bve-train-br-class-323 (4.0.1809-0ubuntu2) lucid; urgency=low + + * debian/rules: comment out oggenc stage as openbve=1.2.4.1 uses + a home-grown .wav only sound loader. + * debian/control: Recommends: bve-train-br-class-323-3dcab + + -- Paul Sladen Wed, 6 Jan 2009 04:17:00 +0000 + +bve-train-br-class-323 (4.0.1809-0ubuntu1) jaunty; urgency=low + + * This package will probably be modularised in future to produce + multiple binary packages, once the extent of overlap with other + trains/route data is understood. + * Initial release (LP: #331188) (LP: #356615) + * Recode .wav files to Ogg Vorbis to save space. Inline rename + them (as .wav) for the moment as some filenames are hardcoded. + * Rename source-package-name to match binary-package-name + * Include pseudo 'watch' file + + -- Paul Sladen Mon, 11 Apr 2009 13:29:03 +0000 + --- bve-train-br-class-323-4.0.1809.orig/debian/bve-train-br-class-323.docs +++ bve-train-br-class-323-4.0.1809/debian/bve-train-br-class-323.docs @@ -0,0 +1,3 @@ +# Note 'train.txt' is _not_ documentation (it is used by the game engine) +Train/bve-train-br-class-323-unrefurb/Readme.txt + --- bve-train-br-class-323-4.0.1809.orig/debian/bve-train-br-class-323.dirs +++ bve-train-br-class-323-4.0.1809/debian/bve-train-br-class-323.dirs @@ -0,0 +1,2 @@ +usr/share/games/bve/Train/BR_Class_323 +usr/share/doc/bve-train-br-class-323 --- bve-train-br-class-323-4.0.1809.orig/debian/rules +++ bve-train-br-class-323-4.0.1809/debian/rules @@ -0,0 +1,59 @@ +#!/usr/bin/make -f +export DH_VERBOSE=1 + +TARGET = $(CURDIR)/debian/bve-train-br-class-323 +DOCTARGET = $(TARGET)/usr/share/doc/bve-train-br-class-323 + +# Standarised location +BVETARGET = $(TARGET)/usr/share/games/bve + +# Components +TRAINDIR = Train/bve-train-br-class-323-unrefurb + +# Renamed to something Nicer +TRAINTARGET = $(BVETARGET)/Train/BR_Class_323 + +build: build-stamp +build-stamp: + dh_testdir + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + rm -rf $(TARGET) + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + # Change the Train name to something closer to the previous tarball + cp -a $(CURDIR)/$(TRAINDIR)/* $(TRAINTARGET)/ + + # Recode big .wavs to Ogg Vorbis; SDL_LoadWAV loads them happily + # The impulse_noisetune is to keep the background hum and buzz + # Openbve-1.2.4.1 uses a home-grown .wav loader + #find $(TRAINTARGET) -type f -iname \*wav -exec oggenc --advanced-encode-option impulse_noisetune=-1 -4 -o {}.ogg {} \; -exec mv {}.ogg {} \; + +binary-arch: + # Do nothing + +binary-indep: build install + dh_testdir + dh_testroot + dh_install + dh_installchangelogs + dh_installdocs + dh_compress + dh_fixperms + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep +.PHONY: build clean binary-indep binary install --- bve-train-br-class-323-4.0.1809.orig/debian/compat +++ bve-train-br-class-323-4.0.1809/debian/compat @@ -0,0 +1 @@ +5 --- bve-train-br-class-323-4.0.1809.orig/debian/watch +++ bve-train-br-class-323-4.0.1809/debian/watch @@ -0,0 +1,2 @@ +# Check http://trainsimcentral.co.uk/trains_openbve/ +# but the Zip files are named by date, not by version number --- bve-train-br-class-323-4.0.1809.orig/debian/copyright +++ bve-train-br-class-323-4.0.1809/debian/copyright @@ -0,0 +1,53 @@ +This package was Debianised by Paul Sladen +on 2009-02-19 15:28 +0000 + +It was downloaded from: + http://www.trainsimcentral.co.uk/bve_train.htm + + Following discussion with the authors, an extra upstream release + was specially prepared by the upstream authors, including the updated + Readme. Two sounds were replaced with free-er versions and some other + Motor*.wav sounds were removed and replaced with silent sounds of + equivalent length. + +Upstream authors: + Steve Green + Anthony Bowden + Steve Thomas + +Copyright: + + Copyright 2002-2009 Steve Green + Copyright 2004-2009 Simon Gathercole (panel/safety system extensions) + Copyright 2002-2009 Anthony Bowden (sounds and introductory image, external model) + Copyright 2004-2009 Steve Thomas (high-resolution panel and AWS sounds) + Copyright 2009 Richard Helliwell (external model texturing) + Copyright 2009-2010 Paul Sladen (Debian packaging) + + From 'Train/bve-train-br-class-323-unrefurb/Readme.txt': + + This train has been released into the Public Domain. + + Train/bve-train-br-class-323-unrefurb/panel2.cfg: + + (c) S.Green and Steve Thomas 2004,2005 and 2009. + Modified (c) S.Gathercole 2004 and 2005 + + Train/bve-train-br-class-323-unrefurb/ext_view/*csv: + + Originally by Steve Green & Anthony Bowden + Retextured by Richard Helliwell http://www.bveroutes-trains.co.uk + + This file and any associated textures have been released into the + public domain and can be freely modified or re-used without + restrictions. See 'Readme.txt' + + Some of the .wav sounds contain a misleading "copyright" string + embedded in the RIFF metadata. This string is advertising the + MS Windows-based software that was used during editing of the sounds + and does not appear to relate to the sounds themselves. + + Any Debian-packaging additions are hereby placed into the Public Domain. + + +