summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
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)" ""