Changeset - r5356:fc266a036297
[Not reviewed]
master
0 4 0
matthijs - 17 years ago 2006-12-21 14:44:19
matthijs@openttd.org
(svn r7533) -Codechange [Debian]: Update debian packaging files
- Update to latest standards version.
- Fix rules to compile only once.
4 files changed with 29 insertions and 9 deletions:
0 comments (0 inline, 0 general)
os/debian/changelog
Show inline comments
 
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
 

	
os/debian/control
Show inline comments
 
@@ -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
os/debian/rules
Show inline comments
 
@@ -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
os/debian/templates
Show inline comments
 
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.
0 comments (0 inline, 0 general)