diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2008-12-26 17:39:13 +0100 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2008-12-26 17:39:13 +0100 |
commit | 6258015e48b1c612bd96b232b47ca560e4e84f00 (patch) | |
tree | 7986d18491025219b052bb67954826337dc185fe /packaging | |
parent | 7835e9afe3a493b27906b62aaa003c38d09b8114 (diff) | |
download | mana-6258015e48b1c612bd96b232b47ca560e4e84f00.tar.gz mana-6258015e48b1c612bd96b232b47ca560e4e84f00.tar.bz2 mana-6258015e48b1c612bd96b232b47ca560e4e84f00.tar.xz mana-6258015e48b1c612bd96b232b47ca560e4e84f00.zip |
Moved debian packaging scripts to packaging directory
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/debian/changelog | 77 | ||||
-rw-r--r-- | packaging/debian/compat | 1 | ||||
-rw-r--r-- | packaging/debian/control | 37 | ||||
-rw-r--r-- | packaging/debian/copyright | 49 | ||||
-rw-r--r-- | packaging/debian/patches/00list | 0 | ||||
-rw-r--r-- | packaging/debian/rules | 69 | ||||
-rw-r--r-- | packaging/debian/tmw-data.install | 5 | ||||
-rw-r--r-- | packaging/debian/tmw.desktop | 15 | ||||
-rw-r--r-- | packaging/debian/tmw.docs | 6 | ||||
-rw-r--r-- | packaging/debian/tmw.install | 5 | ||||
-rw-r--r-- | packaging/debian/tmw.menu | 4 | ||||
-rw-r--r-- | packaging/debian/tmw.sgml | 149 | ||||
-rw-r--r-- | packaging/debian/tmw.xpm | 776 | ||||
-rw-r--r-- | packaging/debian/watch | 2 |
14 files changed, 1195 insertions, 0 deletions
diff --git a/packaging/debian/changelog b/packaging/debian/changelog new file mode 100644 index 00000000..bc5b7579 --- /dev/null +++ b/packaging/debian/changelog @@ -0,0 +1,77 @@ +tmw (0.0.24-1) unstable; urgency=low + + * New upstream release. + * Wrapped configure script options line to a more human readable + format. + * Bumped Standards-Version to 3.7.3. + * Changed description in debian/tmw.menu, it is now called as an + adventure instead of an arcade game. + * Removed the ugly hyphen in the description of debian/tmw.desktop. + * Removed debian/tmw.6 manpage, because it is in upstream now. + * Removed 01-set-gl-texture-zero and 02-guichan_0.7 patches, + because they are fixed in the current upstream release. + * Removed now useless calls of dh_link and dh_installman in + debian/rules. + * Removed debian/tmw-data.docs, because the NEWS and AUTHORS file + is already in the tmw package. + * Removed deprecated encoding flag from debian/tmw.desktop. + * Added debian/watch file. + * Added homepage field to debian/control and removed the one from + the long descriptions. + * Added a break to the long description of tmw-data. It looks now + realy better. + * Added the tmw-dbg package, which provides the debugging symbols. + + -- Patrick Matthäi <patrick.matthaei@web.de> Mon, 24 Dec 2007 17:10:00 +0100 + +tmw (0.0.23-3) unstable; urgency=low + + * Added missing files data/graphics/images/ambient/*.png to + release. + Closes: #439861 + * Added guichan_0.7 patch to build tmw against guichan 0.7.1. + * debian/control: Changed guichan version to libguichan2 and + changed build dependencie from libcurl3-dev to libcurl4-gnutls-dev. + * debian/tmw.menu: Corrected menu entry categorie to Games/Adventure. + Thanks lintian. + * Fixed clean rule. Thanks lintian. + + -- Patrick Matthäi <patrick.matthaei@web.de> Thu, 6 Sep 2007 18:36:00 +0100 + +tmw (0.0.23-2) unstable; urgency=low + + * Added set-gl-texture-zero patch to set GL texture index + to zero when an image uses the SDL backend. + Closes: #427915 + * debian/control: Removed dependencie of tmw-data to tmw. + Closes: #427920 + * debian/control: Set tmw as recommends to tmw-data. + * debian/control: Added dpatch to the build dependencies. + * debian/control: Changed guichan version to libguichan1. + Closes: #435065 + * debian/tmw.docs: Added upstream ChangeLog to package. + * debian/rules: Removed now unneeded '--with-opengl' + configure flag. + + -- Patrick Matthäi <patrick.matthaei@web.de> Wed, 20 Jun 2007 08:55:12 +0100 + +tmw (0.0.23-1) unstable; urgency=low + + * Uploaded tmw to unstable. + Closes: #418725, #423275 + * New upstream release. + * debian/rules: No longer needed the tmw-icon rename + hack. Upstream renamed the icon files. + * debian/tmw.xpm: Added xpm icon file, because upstream + has forgotten it in the newest release. + + -- Patrick Matthäi <patrick.matthaei@web.de> Mon, 5 Jun 2007 21:05:36 +0100 + +tmw (0.0.22.2-1) experimental; urgency=low + + * Initial release. + * Uploading to experimental because we need libguichan0-dev (>= 0.6.1). + * src/main.cpp: + Moved tmw-icon.png to /usr/share/icons/tmw.png. + + -- Patrick Matthäi <patrick.matthaei@web.de> Tue, 6 Mar 2007 09:08:21 +0100 diff --git a/packaging/debian/compat b/packaging/debian/compat new file mode 100644 index 00000000..7ed6ff82 --- /dev/null +++ b/packaging/debian/compat @@ -0,0 +1 @@ +5 diff --git a/packaging/debian/control b/packaging/debian/control new file mode 100644 index 00000000..4372aaea --- /dev/null +++ b/packaging/debian/control @@ -0,0 +1,37 @@ +Source: tmw +Section: games +Priority: optional +Homepage: http://www.themanaworld.org/ +Maintainer: Patrick Matthäi <patrick.matthaei@web.de> +Build-Depends: debhelper (>= 5), dpkg-dev (>= 1.13.19), dpatch, autotools-dev, libcurl4-gnutls-dev, libgl1-mesa-dev, libguichan2-dev (>= 0.7.1), libsdl1.2-dev, libsdl-image1.2-dev, libsdl-net1.2-dev, libsdl-mixer1.2-dev, libphysfs-dev, libpng12-dev, libxml2-dev, zlib1g-dev +Standards-Version: 3.7.3 + +Package: tmw +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, tmw-data (= ${source:Version}) +Recommends: tmw-music +Description: The Mana World is a great Online Rolegame + based upon the Seiken Densetsu serie. It has its own universe, and its own + character management system, which will give you the opportunity to play in a + 2D heroic-fantasy world forever. + +Package: tmw-dbg +Architecture: any +Priority: extra +Depends: tmw (= ${binary:Version}) +Description: The Mana World is a great Online Rolegame (debugging symbols) + based upon the Seiken Densetsu serie. It has its own universe, and its own + character management system, which will give you the opportunity to play in a + 2D heroic-fantasy world forever. + . + This package provides debugging symbols for the tmw package. + +Package: tmw-data +Architecture: all +Recommends: tmw, tmw-music +Description: The Mana World is a great Online Rolegame (data files) + based upon the Seiken Densetsu serie. It has its own universe, and its own + character management system, which will give you the opportunity to play in a + 2D heroic-fantasy world forever. + . + This package contains the data files. diff --git a/packaging/debian/copyright b/packaging/debian/copyright new file mode 100644 index 00000000..a6a2b687 --- /dev/null +++ b/packaging/debian/copyright @@ -0,0 +1,49 @@ +This package was debianized by Patrick Matthäi <patrick.matthaei@web.de> on +Wed, 6 Feb 2007 09:16:23 +0100. + +It was downloaded from <http://www.themanaworld.org/>. + +Upstream Author: Eugenio Favalli <elvenprogrammer@gmail.com> + +License (src/utils/base64.h, src/utils/base64.cpp): + + Copyright (C) 1997-1998 PHP Development Team + + This program is free software; you can redistribute it and/or modify + it under the terms of one of the following licenses: + + A) the GNU General Public License as published by the Free Software + Foundation; either version 2 of the License, or (at your option) + any later version. + + B) the PHP License as published by the PHP Development Team and + included in the distribution in the file: LICENSE + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + +On Debian systems, the complete text of the GNU General Public License +can be found in /usr/share/common-licenses/GPL file. + +License (everything else): + + Copyright (C) 2004-2007 The The Mana World Development Team + + 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 + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU General Public License +can be found in /usr/share/common-licenses/GPL file. diff --git a/packaging/debian/patches/00list b/packaging/debian/patches/00list new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/packaging/debian/patches/00list diff --git a/packaging/debian/rules b/packaging/debian/rules new file mode 100644 index 00000000..614ee701 --- /dev/null +++ b/packaging/debian/rules @@ -0,0 +1,69 @@ +#!/usr/bin/make -f + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +include /usr/share/dpatch/dpatch.make + +# These are used for cross-compiling and for saving the configure script +# from having to guess our platform (since we know it already) +DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) + +config.status: patch + dh_testdir + CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) \ + --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr \ + --datadir=/usr/share/games --bindir=/usr/games --mandir=/usr/share/man + +build: build-stamp +build-stamp: config.status + dh_testdir + $(MAKE) + touch build-stamp + +clean: unpatch + dh_testdir + dh_testroot + rm -f build-stamp + [ ! -f Makefile ] || $(MAKE) distclean + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + +binary-indep: build install + dh_testdir -i + dh_testroot -i + dh_installchangelogs -i ChangeLog + dh_installdocs -i + dh_install -i + dh_compress -i + dh_fixperms -i + dh_installdeb -i + dh_gencontrol -i + dh_md5sums -i + dh_builddeb -i + +binary-arch: build install + dh_testdir -a + dh_testroot -a + dh_installchangelogs -a ChangeLog + dh_installdocs -a + dh_install -a + dh_desktop -a + dh_installmenu -a + dh_strip -a --dbg-package=tmw-dbg + dh_compress -a + dh_fixperms -a + dh_installdeb -a + dh_shlibdeps -a + dh_gencontrol -a + dh_md5sums -a + dh_builddeb -a + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure diff --git a/packaging/debian/tmw-data.install b/packaging/debian/tmw-data.install new file mode 100644 index 00000000..c9f6cb7b --- /dev/null +++ b/packaging/debian/tmw-data.install @@ -0,0 +1,5 @@ +data/graphics/gui/*.png usr/share/games/tmw/data/graphics/gui +data/graphics/images/*.png usr/share/games/tmw/data/graphics/images +data/graphics/images/ambient/*.png usr/share/games/tmw/data/graphics/images/ambient +data/graphics/tiles/*.png usr/share/games/tmw/data/graphics/tiles +data/help/*.txt usr/share/games/tmw/data/help diff --git a/packaging/debian/tmw.desktop b/packaging/debian/tmw.desktop new file mode 100644 index 00000000..f094f668 --- /dev/null +++ b/packaging/debian/tmw.desktop @@ -0,0 +1,15 @@ +[Desktop Entry] +Version=1.0 +Name=The Mana World +Name[fr]=Le Monde de Mana +Comment=An online fantasy role playing game +Comment[fr]=Un jeu en ligne dans un univers fantastique +Comment[de]=ein Online Fantasy Spiel +Comment[it]=Un gioco fantasy online +Comment[nl]=Een online role playing game +Exec=tmw +StartupNotify=false +Terminal=false +Type=Game +Icon=tmw.png +Categories=Game diff --git a/packaging/debian/tmw.docs b/packaging/debian/tmw.docs new file mode 100644 index 00000000..d622a527 --- /dev/null +++ b/packaging/debian/tmw.docs @@ -0,0 +1,6 @@ +AUTHORS +NEWS +README +ChangeLog +docs/progression.txt +docs/FAQ.txt diff --git a/packaging/debian/tmw.install b/packaging/debian/tmw.install new file mode 100644 index 00000000..037ccf54 --- /dev/null +++ b/packaging/debian/tmw.install @@ -0,0 +1,5 @@ +debian/tmw.desktop usr/share/applications +debian/tmw.xpm usr/share/pixmaps +data/icons/tmw.png usr/share/icons +docs/tmw.6 usr/share/man/man6 +src/tmw usr/games diff --git a/packaging/debian/tmw.menu b/packaging/debian/tmw.menu new file mode 100644 index 00000000..4af5ad0a --- /dev/null +++ b/packaging/debian/tmw.menu @@ -0,0 +1,4 @@ +?package(tmw):needs="X11" section="Games/Adventure"\ + title="The Mana World"\ + description="The Mana World is an Online Fantasy adventure game."\ + command="/usr/games/tmw" icon="/usr/share/pixmaps/tmw.xpm" diff --git a/packaging/debian/tmw.sgml b/packaging/debian/tmw.sgml new file mode 100644 index 00000000..0ed18199 --- /dev/null +++ b/packaging/debian/tmw.sgml @@ -0,0 +1,149 @@ +<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [ + +<!-- Process this file with docbook-to-man to generate an nroff manual + page: `docbook-to-man manpage.sgml > manpage.1'. You may view + the manual page with: `docbook-to-man manpage.sgml | nroff -man | + less'. A typical entry in a Makefile or Makefile.am is: + +manpage.1: manpage.sgml + docbook-to-man $< > $@ + + + The docbook-to-man binary is found in the docbook-to-man package. + Please remember that if you create the nroff version in one of the + debian/rules file targets (such as build), you will need to include + docbook-to-man in your Build-Depends control field. + + --> + + <!-- Fill in your name for FIRSTNAME and SURNAME. --> + <!ENTITY dhfirstname "<firstname>FERREIRA</firstname>"> + <!ENTITY dhsurname "<surname>Yohann</surname>"> + <!-- Please adjust the date whenever revising the manpage. --> + <!ENTITY dhdate "<date>avril 13, 2005</date>"> + <!-- SECTION should be 1-8, maybe w/ subsection other parameters are + allowed: see man(7), man(1). --> + <!ENTITY dhsection "<manvolnum>6</manvolnum>"> + <!ENTITY dhemail "<email>bertram@cegetel.net</email>"> + <!ENTITY dhusername "FERREIRA Yohann"> + <!ENTITY dhucpackage "<refentrytitle>TMW</refentrytitle>"> + <!ENTITY dhpackage "tmw"> + + <!ENTITY debian "<productname>Debian</productname>"> + <!ENTITY gnu "<acronym>GNU</acronym>"> + <!ENTITY gpl "&gnu; <acronym>GPL</acronym>"> +]> + +<refentry> + <refentryinfo> + <address> + &dhemail; + </address> + <author> + &dhfirstname; + &dhsurname; + </author> + <copyright> + <year>2003</year> + <holder>&dhusername;</holder> + </copyright> + &dhdate; + </refentryinfo> + <refmeta> + &dhucpackage; + + &dhsection; + </refmeta> + <refnamediv> + <refname>&dhpackage;</refname> + + <refpurpose>tmw is the abreviation of The Mana World : A Fantasy Online Game</refpurpose> + </refnamediv> + <refsynopsisdiv> + <cmdsynopsis> + <command>&dhpackage;</command> + </cmdsynopsis> + </refsynopsisdiv> + <refsect1> + <title>DESCRIPTION</title> + + <para>This manual page documents briefly the + <command>&dhpackage;</command> ingame + commands.</para> + <para><command>&dhpackage;</command> is a Great Online Game based upon the Seiken Densetsu Serie. +It has its own universe, and and its own character management system, which will +give you the opportunity to play in a 2D heroic-fantasy world forever.</para> + + </refsect1> + <refsect1> + <title>COMMON KEYS</title> + + <para>Arrow Keys, Key Pad Keys (Diagonals Supported). +Move your character around. + +Left Ctrl : +Make your character attack. + +G : +Get Items on the ground or in a chest. + +Alt + 1...9 : +Shows an Emoticon above your character. + +Alt + I : +Shows / Hide Inventory Window. + +Alt + K : +Shows / Hide Skills Window. + +Alt + E : +Shows / Hide Equipment Window. + +Alt + C : +Shows Configuration Window. +</para> + + </refsect1> + <refsect1> + <title>SEE ALSO</title> + + <para>libguichan (2).</para> + + <para>The program is documented fully by <citetitle>The Mana World Team</citetitle> available via the + website http://www.manaworld.org/</para> + </refsect1> + <refsect1> + <title>AUTHOR</title> + + <para>This manual page was written by &dhusername; &dhemail; for + the &debian; system (but may be used by others). Permission is + granted to copy, distribute and/or modify this document under + the terms of the &gnu; General Public License, Version 2 any + later version published by the Free Software Foundation. + </para> + <para> + On Debian systems, the complete text of the GNU General Public + License can be found in /usr/share/common-licenses/GPL. + </para> + + </refsect1> +</refentry> + +<!-- Keep this comment at the end of the file +Local variables: +mode: sgml +sgml-omittag:t +sgml-shorttag:t +sgml-minimize-attributes:nil +sgml-always-quote-attributes:t +sgml-indent-step:2 +sgml-indent-data:t +sgml-parent-document:nil +sgml-default-dtd-file:nil +sgml-exposed-tags:nil +sgml-local-catalogs:nil +sgml-local-ecat-files:nil +End: +--> + + diff --git a/packaging/debian/tmw.xpm b/packaging/debian/tmw.xpm new file mode 100644 index 00000000..46ce5c87 --- /dev/null +++ b/packaging/debian/tmw.xpm @@ -0,0 +1,776 @@ +/* XPM */ +static char * tmw_xpm[] = { +"32 32 741 2", +" c None", +". c #E8ED72", +"+ c #E7ED6A", +"@ c #E1EB62", +"# c #D4E758", +"$ c #D2E750", +"% c #CDE748", +"& c #F5F4A1", +"* c #F3F294", +"= c #EBEE81", +"- c #EAEE77", +"; c #E6ED6F", +"> c #E1EB68", +", c #D9E859", +"' c #D3E851", +") c #CCE549", +"! c #C7E643", +"~ c #BEE239", +"{ c #B3DF32", +"] c #F8F8C4", +"^ c #F9F7B3", +"/ c #F4F3A2", +"( c #F4F397", +"_ c #F5F39A", +": c #F2F399", +"< c #E2EA6D", +"[ c #DFEA66", +"} c #DAE95C", +"| c #D3E753", +"1 c #CAE54B", +"2 c #C7E545", +"3 c #BFE23C", +"4 c #B7E034", +"5 c #B1E130", +"6 c #A5DC28", +"7 c #F9F9DA", +"8 c #F9F8CA", +"9 c #F8F7C9", +"0 c #F8F7CD", +"a c #F9F7C7", +"b c #F9F7B8", +"c c #F7F5A8", +"d c #E6EC73", +"e c #E0EA68", +"f c #DBE95D", +"g c #D8E956", +"h c #D2E850", +"i c #C4E343", +"j c #BEE23D", +"k c #B2E036", +"l c #A9DE2E", +"m c #A0DC29", +"n c #91D823", +"o c #F9F9F5", +"p c #F9F9EA", +"q c #F9F9E2", +"r c #F9F8E9", +"s c #F9F8E1", +"t c #F9F7D3", +"u c #F9F7BC", +"v c #F9F7AF", +"w c #E8EE80", +"x c #E2EC6F", +"y c #DBEA61", +"z c #D3E755", +"A c #CAE44C", +"B c #C6E446", +"C c #BDE441", +"D c #B8E337", +"E c #AADE30", +"F c #9DDA2A", +"G c #91D722", +"H c #87D61F", +"I c #7FD61B", +"J c #F9F9F8", +"K c #F9F9F7", +"L c #F9F9F0", +"M c #F9F8EC", +"N c #F9F7E1", +"O c #F9F7D7", +"P c #F9F7C9", +"Q c #F9F7B4", +"R c #EBF092", +"S c #E1EB69", +"T c #DBE95F", +"U c #D3E654", +"V c #CCE44A", +"W c #C9E647", +"X c #BDE13D", +"Y c #B1DE35", +"Z c #A8DD30", +"` c #9BDA29", +" . c #94D823", +".. c #8CD921", +"+. c #82D71C", +"@. c #7CD716", +"#. c #F9F9F9", +"$. c #F9F8F5", +"%. c #F9F7EE", +"&. c #F9F7E4", +"*. c #F9F7D5", +"=. c #F9F7CB", +"-. c #F9F7BF", +";. c #F4F39E", +">. c #E1EA76", +",. c #E0EA69", +"'. c #D9E85D", +"). c #D7E859", +"!. c #CCE64E", +"~. c #C1E343", +"{. c #BBE23C", +"]. c #B0DF34", +"^. c #A9DD2F", +"/. c #9AD928", +"(. c #90D822", +"_. c #8AD81F", +":. c #81D81B", +"<. c #76D517", +"[. c #F9F7F6", +"}. c #F9F7F4", +"|. c #F9F5D3", +"1. c #F9F6C7", +"2. c #F9F6B9", +"3. c #E6EC86", +"4. c #E6ED72", +"5. c #E3ED6C", +"6. c #D6E75E", +"7. c #D1E655", +"8. c #C7E34A", +"9. c #C1E141", +"0. c #B2DD39", +"a. c #B3E135", +"b. c #A6DE30", +"c. c #9BDB29", +"d. c #97DA24", +"e. c #87D71E", +"f. c #82D71B", +"g. c #87DA1F", +"h. c #63CF12", +"i. c #F8F8F8", +"j. c #F9F7F5", +"k. c #F9F5E3", +"l. c #F9F5D4", +"m. c #F9F6B8", +"n. c #EDF198", +"o. c #E1EB6F", +"p. c #E1EC68", +"q. c #D8E95C", +"r. c #D3E752", +"s. c #C9E44A", +"t. c #C7E746", +"u. c #BEE43D", +"v. c #B0E138", +"w. c #A8E02D", +"x. c #A3DF29", +"y. c #B4E226", +"z. c #CDEB2C", +"A. c #B9E925", +"B. c #6DD213", +"C. c #56C90F", +"D. c #F9F8F4", +"E. c #F9F7EB", +"F. c #F9F7F2", +"G. c #F9F5EA", +"H. c #F9F3DE", +"I. c #F9F4CF", +"J. c #F9F5C5", +"K. c #F9F5B8", +"L. c #F8F7B2", +"M. c #F1F495", +"N. c #E3EC6B", +"O. c #D8E859", +"P. c #CEE650", +"Q. c #C8E449", +"R. c #C2E441", +"S. c #BAE139", +"T. c #E7F24F", +"U. c #E3F347", +"V. c #DCF13E", +"W. c #D9F137", +"X. c #CDEE30", +"Y. c #C3EB27", +"Z. c #85D919", +"`. c #4FC90E", +" + c #F7F7F2", +".+ c #F9F9F2", +"++ c #F9F8ED", +"@+ c #F9F5EE", +"#+ c #F9F4E4", +"$+ c #F9F5DC", +"%+ c #F9F6D1", +"&+ c #F9F6C2", +"*+ c #F9F6B7", +"=+ c #F9F6A6", +"-+ c #F8F599", +";+ c #F7F591", +">+ c #F4F584", +",+ c #D7EB61", +"'+ c #C5E447", +")+ c #BAE13E", +"!+ c #B8E23A", +"~+ c #B8E132", +"{+ c #E6F349", +"]+ c #E1F343", +"^+ c #DAF13B", +"/+ c #D2EF33", +"(+ c #CBEE2E", +"_+ c #C1EA25", +":+ c #A9E61F", +"<+ c #55CE10", +"[+ c #4FC60D", +"}+ c #F8F8E9", +"|+ c #F9F9E8", +"1+ c #F9F9E7", +"2+ c #F9F8E4", +"3+ c #F9F7F0", +"4+ c #F9F6EF", +"5+ c #F9F5E7", +"6+ c #F9F3DB", +"7+ c #F9F5D6", +"8+ c #F9F7CE", +"9+ c #F9F7BE", +"0+ c #F9F7B7", +"a+ c #F9F7A5", +"b+ c #F7F691", +"c+ c #F6F588", +"d+ c #F5F580", +"e+ c #DBEE6B", +"f+ c #BAE13D", +"g+ c #B5E137", +"h+ c #A5DB2E", +"i+ c #E0F041", +"j+ c #DBF140", +"k+ c #DAF138", +"l+ c #D1EE32", +"m+ c #C6EB2B", +"n+ c #C0EC27", +"o+ c #BAEB22", +"p+ c #65D517", +"q+ c #4FCC0B", +"r+ c #F9F9D7", +"s+ c #F9F9D6", +"t+ c #F9F8EA", +"u+ c #F9F7E8", +"v+ c #F9F5E5", +"w+ c #F9F5DD", +"x+ c #F9F2D2", +"y+ c #F9F3CA", +"z+ c #F9F6C3", +"A+ c #F9F7BA", +"B+ c #F9F8B2", +"C+ c #F8F89E", +"D+ c #F8F58E", +"E+ c #F5F583", +"F+ c #EFF479", +"G+ c #C5E557", +"H+ c #C5E543", +"I+ c #B9E13B", +"J+ c #9FDA2A", +"K+ c #CEEC3B", +"L+ c #D9EF38", +"M+ c #D4EE32", +"N+ c #D1EF30", +"O+ c #C8ED2A", +"P+ c #C2EB26", +"Q+ c #B5E81E", +"R+ c #80DC1C", +"S+ c #46C80B", +"T+ c #F0F1C0", +"U+ c #F9F8C7", +"V+ c #F9F9C6", +"W+ c #F9F8D5", +"X+ c #F9F7DF", +"Y+ c #F9F6D6", +"Z+ c #F9F5D0", +"`+ c #F9F3C4", +" @ c #F9F3BC", +".@ c #F9F5B5", +"+@ c #F9F7B0", +"@@ c #F9F8A4", +"#@ c #F7F796", +"$@ c #EFF386", +"%@ c #D3E865", +"&@ c #C7E450", +"*@ c #C0E242", +"=@ c #BEE33F", +"-@ c #B5E036", +";@ c #A7DB2F", +">@ c #A0DC2B", +",@ c #C4E32F", +"'@ c #DCF139", +")@ c #D2ED2E", +"!@ c #CAEC2A", +"~@ c #CBEF2B", +"{@ c #BEEA22", +"]@ c #B2E81E", +"^@ c #8FDD17", +"/@ c #3DC209", +"(@ c #33BC07", +"_@ c #F5F5B4", +":@ c #F6F6AE", +"<@ c #F6F6B1", +"[@ c #F7F7B3", +"}@ c #F2F3AB", +"|@ c #F3F198", +"1@ c #F8F5BA", +"2@ c #F9F4B6", +"3@ c #F9F3AF", +"4@ c #F9F4A4", +"5@ c #F8F7A2", +"6@ c #F7F799", +"7@ c #F6F68A", +"8@ c #DDEC69", +"9@ c #CEE74F", +"0@ c #C0E03C", +"a@ c #D5EA4C", +"b@ c #BEE23A", +"c@ c #A9DF2F", +"d@ c #9EDD2A", +"e@ c #BEE22A", +"f@ c #DCF23A", +"g@ c #D4F033", +"h@ c #CBED2A", +"i@ c #C5ED29", +"j@ c #BDEB22", +"k@ c #B4E81E", +"l@ c #A5E618", +"m@ c #41C209", +"n@ c #3ABF07", +"o@ c #DCDC8A", +"p@ c #F3F49B", +"q@ c #F3F49D", +"r@ c #F2F49D", +"s@ c #F4F59F", +"t@ c #F4F59D", +"u@ c #F1F498", +"v@ c #F8F7BF", +"w@ c #F9F6AF", +"x@ c #F8F39A", +"y@ c #F8F594", +"z@ c #F5F57D", +"A@ c #DDEC66", +"B@ c #C2E144", +"C@ c #BDE13F", +"D@ c #BFD82E", +"E@ c #E6EF4E", +"F@ c #E1F04A", +"G@ c #C2E433", +"H@ c #CDEA34", +"I@ c #DDF03F", +"J@ c #D4EF36", +"K@ c #CFEF30", +"L@ c #CBEE2A", +"M@ c #C2EC26", +"N@ c #B7E91F", +"O@ c #ADE71C", +"P@ c #A0E517", +"Q@ c #3FC008", +"R@ c #33BD06", +"S@ c #DDD97B", +"T@ c #F2F392", +"U@ c #F0F28F", +"V@ c #F1F38C", +"W@ c #F6F7BE", +"X@ c #F5F6B7", +"Y@ c #F5F5B2", +"Z@ c #F9F6A7", +"`@ c #F9F6A3", +" # c #F8F59C", +".# c #F8F38D", +"+# c #F7F58C", +"@# c #F5F687", +"## c #F3F576", +"$# c #F0F575", +"%# c #DDEC57", +"&# c #D8EA49", +"*# c #DDE946", +"=# c #E8F14F", +"-# c #E3F148", +";# c #E2F346", +"># c #E1F345", +",# c #D8F039", +"'# c #D1EF31", +")# c #CAED2C", +"!# c #C4EC27", +"~# c #C1ED24", +"{# c #B6EA1F", +"]# c #AFEA1C", +"^# c #A4E717", +"/# c #3EBF08", +"(# c #37C206", +"_# c #E8EB6C", +":# c #E6ED76", +"<# c #E4EC73", +"[# c #ECEF86", +"}# c #F8F7A7", +"|# c #F9F7A7", +"1# c #F8F7A3", +"2# c #F8F69D", +"3# c #F8F69A", +"4# c #F7F48A", +"5# c #F6F27B", +"6# c #F6F482", +"7# c #F3F57B", +"8# c #F1F574", +"9# c #F0F46C", +"0# c #EBF25E", +"a# c #EBF259", +"b# c #E7F152", +"c# c #E1EF44", +"d# c #DFEF40", +"e# c #D7EE3B", +"f# c #DAF039", +"g# c #D7F137", +"h# c #D1F032", +"i# c #CCEF2C", +"j# c #C6EE26", +"k# c #B7EA1F", +"l# c #AAE81A", +"m# c #97E415", +"n# c #37BE07", +"o# c #2CAF05", +"p# c #D5DC5B", +"q# c #E4ED6F", +"r# c #E9F082", +"s# c #F8F7A1", +"t# c #F8F79D", +"u# c #F7F696", +"v# c #F6F68B", +"w# c #F5F37B", +"x# c #F5F378", +"y# c #F3F372", +"z# c #F1F36C", +"A# c #EEF468", +"B# c #ECF35D", +"C# c #EAF256", +"D# c #E7F151", +"E# c #E4F148", +"F# c #E0F043", +"G# c #E1F143", +"H# c #D9EF39", +"I# c #D2ED31", +"J# c #CEF030", +"K# c #C9EF2A", +"L# c #C0ED25", +"M# c #ADE61C", +"N# c #A7E619", +"O# c #A5E818", +"P# c #80D913", +"Q# c #34BE06", +"R# c #35BF05", +"S# c #E0EC61", +"T# c #E4ED72", +"U# c #F7F792", +"V# c #F7F791", +"W# c #F8F78F", +"X# c #F6F687", +"Y# c #F6F688", +"Z# c #F3F377", +"`# c #F4F474", +" $ c #F1F472", +".$ c #EEF46D", +"+$ c #DEEB59", +"@$ c #E7F059", +"#$ c #E9F356", +"$$ c #E9F255", +"%$ c #E7F24D", +"&$ c #E6F245", +"*$ c #E4F243", +"=$ c #DFF240", +"-$ c #D7EF36", +";$ c #CCEB2B", +">$ c #CDEE2C", +",$ c #C5ED2A", +"'$ c #BDEB25", +")$ c #ADE71E", +"!$ c #A6E51A", +"~$ c #9AE316", +"{$ c #93E214", +"]$ c #5CC30B", +"^$ c #34BD05", +"/$ c #DDEC59", +"($ c #D6E858", +"_$ c #F5F57C", +":$ c #F5F680", +"<$ c #F5F67E", +"[$ c #F5F67C", +"}$ c #F4F574", +"|$ c #F1F26A", +"1$ c #F2F46F", +"2$ c #EFF468", +"3$ c #BCE24A", +"4$ c #BBDF38", +"5$ c #B9DB30", +"6$ c #C3DF33", +"7$ c #DDED42", +"8$ c #E5F249", +"9$ c #DEF03D", +"0$ c #D5EF35", +"a$ c #CEEE2E", +"b$ c #C1E925", +"c$ c #B9E923", +"d$ c #B1E71E", +"e$ c #ABE619", +"f$ c #A8E517", +"g$ c #94E113", +"h$ c #83DE11", +"i$ c #35AD06", +"j$ c #2FBB04", +"k$ c #CEE249", +"l$ c #CFE54B", +"m$ c #E8F16F", +"n$ c #F5F578", +"o$ c #F4F674", +"p$ c #F1F46D", +"q$ c #F2F268", +"r$ c #F1F366", +"s$ c #EFF462", +"t$ c #DEEF5B", +"u$ c #B3E039", +"v$ c #B4E037", +"w$ c #AEDE31", +"x$ c #A6DB2B", +"y$ c #BBE331", +"z$ c #E3F243", +"A$ c #DFF141", +"B$ c #D9F038", +"C$ c #D9F136", +"D$ c #CDEF2E", +"E$ c #C7EE2A", +"F$ c #BDEB24", +"G$ c #B7EA1D", +"H$ c #A0E316", +"I$ c #96E214", +"J$ c #93E212", +"K$ c #6DD10D", +"L$ c #2CAD04", +"M$ c #2AB303", +"N$ c #CDE746", +"O$ c #CDE74B", +"P$ c #F0F56D", +"Q$ c #F2F46A", +"R$ c #F0F264", +"S$ c #ECF15A", +"T$ c #EFF361", +"U$ c #EDF45A", +"V$ c #EBF45C", +"W$ c #B9E239", +"X$ c #B6E335", +"Y$ c #ADE02E", +"Z$ c #A9E02B", +"`$ c #A4DE28", +" % c #DFF243", +".% c #D7EF35", +"+% c #D5EF31", +"@% c #D4F031", +"#% c #CDEF2C", +"$% c #C7ED28", +"%% c #C6EE27", +"&% c #C1EE23", +"*% c #B6EC1F", +"=% c #A7E818", +"-% c #67CC0E", +";% c #47C208", +">% c #34B906", +",% c #2DBD04", +"'% c #C1E23C", +")% c #C3E53E", +"!% c #D7EB4F", +"~% c #EEF257", +"{% c #ECF057", +"]% c #EAF051", +"^% c #EBF255", +"/% c #EBF452", +"(% c #E9F450", +"_% c #B8E137", +":% c #A3DB2A", +"<% c #A5DF2B", +"[% c #98DA26", +"}% c #8CD621", +"|% c #90D41D", +"1% c #BFE326", +"2% c #D0EE2D", +"3% c #CEEF2E", +"4% c #C8EE28", +"5% c #C1ED26", +"6% c #BCEC22", +"7% c #B9ED20", +"8% c #9FE419", +"9% c #70CD0F", +"0% c #35B906", +"a% c #34C005", +"b% c #30C005", +"c% c #26B503", +"d% c #B7E036", +"e% c #B7E239", +"f% c #E2EF4B", +"g% c #EBF451", +"h% c #E5F14B", +"i% c #E4F04B", +"j% c #E7F451", +"k% c #E6F44B", +"l% c #B6DD2C", +"m% c #ABDC25", +"n% c #B4DF23", +"o% c #A3D61D", +"p% c #96D91D", +"q% c #86D218", +"r% c #B3DE21", +"s% c #CAED2B", +"t% c #C6EC25", +"u% c #BEEB22", +"v% c #BDEC20", +"w% c #B3EA1D", +"x% c #9AE017", +"y% c #46BC07", +"z% c #40C107", +"A% c #35C206", +"B% c #2EBE05", +"C% c #2BBD04", +"D% c #B2E130", +"E% c #B5E334", +"F% c #DFF042", +"G% c #E4F147", +"H% c #E5F348", +"I% c #E2F246", +"J% c #E4F445", +"K% c #DFF33F", +"L% c #E0F33D", +"M% c #DCF238", +"N% c #D8F034", +"O% c #D2EF2E", +"P% c #CBEB29", +"Q% c #D1EF2D", +"R% c #C7ED26", +"S% c #C5EE26", +"T% c #B7EA20", +"U% c #B5EA1D", +"V% c #AEEA1B", +"W% c #85D813", +"X% c #3FC208", +"Y% c #3AC507", +"Z% c #33C005", +"`% c #2BBB04", +" & c #26A903", +".& c #A9E029", +"+& c #A5DF29", +"@& c #A5DE29", +"#& c #D8EE3D", +"$& c #E4F341", +"%& c #E2F340", +"&& c #E0F33C", +"*& c #DDF239", +"=& c #D9F236", +"-& c #D6F133", +";& c #D3F131", +">& c #CEEE2A", +",& c #CEEF28", +"'& c #CBEF29", +")& c #BFEB22", +"!& c #B2EB23", +"~& c #81DD1D", +"{& c #6DCF11", +"]& c #68D10F", +"^& c #4CCB0E", +"/& c #39C407", +"(& c #33C106", +"_& c #2ABB04", +":& c #27B803", +"<& c #97DA23", +"[& c #98DC24", +"}& c #95DC23", +"|& c #93DB25", +"1& c #99DF2A", +"2& c #C6EC31", +"3& c #C6EB2E", +"4& c #ADE026", +"5& c #C1E928", +"6& c #CCEE29", +"7& c #C9ED26", +"8& c #B9EA21", +"9& c #8FD718", +"0& c #4FC30C", +"a& c #4DCB0B", +"b& c #49CB0A", +"c& c #3DC508", +"d& c #3DC808", +"e& c #34C306", +"f& c #2DBC04", +"g& c #2CBF04", +"h& c #88D81D", +"i& c #87D81A", +"j& c #86D81A", +"k& c #7ED518", +"l& c #75D015", +"m& c #71D113", +"n& c #84DB1A", +"o& c #9DE524", +"p& c #7CD316", +"q& c #62CA0E", +"r& c #5AC80B", +"s& c #55C90B", +"t& c #46CA0A", +"u& c #41C708", +"v& c #3DC907", +"w& c #36C406", +"x& c #30C205", +"y& c #27AA04", +"z& c #75D016", +"A& c #79D516", +"B& c #73D515", +"C& c #6AD113", +"D& c #6CD413", +"E& c #65D211", +"F& c #5BCD0F", +"G& c #56CD0E", +"H& c #58D10E", +"I& c #50CC0C", +"J& c #48C809", +"K& c #40C708", +"L& c #3FC607", +"M& c #40C907", +"N& c #38C706", +"O& c #32C105", +"P& c #57BE0F", +"Q& c #61D111", +"R& c #66D411", +"S& c #62D20F", +"T& c #57CD0D", +"U& c #57D00C", +"V& c #4DCC0C", +"W& c #4BCD0A", +"X& c #40C608", +"Y& c #3DC807", +"Z& c #30B505", +"`& c #4BBC0B", +" * c #4CC20A", +".* c #48BF0A", +"+* c #45C109", +"@* c #38B507", +"#* c #31B506", +" . + @ # $ % ", +" & * = - ; > , ' ) ! ~ { ", +" ] ^ / ( _ : < [ } | 1 2 3 4 5 6 ", +" 7 8 9 0 a b c d e f g h i j k l m n ", +" o p q r s t a u v w x y z A B C D E F G H I ", +" J K L o M N O P u Q R S T U V W X Y Z ` ...+.@. ", +" #.K J $.%.&.*.=.-.;.>.,.'.).!.~.{.].^./.(._.:.<. ", +" #.#.J [.}.%.&.|.1.2.3.4.5.6.7.8.9.0.a.b.c.d.e.f.g.h. ", +" i.#.K [.j.}.%.k.l.1.m.n.o.p.q.r.s.t.u.v.E w.x.y.z.A.B.C. ", +" #.K D.E.}.F.G.H.I.J.K.L.M.N.O.P.Q.R.S.D T.U.V.W.X.Y.Z.`. ", +" +.+.+++&.F.@+#+$+%+&+*+=+-+;+>+,+'+)+!+~+{+]+^+/+(+_+:+<+[+ ", +" }+|+1+2+3+4+5+6+7+8+9+0+a+b+c+d+e+9.f+g+h+i+j+k+l+m+n+o+p+q+ ", +" r+r+s+t+u+v+w+x+y+z+A+B+C+D+E+F+G+H+I+].J+K+L+M+N+O+P+Q+R+S+ ", +"T+U+V+V+W+X+Y+Z+`+ @.@+@@@#@$@%@&@*@=@-@;@>@,@'@)@!@~@{@]@^@/@(@", +"_@:@<@[@[@}@|@1@2@3@4@5@6@7@8@9@W 0@a@b@c@d@e@f@g@h@i@j@k@l@m@n@", +"o@p@q@r@s@t@u@v@w@4@x@y@b+z@A@B@C@D@E@F@G@H@I@J@K@L@M@N@O@P@Q@R@", +"S@T@U@V@W@X@Y@Z@`@ #.#+#@###$#%#&#*#=#-#;#>#,#'#)#!#~#{#]#^#/#(#", +"_#:#<#[#}#|#1#2#3#4#5#6#7#8#9#0#a#b#c#d#e#f#g#h#i#j#k#O@l#m#n#o#", +"p#q#r#5@s#t#u#b+v#w#x#y#z#A#B#C#D#E#F#G#H#I#'#J#K#L#M#N#O#P#Q#R#", +" S#T#U#V#W#X#Y#Z#`# $.$+$@$#$$$%$&$*$=$-$;$>$,$'$)$!$~${$]$^$ ", +" /$($_$:$<$[$}$|$1$2$3$4$5$6$7$8$G#9$k+0$a$b$c$d$e$f$g$h$i$j$ ", +" k$l$m$n$o$p$q$r$s$t$u$v$w$x$y$z$A$B$C$'#D$E$F$G$H$I$J$K$L$M$ ", +" N$O$P$Q$R$S$T$U$V$W$X$Y$Z$`$ %.%+%@%#%$%%%&%*%=%-%;%>%,% ", +" '%)%!%~%{%]%^%/%(%_%:%<%[%}%|%1%2%3%4%5%6%7%8%9%0%a%b%c% ", +" d%e%f%g%h%i%j%k%l%m%n%o%p%q%r%s%t%u%v%w%x%y%z%A%B%C% ", +" D%E%F%G%H%I%J%K%L%M%N%O%P%Q%R%S%T%U%V%W%X%Y%Z%`% & ", +" .&+&@&#&$&%&&&*&=&-&;&>&,&'&)&!&~&{&]&^&/&(&_&:& ", +" <&[&}&|&1&2&3&4&5&6&7&{@8&9&0&a&b&c&d&e&f&g& ", +" h&i&j&k&l&m&n&o&p&q&r&s&a&t&u&v&w&x&y& ", +" z&A&B&C&D&E&F&G&H&I&J&K&L&M&N&O& ", +" P&Q&R&S&T&U&V&W&X&Y&v&Z& ", +" `& *.*+*@*#* "}; diff --git a/packaging/debian/watch b/packaging/debian/watch new file mode 100644 index 00000000..01aa13f7 --- /dev/null +++ b/packaging/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://sf.net/themanaworld/tmw-(.*)\.tar\.gz |