From d88e549d9f140507eb5786d68878b4983bd67493 Mon Sep 17 00:00:00 2001 From: matthijs Date: Thu, 21 Dec 2006 14:44:19 +0000 Subject: (svn r7533) -Codechange [Debian]: Update debian packaging files - Update to latest standards version. - Fix rules to compile only once. --- os/debian/changelog | 22 +++++++++++++++++++++- os/debian/control | 4 ++-- os/debian/rules | 10 +++++----- os/debian/templates | 2 +- 4 files changed, 29 insertions(+), 9 deletions(-) (limited to 'os') diff --git a/os/debian/changelog b/os/debian/changelog index 6fa31bb85..36eff048d 100644 --- a/os/debian/changelog +++ b/os/debian/changelog @@ -1,8 +1,28 @@ +openttd (0.4.8svn) unstable; urgency=low + + * Unreleased SVN version. Versioned to allow normal upgrades to released versions. + + -- Matthijs Kooijman Thu, 21 Dec 2006 14:54:35 +0100 + +openttd (0.4.8-1) unstable; urgency=low + + * New upstream release + * Bump standards version to 3.7.2 + + -- Matthijs Kooijman Mon, 14 Aug 2006 16:28:50 +0200 + openttd (0.4.7-1) unstable; urgency=low + * New upstream release. + + -- Matthijs Kooijman Mon, 27 Mar 2006 23:40:00 +0200 + +openttd (0.4.6-1) unstable; urgency=low + + * New upstream release. * Remove old terminal messages and make sure that debconf is always called. - -- Matthijs Kooijman Thu, 9 Mar 2006 00:04:33 +0100 + -- Matthijs Kooijman Wed, 8 Mar 2006 23:57:35 +0100 openttd (0.4.5-1) unstable; urgency=low diff --git a/os/debian/control b/os/debian/control index f68d2b5f3..75dea93fd 100644 --- a/os/debian/control +++ b/os/debian/control @@ -2,8 +2,8 @@ Source: openttd Section: contrib/games Priority: optional Maintainer: Matthijs Kooijman -Build-Depends: debhelper (>= 4.0.0), libsdl-dev, zlib1g-dev, libpng-dev -Standards-Version: 3.6.2 +Build-Depends: debhelper (>= 4.0.0), dpatch, libsdl-dev, zlib1g-dev, libpng-dev +Standards-Version: 3.7.2 Package: openttd Architecture: any diff --git a/os/debian/rules b/os/debian/rules index 06902342f..baf162076 100755 --- a/os/debian/rules +++ b/os/debian/rules @@ -16,8 +16,8 @@ configure-stamp: touch configure-stamp -build: build-stamp -build-stamp: configure-stamp +build: configure build-stamp +build-stamp: dh_testdir # Add here commands to compile the package. @@ -38,12 +38,12 @@ clean: unpatch -$(MAKE) clean rm Makefile.config || true - dh_clean + dh_clean install: build dh_testdir dh_testroot - dh_clean -k + dh_clean -k dh_installdirs # Add here commands to install the package into debian/openttd. @@ -85,4 +85,4 @@ binary-arch: build install dh_builddeb binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary install configure +.PHONY: build clean binary-indep binary-arch binary install configure patch diff --git a/os/debian/templates b/os/debian/templates index 1215b3903..a43703c45 100644 --- a/os/debian/templates +++ b/os/debian/templates @@ -1,6 +1,6 @@ Template: openttd/datafiles 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 install these datafiles before you can play the game. See README.Debian for more details on which files need to be copied where. -- cgit v1.2.3-54-g00ecf