From d741206cc1751ffbbf1909271d66558572358bfc Mon Sep 17 00:00:00 2001 From: Yohann Ferreira Date: Wed, 13 Apr 2005 18:28:25 +0000 Subject: tweaking debian files to take changes into account --- debian/changelog | 3 +-- debian/control | 12 +----------- debian/copyright | 23 +++++++++++++++++++++++ debian/rules | 11 +---------- 4 files changed, 26 insertions(+), 23 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 8c3750e7..d3fdda6a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,6 @@ tmw (0.0.11.3-1) unstable; urgency=low * Third Release. - * First to be put into the unofficial repository. -- FERREIRA Yohann Sun, 10 Apr 2005 02:42:17 +0200 @@ -14,6 +13,6 @@ tmw (0.0.11.3-1) unstable; urgency=low tmw (0.0.11.1-1) unstable; urgency=low - * Initial Release with dh_make. + * Initial Release. -- FERREIRA Yohann Wed, 7 Apr 2005 02:42:17 +0200 diff --git a/debian/control b/debian/control index adc8cf09..0f35c148 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: tmw Section: games Priority: optional Maintainer: FERREIRA Yohann -Build-Depends: debhelper (>= 4.0.0), autotools-dev, 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), 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), libxml2-dev (>= 2.4.19), libphysfs-dev (>= 1.0.0-1) Standards-Version: 3.6.1 Package: tmw @@ -25,14 +25,4 @@ Description: The Mana World is a Great Online Game . Look at the website for further informations... . - Authors: - Elven Programmer - Kth5 - Ultramichy - SimEdw - Rotonen - Chetic - HammerBear - Bertram - . Web Site: http://www.themanaworld.org diff --git a/debian/copyright b/debian/copyright index 523656ca..c7b68caa 100644 --- a/debian/copyright +++ b/debian/copyright @@ -2,6 +2,29 @@ This package was debianized by Yohann FERREIRA . It was downloaded from http://www.themanaworld.org/ + Development team: + + - Elven Programmer (Admin) + - Hammerbear (Admin) + - kth5 (Programmer) + - Ultramichy (Game server admin) + - Rotonen (Background story and music) + - Kyokai (Game systems design) + - Bertram (Programmer) + - zenogais (Programmer) + + Special thanks: + + - Sull (Linux Developer) + - Neorice (Pixel Artist) + - natsuki (Win32 Developer) + - Genis (Win32 Developer) + - RRC (Graphic Designer) + - necromus (Pixel Artist) + - LordNev (Artist) + - jui-feng for helping in server development and php scripts. + - SimEdw (Programmer) + License: This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/debian/rules b/debian/rules index 24a92438..4efd5061 100755 --- a/debian/rules +++ b/debian/rules @@ -26,7 +26,6 @@ endif config.status: configure dh_testdir - # Add here commands to configure the package. CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info @@ -35,9 +34,8 @@ build: build-stamp build-stamp: config.status dh_testdir - # Add here commands to compile the package. $(MAKE) - #docbook-to-man debian/tmw.sgml > tmw.1 + docbook-to-man debian/tmw.sgml > debian/tmw.6 touch build-stamp @@ -46,7 +44,6 @@ clean: dh_testroot rm -f build-stamp - # Add here commands to clean up after the build process. -$(MAKE) distclean ifneq "$(wildcard /usr/share/misc/config.sub)" "" cp -f /usr/share/misc/config.sub config.sub @@ -64,12 +61,6 @@ install: build dh_clean -k dh_installdirs - # Add here commands to install the package into debian/tmw. - # Note : For now, the make install command doesn't install correctly datas - # and should put the exec in the same folder as data because it won't work without that. - # then, I have to use dh_install to do so until then. - # $(MAKE) install DESTDIR=$(CURDIR)/debian/tmw - # dh_install uses the tmw.install file dh_install -- cgit v1.2.3-60-g2f50