--- 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: Paul Sladen +Build-Depends: debhelper (>= 5) +Build-Depends-Indep: vorbis-tools +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 +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,13 @@ +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, 6 Apr 2009 22:45:47 +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,63 @@ +#!/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 + +configure: configure-stamp +configure-stamp: + dh_testdir + touch configure-stamp + +build: build-stamp +build-stamp: configure-stamp + dh_testdir + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-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 + find $(TRAINTARGET) -type f -iname \*wav -exec oggenc --advanced-encode-option impulse_noisetune=-5 -6 -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 configure --- 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 \ No newline at end of file --- bve-train-br-class-323-4.0.1809.orig/debian/copyright +++ bve-train-br-class-323-4.0.1809/debian/copyright @@ -0,0 +1,18 @@ +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 + +Upstream authors: + Steve Green + Anthony Bowden + Steve Thomas + +Public domain: + + ----------- + -=Licence=- + ----------- + + This train has been released into the Public Domain.