(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

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