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 | |
parent | ce9b06ddce7842e425462e2ed035b28e85a82bdc (diff) | |
download | mana-0.0.19.tar.gz mana-0.0.19.tar.bz2 mana-0.0.19.tar.xz mana-0.0.19.zip |
Updating Debian files for 0.0.19 release.v0.0.19
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | debian/changelog | 13 | ||||
-rwxr-xr-x | debian/rules | 8 |
3 files changed, 25 insertions, 2 deletions
@@ -1,3 +1,9 @@ +2006-03-07 Yohann Ferreira <bertram@cegetel.net> + + * 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 <elvenprogrammer@gmail.com> * 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 <bertram@cegetel.net> 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 <bertram@cegetel.net> 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)" "" |