changeset 5356:c584d97b3771 draft

(svn r7533) -Codechange [Debian]: Update debian packaging files - Update to latest standards version. - Fix rules to compile only once.
author matthijs <matthijs@openttd.org>
date Thu, 21 Dec 2006 14:44:19 +0000
parents 4449e5529205
children 7472bff647fa
files os/debian/changelog os/debian/control os/debian/rules os/debian/templates
diffstat 4 files changed, 29 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- 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
 
--- a/os/debian/control
+++ b/os/debian/control
@@ -2,8 +2,8 @@
 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
--- a/os/debian/rules
+++ b/os/debian/rules
@@ -16,8 +16,8 @@
 	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 @@
 	-$(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 @@
 	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
--- 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.