summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorYohann Ferreira <bertram@cegetel.net>2006-03-07 20:26:39 +0000
committerYohann Ferreira <bertram@cegetel.net>2006-03-07 20:26:39 +0000
commite32395931f516de22e064459fa6f58a3e583acdf (patch)
tree19a8dd9b219abf5d3c64a18145d432c460918001 /debian
parentce9b06ddce7842e425462e2ed035b28e85a82bdc (diff)
downloadmana-client-e32395931f516de22e064459fa6f58a3e583acdf.tar.gz
mana-client-e32395931f516de22e064459fa6f58a3e583acdf.tar.bz2
mana-client-e32395931f516de22e064459fa6f58a3e583acdf.tar.xz
mana-client-e32395931f516de22e064459fa6f58a3e583acdf.zip
Updating Debian files for 0.0.19 release.v0.0.19
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog13
-rwxr-xr-xdebian/rules8
2 files changed, 19 insertions, 2 deletions
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)" ""