From 674153d6146a97db5279ca358a802d5abf252432 Mon Sep 17 00:00:00 2001 From: Yohann Ferreira Date: Thu, 5 May 2005 17:15:17 +0000 Subject: Debian Tweaks --- debian/changelog | 6 ++++++ debian/control | 5 ++--- debian/rules | 14 +++++++++----- 3 files changed, 17 insertions(+), 8 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index d3fdda6a..e6b4412e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +tmw (0.0.12-1) unstable; urgency=low + + * Fourth Release. + + -- FERREIRA Yohann Thu, 5 May 2005 13:37:17 +0200 + tmw (0.0.11.3-1) unstable; urgency=low * Third Release. diff --git a/debian/control b/debian/control index ff274478..8ff6382d 100644 --- a/debian/control +++ b/debian/control @@ -2,13 +2,12 @@ Source: tmw Section: games Priority: optional Maintainer: FERREIRA Yohann -Build-Depends: debhelper (>= 4.0.0), autotools-dev, docbook-to-man, libsdl1.2-dev (>= 1.2.7), libsdl-image1.2-dev (>= 1.2.3), libsdl-mixer1.2-dev (>= 1.2.5), libguichan-dev (>= 0.3.0-2), libxml2-dev (>= 2.4.19), libphysfs-dev (>= 1.0.0-1) +Build-Depends: debhelper (>= 4.0.0), autotools-dev, docbook-to-man, libsdl1.2-dev (>= 1.2.7), libsdl-image1.2-dev (>= 1.2.3), libsdl-mixer1.2-dev (>= 1.2.5), libguichan-dev (>= 0.3.0-1), libxml2-dev (>= 2.4.19), libphysfs-dev (>= 1.0.0-1), xlibmesa-dev (>= 4.1.0-16woody5) Standards-Version: 3.6.1 Package: tmw Architecture: i386 -Depends: libsdl1.2debian (>= 1.2.7), libsdl-image1.2 (>= 1.2.3), libsdl-mixer1.2 (>= 1.2.5), libguichan (>= 0.3.0-2), libxml2 (>= 2.4.19), libphysfs-1.0-0 (>= 1.0.0-1) -Suggests: Nothing +Depends: libsdl1.2debian (>= 1.2.7), libsdl-image1.2 (>= 1.2.3), libsdl-mixer1.2 (>= 1.2.5), libguichan (>= 0.3.0-1), libxml2 (>= 2.4.19), libphysfs-1.0-0 (>= 1.0.0-1) Installed-Size: 1991 Maintainer: Ferreira Yohann Description: The Mana World is a Great Online Game diff --git a/debian/rules b/debian/rules index 4efd5061..ab98c856 100755 --- a/debian/rules +++ b/debian/rules @@ -26,7 +26,8 @@ endif config.status: configure dh_testdir - CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info + ./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 build: build-stamp @@ -61,12 +62,15 @@ install: build dh_clean -k dh_installdirs - dh_install - - # Build architecture-independent files here. binary-indep: build install -# We have nothing to do by default. + DESTDIR=$(CURDIR)/debian/tmp/ \ + $(MAKE) install datadir=/usr/share/games bindir=/usr/games \ + desktopdir=/usr/share/applications + + cp data/icons/tmw-icon.xpm debian/tmp/usr/share/pixmaps/tmw.xpm + mv data/icons/tmw-icon.png debian/tmp/usr/share/pixmaps/tmw.png + # Build architecture-dependent files here. binary-arch: build install -- cgit v1.2.3-70-g09d2