diff options
author | Yohann Ferreira <bertram@cegetel.net> | 2006-03-07 20:26:39 +0000 |
---|---|---|
committer | Yohann Ferreira <bertram@cegetel.net> | 2006-03-07 20:26:39 +0000 |
commit | e32395931f516de22e064459fa6f58a3e583acdf (patch) | |
tree | 19a8dd9b219abf5d3c64a18145d432c460918001 /debian/rules | |
parent | ce9b06ddce7842e425462e2ed035b28e85a82bdc (diff) | |
download | mana-e32395931f516de22e064459fa6f58a3e583acdf.tar.gz mana-e32395931f516de22e064459fa6f58a3e583acdf.tar.bz2 mana-e32395931f516de22e064459fa6f58a3e583acdf.tar.xz mana-e32395931f516de22e064459fa6f58a3e583acdf.zip |
Updating Debian files for 0.0.19 release.v0.0.19
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index 14863464..da8deaba 100755 --- a/debian/rules +++ b/debian/rules @@ -15,7 +15,7 @@ DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) -config.status: configure +config.status: dh_testdir ./autogen.sh CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=/usr/share/man6/man --infodir=/usr/share/doc/tmw --datadir=/usr/share/games --bindir=/usr/games --with-opengl @@ -34,7 +34,11 @@ build-stamp: config.status clean: dh_testdir dh_testroot - rm -f build-stamp + rm -f build-stamp +# Removing dirs from old Debian builds + rm -rf debian/tmw + rm -rf debian/tmw-music + rm -rf debian/tmw-data -$(MAKE) distclean ifneq "$(wildcard /usr/share/misc/config.sub)" "" |