From e32395931f516de22e064459fa6f58a3e583acdf Mon Sep 17 00:00:00 2001 From: Yohann Ferreira Date: Tue, 7 Mar 2006 20:26:39 +0000 Subject: Updating Debian files for 0.0.19 release. --- ChangeLog | 6 ++++++ debian/changelog | 13 +++++++++++++ debian/rules | 8 ++++++-- 3 files changed, 25 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 75f0f917..2e861d97 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-03-07 Yohann Ferreira + + * trunk/debian/rules, trunk/debian/changelog, + tags/0.0.19/debian/rules, tags/0.0.19/debian/changelog, + trunk/ChangeLog: Updating Debian files for 0.0.19 release. + 2006-03-07 Eugenio Favalli * data/graphics/tiles/Makefile.am, data/graphics/tiles/Woodland.png: diff --git a/debian/changelog b/debian/changelog index 241c09e2..ea4285c0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +tmw (0.0.19-1) unstable; urgency=low + + * New Playerset Build. + + -- FERREIRA Yohann Mon, 07 Mar 2006 21:02:33 +0200 + +tmw (0.0.18.1-1) unstable; urgency=low + + * Santa's Build. Merry Christmas. + * Now removes old build dirs. + + -- FERREIRA Yohann Mon, 25 Dec 2005 11:30:33 +0200 + tmw (0.0.17-2) unstable; urgency=low * Corrected libcurl3 dependencies problem. 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)" "" -- cgit v1.2.3-70-g09d2