From 5a7387be72ed567aaa8a8d548cc8e7aa40e2e092 Mon Sep 17 00:00:00 2001 From: Paul Sladen Date: Mon, 6 Apr 2009 06:19:24 +0300 Subject: [PATCH] * Pacify lintian checker --- debian/README.Debian | 4 ++-- debian/changelog | 3 ++- debian/control | 2 +- debian/openbve.docs | 2 +- debian/rules | 3 ++- 5 files changed, 8 insertions(+), 6 deletions(-) diff --git a/debian/README.Debian b/debian/README.Debian index 234dc64..d9ab3f0 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -14,9 +14,9 @@ Most of these necessary alternate paths have been incorporated by upstream and enabled by the "/fhs" switch. The rest are explicitly patched on top as part of the Debian packaging process. -The source is also patched to remove the artifical restriction of the +The source is also patched to remove the artificial restriction of the Train/ and Railway/ directories needing to be in the same place. -Removing this psuedo-requirement allows testing out newly-downloaded +Removing this pseudo-requirement allows testing out newly-downloaded routes saved in your home-directory with a fully packaged route located under /usr/share/games/bve/ --- or vice-versa. diff --git a/debian/changelog b/debian/changelog index 049efff..b20093d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,13 +8,14 @@ openbve (1.0.2.0-0ubuntu1) unreleased; urgency=low * Default first-use game data from /usr/share/games/bve/{Railway/Route,Train} * Update 'openbve-data' Depends: >= 1.0.2.0+dfsg * Load timetables relative to route directory, not trainpath - + disable spurious Train folder warning message, as existance is not required later + + disable spurious Train folder warning, as existance is not required later * Don't display hidden .files and .folders in ListViews * Include 'changelog.html' and 'releasenotes.html' downloaded from the website * Fix case in manpage documentation for '~/.config/OpenBve/' * Add README.Debian covering Debian-centric patches * Update 'known-issues.txt' * Print + try...except{} around path used in LoadOptions() (debugging) + * Pacify lintian checker -- Paul Sladen Sun, 05 Apr 2009 12:33:10 +0000 diff --git a/debian/control b/debian/control index 41b4301..82c1461 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: openbve Section: games Priority: optional Maintainer: Paul Sladen -Build-Depends: debhelper, mono-xbuild, +Build-Depends: debhelper, mono-xbuild, lynx Build-Depends-Indep: cli-common-dev (>= 0.4.4), mono-devel (>=2.0.1), libmono-i18n2.0-cil, libtaoframework-openal1.1-cil, libtaoframework-opengl2.1-cil, libtaoframework-sdl1.2-cil, libtaoframework-openal1.1-cil, libmono-winforms2.0-cil Vcs-Browser: http://github.com/sladen/openbve/tree/debian Vcs-Git: git://github.com/sladen/openbve.git diff --git a/debian/openbve.docs b/debian/openbve.docs index 5edde42..8d0c94f 100644 --- a/debian/openbve.docs +++ b/debian/openbve.docs @@ -3,4 +3,4 @@ debian/known-issues.txt debian/routes-and-trains.txt debian/changelog.html debian/releasenotes.html -debian/README.Debian \ No newline at end of file +debian/README.Debian diff --git a/debian/rules b/debian/rules index d600710..d019af3 100755 --- a/debian/rules +++ b/debian/rules @@ -28,7 +28,7 @@ clean: (cd $$builddir && echo "**NOT doing" xbuild /t:Clean); \ done rm -rf openBVE/OpenBve/bin/ - dh_clean + dh_clean install: build dh_testdir @@ -38,6 +38,7 @@ install: build install -m 755 $(CURDIR)/openBVE/OpenBve/bin/$(DEBUG_CONFIGURATION)/OpenBve.exe $(TARGET)/usr/lib/openbve/ install -m 644 $(CURDIR)/openBVE/OpenBve/bin/$(DEBUG_CONFIGURATION)/OpenBve.exe.mdb $(TARGET)/usr/lib/openbve/ install -m 755 -T $(CURDIR)/debian/openbve.wrapper $(TARGET)/usr/games/openbve + lynx -dump -nolist $(CURDIR)/debian/changelog.html > $(TARGET)/usr/share/doc/openbve/changelog binary-arch: # Do nothing -- 1.6.0.4