diff options
author | Yohann Ferreira <bertram@cegetel.net> | 2005-04-13 18:28:25 +0000 |
---|---|---|
committer | Yohann Ferreira <bertram@cegetel.net> | 2005-04-13 18:28:25 +0000 |
commit | d741206cc1751ffbbf1909271d66558572358bfc (patch) | |
tree | aebc1cac62f0f6c09c608a979065ce8b55a5cece /debian | |
parent | bff96a033e835c4a9f7758401c5ea37640cf2768 (diff) | |
download | mana-d741206cc1751ffbbf1909271d66558572358bfc.tar.gz mana-d741206cc1751ffbbf1909271d66558572358bfc.tar.bz2 mana-d741206cc1751ffbbf1909271d66558572358bfc.tar.xz mana-d741206cc1751ffbbf1909271d66558572358bfc.zip |
tweaking debian files to take changes into account
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/control | 12 | ||||
-rw-r--r-- | debian/copyright | 23 | ||||
-rwxr-xr-x | debian/rules | 11 |
4 files changed, 26 insertions, 23 deletions
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 <bertram@cegetel.net> 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 <bertram@cegetel.net> 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 <bertram@cegetel.net> -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 <elvenprogrammer@sourceforge.net> - Kth5 <kth5@gawab.com> - Ultramichy <celdron15@hotmail.com> - SimEdw <simon@crossnet.se> - Rotonen <j_orponen@hotmail.com> - Chetic <Chetic@gmail.com> - HammerBear <bjorn@lindeijer.nl> - Bertram <bertram@cegetel.net> - . 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 <bertram@cegetel.net>. 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 |