diff options
author | matthijs <matthijs@openttd.org> | 2006-12-21 14:44:19 +0000 |
---|---|---|
committer | matthijs <matthijs@openttd.org> | 2006-12-21 14:44:19 +0000 |
commit | d88e549d9f140507eb5786d68878b4983bd67493 (patch) | |
tree | 7d0adb81e2a8b11937801d48aaf14f357f8fa1f6 /os | |
parent | 29ed5e55c7812cb222e038db0018ba972a9bcc59 (diff) | |
download | openttd-d88e549d9f140507eb5786d68878b4983bd67493.tar.xz |
(svn r7533) -Codechange [Debian]: Update debian packaging files
- Update to latest standards version.
- Fix rules to compile only once.
Diffstat (limited to 'os')
-rw-r--r-- | os/debian/changelog | 22 | ||||
-rw-r--r-- | os/debian/control | 4 | ||||
-rwxr-xr-x | os/debian/rules | 10 | ||||
-rw-r--r-- | os/debian/templates | 2 |
4 files changed, 29 insertions, 9 deletions
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 <m.kooijman@student.utwente.nl> 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 <m.kooijman@student.utwente.nl> Mon, 14 Aug 2006 16:28:50 +0200 + openttd (0.4.7-1) unstable; urgency=low + * New upstream release. + + -- Matthijs Kooijman <m.kooijman@student.utwente.nl> 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 <m.kooijman@student.utwente.nl> Thu, 9 Mar 2006 00:04:33 +0100 + -- Matthijs Kooijman <m.kooijman@student.utwente.nl> 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 <m.kooijman@student.utwente.nl> -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. |