mirror of https://github.com/OpenTTD/OpenTTD
(svn r8909) [Debian] -Change: Update debian packaging files to those used for releases.
- Compile with freetype / fontconfig support. - Make menu files translatable. - Other packaging cleanups. - Bump version number to 0.5.0-1.release/0.5
parent
93586cb6b6
commit
4ba3761ab1
|
@ -23,10 +23,10 @@ You should copy the data files from the original TTD into the data directory
|
||||||
mixing. My VIA AC97 device cannot do hardware mixing, for example.
|
mixing. My VIA AC97 device cannot do hardware mixing, for example.
|
||||||
|
|
||||||
-Scenarios
|
-Scenarios
|
||||||
There are a few scenarios included in this release. When you start openttd
|
There are a few scenarios included in this release. When you start
|
||||||
it will look for scenarios in ~/.openttd/scenario, while the premade
|
openttd it will look for scenarios in ~/.openttd/scenario, while the
|
||||||
scenarios are in /usr/share/games/openttd/data/scenario. You have two
|
premade scenarios are in /usr/share/games/openttd/data/scenario. You
|
||||||
options to use the scenarios.
|
have two options to use the scenarios.
|
||||||
* Navigate to /usr/share/games/openttd/data/scenario within openttd.
|
* Navigate to /usr/share/games/openttd/data/scenario within openttd.
|
||||||
* Copy scenarios from /usr/share/games/openttd/data/scenario to
|
* Copy scenarios from /usr/share/games/openttd/data/scenario to
|
||||||
~/.openttd/scenario. We are looking into a better solution for this.
|
~/.openttd/scenario. We are looking into a better solution for this.
|
||||||
|
|
|
@ -2,28 +2,43 @@ openttd (0.5.0-1) unstable; urgency=low
|
||||||
|
|
||||||
* New upstream release
|
* New upstream release
|
||||||
|
|
||||||
-- Matthijs Kooijman <matthijs@xanthe> Mon, 26 Feb 2007 00:56:18 +0100
|
-- Matthijs Kooijman <m.kooijman@student.utwente.nl> Mon, 26 Feb 2007 21:07:05 +0100
|
||||||
|
|
||||||
openttd (0.5.0~rc5-1) unstable; urgency=low
|
openttd (0.5.0~rc5-1) unstable; urgency=low
|
||||||
|
|
||||||
|
[ Matthijs Kooijman ]
|
||||||
* New upstream release
|
* New upstream release
|
||||||
|
* Compile with freetype and fontconfig support.
|
||||||
|
|
||||||
-- Matthijs Kooijman <matthijs@xanthe> Thu, 8 Feb 2007 13:37:31 +0100
|
[ Jordi Mallach ]
|
||||||
|
* Convert debconf templates to podebconf.
|
||||||
|
* Add a Catalan translation.
|
||||||
|
* Minor packaging cleanups.
|
||||||
|
|
||||||
|
-- Matthijs Kooijman <m.kooijman@student.utwente.nl> Mon, 12 Feb 2007 09:25:41 +0100
|
||||||
|
|
||||||
openttd (0.5.0~rc4-1) unstable; urgency=low
|
openttd (0.5.0~rc4-1) unstable; urgency=low
|
||||||
|
|
||||||
* New upstream release
|
* New upstream release
|
||||||
|
|
||||||
-- Matthijs Kooijman <matthijs@xanthe> Wed, 17 Jan 2007 01:37:31 +0100
|
-- Matthijs Kooijman <m.kooijman@student.utwente.nl> Thu, 18 Jan 2007 21:17:28 +0100
|
||||||
|
|
||||||
openttd (0.5.0~rc3-1) unstable; urgency=low
|
openttd (0.5.0~rc3-1) unstable; urgency=low
|
||||||
|
|
||||||
* New upstream release
|
* New upstream release
|
||||||
|
|
||||||
-- Matthijs Kooijman <matthijs@xanthe> Sun, 7 Jan 2007 13:43:45 +0100
|
-- Matthijs Kooijman <m.kooijman@student.utwente.nl> Thu, 18 Jan 2007 20:21:04 +0100
|
||||||
|
|
||||||
openttd (0.5.0~rc2-1) unstable; urgency=low
|
openttd (0.5.0~rc2-1) unstable; urgency=low
|
||||||
|
|
||||||
|
* New upstream release
|
||||||
|
* Removed fix for empty scenarios dir, openttd Makefile now properly handles
|
||||||
|
this.
|
||||||
|
|
||||||
|
-- Matthijs Kooijman <m.kooijman@student.utwente.nl> Sun, 31 Dec 2006 12:24:37 +0100
|
||||||
|
|
||||||
|
openttd (0.5.0~rc1-1) unstable; urgency=low
|
||||||
|
|
||||||
* New upstream release.
|
* New upstream release.
|
||||||
|
|
||||||
-- Matthijs Kooijman <m.kooijman@student.utwente.nl> Fri, 22 Dec 2006 11:03:46 +0100
|
-- Matthijs Kooijman <m.kooijman@student.utwente.nl> Fri, 22 Dec 2006 11:03:46 +0100
|
||||||
|
|
|
@ -2,7 +2,8 @@ Source: openttd
|
||||||
Section: contrib/games
|
Section: contrib/games
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Matthijs Kooijman <m.kooijman@student.utwente.nl>
|
Maintainer: Matthijs Kooijman <m.kooijman@student.utwente.nl>
|
||||||
Build-Depends: debhelper (>= 4.0.0), dpatch, libsdl-dev, zlib1g-dev, libpng-dev
|
Uploaders: Jordi Mallach <jordi@debian.org>
|
||||||
|
Build-Depends: debhelper (>= 4.0.0), dpatch, libsdl-dev, zlib1g-dev, libpng-dev, libfreetype6-dev, libfontconfig-dev
|
||||||
Standards-Version: 3.7.2
|
Standards-Version: 3.7.2
|
||||||
|
|
||||||
Package: openttd
|
Package: openttd
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
This package was debianized by Matthijs Kooijman <m.kooijman@student.utwente.nl> on
|
This package was debianized by Matthijs Kooijman <m.kooijman@student.utwente.nl>
|
||||||
Wed, 15 Sep 2004 00:24:01 +0200.
|
on Wed, 15 Sep 2004 00:24:01 +0200.
|
||||||
|
|
||||||
It was downloaded from http://sourceforge.net/projects/openttd
|
It was downloaded from http://sourceforge.net/projects/openttd
|
||||||
|
|
||||||
Upstream Author: Ludvig Strigeus (ludde) and many others
|
Upstream author: Ludvig Strigeus (ludde) and many others.
|
||||||
|
|
||||||
License:
|
License:
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@ License:
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this package; if not, write to the Free Software
|
along with this package; if not, write to the Free Software
|
||||||
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
|
|
||||||
On Debian systems, the complete text of the GNU General
|
On Debian systems, the complete text of the GNU General
|
||||||
Public License can be found in `/usr/share/common-licenses/GPL'.
|
Public License can be found in `/usr/share/common-licenses/GPL'.
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
[type: gettext/rfc822deb] templates
|
|
@ -0,0 +1,35 @@
|
||||||
|
# Catalan translation of openttd's Debconf templates.
|
||||||
|
# Copyright © 2007 Software in the Public Interest
|
||||||
|
# This file is distributed under the same license as the openttd package.
|
||||||
|
# Jordi Mallach <jordi@debian.org>, 2007.
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: openttd 0.5.0~rc4-1\n"
|
||||||
|
"Report-Msgid-Bugs-To: m.kooijman@student.utwente.nl\n"
|
||||||
|
"POT-Creation-Date: 2007-02-01 12:25+0100\n"
|
||||||
|
"PO-Revision-Date: 2007-02-01 12:16+0100\n"
|
||||||
|
"Last-Translator: Jordi Mallach <jordi@debian.org>\n"
|
||||||
|
"Language-Team: Catalan <debian-l10n-catalan@lists.debian.org>\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
|
||||||
|
#. Type: note
|
||||||
|
#. Description
|
||||||
|
#: ../templates:1001
|
||||||
|
msgid "You need to install data files"
|
||||||
|
msgstr "Heu d'instal·lar els fitxers de dades"
|
||||||
|
|
||||||
|
#. Type: note
|
||||||
|
#. Description
|
||||||
|
#: ../templates:1001
|
||||||
|
msgid ""
|
||||||
|
"OpenTTD needs the data files from the original TTD game to run. You should "
|
||||||
|
"install these data files before you can play the game. See README.Debian for "
|
||||||
|
"more details on which files need to be copied where."
|
||||||
|
msgstr ""
|
||||||
|
"OpenTTD necessita els fitxers de dades del joc TTD original per a funcionar. "
|
||||||
|
"Haureu d'instal·lar aquests fitxers de dades abans de poder jugar al joc. "
|
||||||
|
"Llegiu el document README.Debian per a obtindre més detalls sobre quins "
|
||||||
|
"fitxers s'han de copiar i a quina ubicació."
|
|
@ -0,0 +1,32 @@
|
||||||
|
# SOME DESCRIPTIVE TITLE.
|
||||||
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||||
|
# This file is distributed under the same license as the PACKAGE package.
|
||||||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||||
|
#
|
||||||
|
#, fuzzy
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
|
"Report-Msgid-Bugs-To: m.kooijman@student.utwente.nl\n"
|
||||||
|
"POT-Creation-Date: 2007-02-01 12:25+0100\n"
|
||||||
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=CHARSET\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
|
||||||
|
#. Type: note
|
||||||
|
#. Description
|
||||||
|
#: ../templates:1001
|
||||||
|
msgid "You need to install data files"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. Type: note
|
||||||
|
#. Description
|
||||||
|
#: ../templates:1001
|
||||||
|
msgid ""
|
||||||
|
"OpenTTD needs the data files from the original TTD game to run. You should "
|
||||||
|
"install these data files before you can play the game. See README.Debian for "
|
||||||
|
"more details on which files need to be copied where."
|
||||||
|
msgstr ""
|
|
@ -1,44 +1,8 @@
|
||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
# postinst script for openttd
|
|
||||||
#
|
|
||||||
# see: dh_installdeb(1)
|
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
|
||||||
# summary of how this script can be called:
|
|
||||||
# * <postinst> `configure' <most-recently-configured-version>
|
|
||||||
# * <old-postinst> `abort-upgrade' <new version>
|
|
||||||
# * <conflictor's-postinst> `abort-remove' `in-favour' <package>
|
|
||||||
# <new-version>
|
|
||||||
# * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
|
|
||||||
# <failed-install-package> <version> `removing'
|
|
||||||
# <conflicting-package> <version>
|
|
||||||
# for details, see http://www.debian.org/doc/debian-policy/ or
|
|
||||||
# the debian-policy package
|
|
||||||
#
|
|
||||||
|
|
||||||
. /usr/share/debconf/confmodule
|
. /usr/share/debconf/confmodule
|
||||||
|
|
||||||
case "$1" in
|
|
||||||
configure)
|
|
||||||
;;
|
|
||||||
|
|
||||||
abort-upgrade|abort-remove|abort-deconfigure)
|
|
||||||
|
|
||||||
;;
|
|
||||||
|
|
||||||
*)
|
|
||||||
echo "postinst called with unknown argument \`$1'" >&2
|
|
||||||
exit 1
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
# dh_installdeb will replace this with shell code automatically
|
|
||||||
# generated by other debhelper scripts.
|
|
||||||
|
|
||||||
#DEBHELPER#
|
#DEBHELPER#
|
||||||
|
|
||||||
exit 0
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,41 +0,0 @@
|
||||||
#! /bin/sh
|
|
||||||
# postrm script for openttd
|
|
||||||
#
|
|
||||||
# see: dh_installdeb(1)
|
|
||||||
|
|
||||||
set -e
|
|
||||||
|
|
||||||
# summary of how this script can be called:
|
|
||||||
# * <postrm> `remove'
|
|
||||||
# * <postrm> `purge'
|
|
||||||
# * <old-postrm> `upgrade' <new-version>
|
|
||||||
# * <new-postrm> `failed-upgrade' <old-version>
|
|
||||||
# * <new-postrm> `abort-install'
|
|
||||||
# * <new-postrm> `abort-install' <old-version>
|
|
||||||
# * <new-postrm> `abort-upgrade' <old-version>
|
|
||||||
# * <disappearer's-postrm> `disappear' <r>overwrit>r> <new-version>
|
|
||||||
# for details, see http://www.debian.org/doc/debian-policy/ or
|
|
||||||
# the debian-policy package
|
|
||||||
|
|
||||||
|
|
||||||
case "$1" in
|
|
||||||
purge|remove)
|
|
||||||
;;
|
|
||||||
|
|
||||||
upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
|
|
||||||
|
|
||||||
|
|
||||||
;;
|
|
||||||
|
|
||||||
*)
|
|
||||||
echo "postrm called with unknown argument \`$1'" >&2
|
|
||||||
exit 1
|
|
||||||
|
|
||||||
esac
|
|
||||||
|
|
||||||
# dh_installdeb will replace this with shell code automatically
|
|
||||||
# generated by other debhelper scripts.
|
|
||||||
|
|
||||||
#DEBHELPER#
|
|
||||||
|
|
||||||
exit 0
|
|
|
@ -21,9 +21,8 @@ build-stamp:
|
||||||
dh_testdir
|
dh_testdir
|
||||||
|
|
||||||
# Add here commands to compile the package.
|
# Add here commands to compile the package.
|
||||||
|
|
||||||
rm Makefile.config || true
|
rm Makefile.config || true
|
||||||
$(MAKE) PREFIX=/usr MIDI=/usr/bin/timidity INSTALL=1 BINARY_DIR=games DATA_DIR=share/games/openttd ICON_DIR=share/pixmaps PERSONAL_DIR=.openttd USE_HOMEDIR=1
|
$(MAKE) PREFIX=/usr MIDI=/usr/bin/timidity INSTALL=1 BINARY_DIR=games DATA_DIR=share/games/openttd ICON_DIR=share/pixmaps PERSONAL_DIR=.openttd USE_HOMEDIR=1 WITH_FREETYPE=1 WITH_FONTCONFIG=1
|
||||||
|
|
||||||
#/usr/bin/docbook-to-man debian/openttd.sgml > openttd.1
|
#/usr/bin/docbook-to-man debian/openttd.sgml > openttd.1
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Template: openttd/datafiles
|
Template: openttd/datafiles
|
||||||
Type: note
|
Type: note
|
||||||
Description: You need to install data files
|
_Description: You need to install data files
|
||||||
OpenTTD needs the datafiles from the original TTD game to run. You should
|
OpenTTD needs the data files from the original TTD game to run. You should
|
||||||
install these datafiles before you can play the game. See README.Debian for
|
install these data files before you can play the game. See README.Debian
|
||||||
more details on which files need to be copied where.
|
for more details on which files need to be copied where.
|
||||||
|
|
Loading…
Reference in New Issue