(svn r7533) -Codechange [Debian]: Update debian packaging files

- Update to latest standards version.
	- Fix rules to compile only once.
This commit is contained in:
matthijs 2006-12-21 14:44:19 +00:00
parent 29ed5e55c7
commit d88e549d9f
4 changed files with 29 additions and 9 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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.