--- mirrormagic-2.0.2.0deb1.orig/src/main.h +++ mirrormagic-2.0.2.0deb1/src/main.h @@ -459,7 +459,9 @@ #endif extern struct HiScore highscore[]; extern struct TapeInfo tape; -extern struct JoystickInfo joystick[]; +// this joystick array is not used, and interferes with amd64 compilation under +// gcc4, so comment it out. +//extern struct JoystickInfo joystick[]; extern struct SetupInfo setup; extern struct GameInfo game; extern struct LaserInfo laser; --- mirrormagic-2.0.2.0deb1.orig/src/libgame/gadgets.c +++ mirrormagic-2.0.2.0deb1/src/libgame/gadgets.c @@ -18,6 +18,12 @@ #include "text.h" #include "misc.h" +/* check for 64bit */ +#ifdef _LP64 +#ifndef L64 +#define L64 1 +#endif +#endif /* values for DrawGadget() */ #define DG_UNPRESSED 0 @@ -301,11 +307,19 @@ break; case GDI_TYPE: +#ifdef L64 + gi->type = va_arg(ap, int); +#else gi->type = va_arg(ap, unsigned long); +#endif break; case GDI_STATE: +#ifdef L64 + gi->state = va_arg(ap, int); +#else gi->state = va_arg(ap, unsigned long); +#endif break; case GDI_CHECKED: --- mirrormagic-2.0.2.0deb1.orig/debian/rules +++ mirrormagic-2.0.2.0deb1/debian/rules @@ -0,0 +1,83 @@ +#!/usr/bin/make -f +# Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +UPSTREAM_VERSION=2.0.2 + +build: build-indep build-arch build-stamp +build-stamp: + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + [ ! -f Makefile ] || $(MAKE) -i clean + dh_clean + +# Build architecture-independent files here. +build-indep: +# nothing to do by default + +# Build architecture-dependent files here. +build-arch: + dh_testdir + $(MAKE) sdl + + +# Build architecture-independent files here. +binary-indep: + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs -pmirrormagic-data + dh_install -pmirrormagic-data + dh_installdocs -pmirrormagic-data + dh_installdebconf + dh_installchangelogs -pmirrormagic-data + dh_link -pmirrormagic-data + dh_compress -pmirrormagic-data + dh_fixperms -pmirrormagic-data + dh_installdeb -pmirrormagic-data + dh_gencontrol -pmirrormagic-data + dh_md5sums -pmirrormagic-data + dh_builddeb -pmirrormagic-data + +# Build architecture-dependent files here. +binary-arch: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs -pmirrormagic + dh_install -pmirrormagic + dh_installdocs -pmirrormagic README CHANGES CREDITS TODO mirrormagic-${UPSTREAM_VERSION}.lsm + dh_installdebconf -pmirrormagic + dh_installmenu -pmirrormagic + dh_installman -pmirrormagic debian/mirrormagic.6 + dh_installchangelogs -pmirrormagic CHANGES + dh_link -pmirrormagic + dh_lintian -pmirrormagic + dh_strip -pmirrormagic + dh_compress -pmirrormagic + dh_fixperms -pmirrormagic +# dh_fixperms ought to recognise games and set permissions accordingly, +# but it doesn't. + chown root:games debian/mirrormagic/usr/games/mirrormagic + chmod g+s debian/mirrormagic/usr/games/mirrormagic + chown -R root:games debian/mirrormagic/var/games/mirrormagic +# need group write permission to record high scores in /var/games/mirrormagic + chmod -R g+rws debian/mirrormagic/var/games/mirrormagic + + dh_installdeb -pmirrormagic + dh_shlibdeps -pmirrormagic + dh_gencontrol -pmirrormagic + dh_md5sums -pmirrormagic + dh_builddeb -pmirrormagic + +source diff: + @echo >&2 'source and diff are obsolete - use dpkg-source -b'; false + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary --- mirrormagic-2.0.2.0deb1.orig/debian/compat +++ mirrormagic-2.0.2.0deb1/debian/compat @@ -0,0 +1 @@ +6 --- mirrormagic-2.0.2.0deb1.orig/debian/README.Debian +++ mirrormagic-2.0.2.0deb1/debian/README.Debian @@ -0,0 +1,25 @@ +Version 2.0.0 has a compilation choice between simple X11 and SDL. +I have chosen to use sdl since it provides real music (as opposed to mere +noises) and because it supports full-screen mode. + +Note however that the upstream music loops in the music directory have been +deleted from the Debian version, since it is not clear that we have permission +to distributed them (see bug #229747). You may place your own sound loops in +the music directory if you like (recompile the package or try placing them in +/usr/share/games/mirrormagic/music). + +There is a choice between allowing a user to have many entries in the +high-score files (intended for single user installations) and allowing only +one entry per user (for multi-user systems). Although Linux is a multi-user +system, I have elected to use the former method, in accordance with the +same philosophy Debian uses in putting each user in their own group, making +the single user dominant in a Debian system. + +Note that between v1.3 and v2.0.0, highscore files have been moved from +/var/lib/games/mirrormagic to /var/games/mirrormagic, and the highscore files +are incompatible between these versions. You may want to delete +/var/lib/games/mirrormagic if this has not already been done and if you do not +anticipate returning to v1.3. A debconf script asks you if you want this done +when installing the package. + +Drew Parsons Aug 2004. --- mirrormagic-2.0.2.0deb1.orig/debian/mirrormagic.lintian-overrides +++ mirrormagic-2.0.2.0deb1/debian/mirrormagic.lintian-overrides @@ -0,0 +1,2 @@ +# icon file is in mirrormagic-data (while desktop file stays with mirrormagic) +mirrormagic binary: menu-icon-missing usr/share/games/mirrormagic/graphics/mirrormagic.xpm --- mirrormagic-2.0.2.0deb1.orig/debian/templates +++ mirrormagic-2.0.2.0deb1/debian/templates @@ -0,0 +1,12 @@ +Template: mirrormagic/remove_old_highscores +Type: boolean +_Description: Remove old highscores in /var/lib/games/mirrormagic? + You have old highscore files in /var/lib/games/mirrormagic, coming from + version 1.3 of mirrormagic. Starting from version 2.0.0, mirrormagic uses + a different file format for highscores, and these are placed in + /var/games/mirrormagic. Therefore, /var/lib/games/mirrormagic should be + deleted. + . + However, if the old highscores are important to you or if you think you + might want to go back to version 1.3, then you may want to keep the old + directory. --- mirrormagic-2.0.2.0deb1.orig/debian/mirrormagic-data.dirs +++ mirrormagic-2.0.2.0deb1/debian/mirrormagic-data.dirs @@ -0,0 +1,2 @@ +usr/share/games/mirrormagic +usr/share/games/mirrormagic/music --- mirrormagic-2.0.2.0deb1.orig/debian/mirrormagic.install +++ mirrormagic-2.0.2.0deb1/debian/mirrormagic.install @@ -0,0 +1,3 @@ +mirrormagic usr/games +scores var/games/mirrormagic +debian/mirrormagic.desktop usr/share/applications --- mirrormagic-2.0.2.0deb1.orig/debian/control +++ mirrormagic-2.0.2.0deb1/debian/control @@ -0,0 +1,31 @@ +Source: mirrormagic +Section: games +Priority: optional +Build-Depends: debhelper (>= 6.0.7~), libx11-dev, libsdl-image1.2-dev (>= 1.2.0-1.1), libsdl-mixer1.2-dev (>= 1.2.0-1.1), libsdl1.2-dev (>= 1.2.2-3.1) +Maintainer: Drew Parsons +Standards-Version: 3.9.3 + +Package: mirrormagic +Architecture: any +Depends: mirrormagic-data, ${shlibs:Depends}, ${misc:Depends} +Conflicts: suidmanager (<< 0.50) +Description: Shoot around obstacles to collect energy using your beam. + A game like "Deflektor" (C 64) or "Mindbender" (Amiga). + The goal is to work out how to get around obstacles to shoot + energy containers with your beam, enabling the path to the + next level to be opened. Included are many levels known from + the games "Deflektor" and "Mindbender". + . + Some features: + - stereo sound effects and music + - music module support for SDL version (Unix/Win32) + - fullscreen support for SDL version (Unix/Win32) + - complete source code included under GNU GPL + +Package: mirrormagic-data +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends} +Conflicts: suidmanager (<< 0.50), mirrormagic (<< 2.0.2-4) +Description: Data files for mirrormagic + This package provides the architecture-independent data files (images, + levels, sound samples) for mirrormagic. --- mirrormagic-2.0.2.0deb1.orig/debian/substvars +++ mirrormagic-2.0.2.0deb1/debian/substvars @@ -0,0 +1,2 @@ +misc:Depends=debconf (>= 0.5) | debconf-2.0 +shlibs:Depends=libc6 (>= 2.3.2.ds1-4), libsdl-image1.2 (>= 1.2.3), libsdl-mixer1.2 (>= 1.2.5), libsdl1.2debian (>> 1.2.7+1.2.8) --- mirrormagic-2.0.2.0deb1.orig/debian/config +++ mirrormagic-2.0.2.0deb1/debian/config @@ -0,0 +1,13 @@ +#!/bin/sh -e + +# Delete /var/lib/games/mirrormagic ? +if [ -d /var/lib/games/mirrormagic ]; then + + # Source debconf library. + . /usr/share/debconf/confmodule + + #ask user whether or not to delete + db_input high mirrormagic/remove_old_highscores || true + db_go + +fi --- mirrormagic-2.0.2.0deb1.orig/debian/mirrormagic.postrm +++ mirrormagic-2.0.2.0deb1/debian/mirrormagic.postrm @@ -0,0 +1,17 @@ +#!/bin/sh -e + + +if [ "$1" = "purge" ]; then +# clean up any overhanging RAY files and high scores from v1.3 + if [ -d /var/lib/games/mirrormagic ]; then + rm -rf /var/lib/games/mirrormagic/* + rmdir -p --ignore-fail-on-non-empty /var/lib/games/mirrormagic || true + fi +# remove v2 high scores + if [ -d /var/games/mirrormagic ]; then + rm -rf /var/games/mirrormagic/* + rmdir -p --ignore-fail-on-non-empty /var/games/mirrormagic || true + fi +fi + +#DEBHELPER# --- mirrormagic-2.0.2.0deb1.orig/debian/copyright +++ mirrormagic-2.0.2.0deb1/debian/copyright @@ -0,0 +1,21 @@ +This is the Debian GNU/Linux prepackaged version of Mirror Magic II. +Mirror Magic II was written by Holger Schemel . + +*----------------------------------------------------------* +* © 1994-2001 Artsoft Entertainment * +* Holger Schemel * +* Detmolder Strasse 189 * +* 33604 Bielefeld * +* Germany * +* e-mail: info@artsoft.org * +*----------------------------------------------------------* + +It is copyrighted under the GNU General Public License (GPL) Version 2. +(see /usr/share/common-licenses/GPL-2). + +This package was originally put together by Andrew Howell , +from sources obtained from: + + http://www.artsoft.org/mirrormagic/ + +It is now being maintained by Drew Parsons . --- mirrormagic-2.0.2.0deb1.orig/debian/mirrormagic.menu +++ mirrormagic-2.0.2.0deb1/debian/mirrormagic.menu @@ -0,0 +1,3 @@ +?package(mirrormagic):needs="x11" section="Games/Puzzles" \ + title="MirrorMagic" command="/usr/games/mirrormagic" \ + icon="/usr/share/games/mirrormagic/graphics/mirrormagic.xpm" --- mirrormagic-2.0.2.0deb1.orig/debian/mirrormagic.xpm +++ mirrormagic-2.0.2.0deb1/debian/mirrormagic.xpm @@ -0,0 +1,52 @@ +/* XPM */ +static char * mirrormagic_xpm[] = { +"26 26 23 1", +" c None", +". c #FF0000", +"+ c #CC0000", +"@ c #990000", +"# c #BBBBBB", +"$ c #FFFFFF", +"% c #000000", +"& c #DD9911", +"* c #EECC11", +"= c #BB6622", +"- c #888888", +"; c #666666", +"> c #FFFF00", +", c #0000AA", +"' c #0066FF", +") c #0000FF", +"! c #3388FF", +"~ c #0000CC", +"{ c #77AAFF", +"] c #00FF00", +"^ c #00CC00", +"/ c #009900", +"( c #994411", +" ..+@ ", +" ....+@ ", +" ......+@ ", +" . ......+@ . ", +" +. ......+@ .+ ", +" ++. ......+@ .++ ", +" ##$$+...%$&*&=%$...++ ", +" --##$+++$$&*&=$$++++ ", +";;->##$$%&&**&&== ", +" >>*-##$&&**&&== ", +" >***-##$$&&===,''))) ", +" !'**;---##$'))~~,'''')) ", +" !')%!;;--##$$))~~,!!''') ", +" !'')''{;--###$)~~,%%!'') ", +" !''''){!;---##$~~,%%%!'')", +" !'') {!!;---##$$,%%%!'')", +" {!!';;---##$%>>'') ", +" {!!''';---##>>**) ", +" {!!''');;--##*** ", +" {!!''')));---#* ", +" ]^^^^^^^^;;---## ", +" ]^^/ ]^^/ ;---## ", +" ]^^/ ]^^/ ;;-- ", +" ]^^/ ]^^/ ; ", +" &&=( &==( ", +" &&= =( &= ==( "}; --- mirrormagic-2.0.2.0deb1.orig/debian/mirrormagic.desktop +++ mirrormagic-2.0.2.0deb1/debian/mirrormagic.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Type=Application +Encoding=UTF-8 +Name=MirrorMagic +GenericName= +Comment= +Icon=/usr/share/games/mirrormagic/graphics/mirrormagic.xpm +Exec=/usr/games/mirrormagic +Terminal=false +Categories=Application;Game;LogicGame; --- mirrormagic-2.0.2.0deb1.orig/debian/mirrormagic.postinst +++ mirrormagic-2.0.2.0deb1/debian/mirrormagic.postinst @@ -0,0 +1,23 @@ +#!/bin/sh -e + +# remove old highscore directory, if user wishes it. +if [ -d /var/lib/games/mirrormagic ]; then + . /usr/share/debconf/confmodule + db_get mirrormagic/remove_old_highscores + if [ "$RET" = "true" ]; then + rm -rf /var/lib/games/mirrormagic/* + rmdir -p --ignore-fail-on-non-empty /var/lib/games/mirrormagic || true + fi +fi + +# fix permissions in highscore directories +if [ "$1" = "configure" ]; then + if dpkg --compare-versions "$2" lt-nl 2.0.0-12; then + echo "Fixing mirrormagic's high-score files permissions..." + chmod -R o-w,g+w /var/games/mirrormagic + fi +fi + + + +#DEBHELPER# --- mirrormagic-2.0.2.0deb1.orig/debian/mirrormagic.dirs +++ mirrormagic-2.0.2.0deb1/debian/mirrormagic.dirs @@ -0,0 +1,2 @@ +usr/games +var/games/mirrormagic --- mirrormagic-2.0.2.0deb1.orig/debian/mirrormagic-data.install +++ mirrormagic-2.0.2.0deb1/debian/mirrormagic-data.install @@ -0,0 +1,4 @@ +levels usr/share/games/mirrormagic +sounds usr/share/games/mirrormagic +graphics usr/share/games/mirrormagic +debian/mirrormagic.xpm usr/share/games/mirrormagic/graphics --- mirrormagic-2.0.2.0deb1.orig/debian/mirrormagic.6 +++ mirrormagic-2.0.2.0deb1/debian/mirrormagic.6 @@ -0,0 +1,14 @@ +.TH MIRRORMAGIC 6 +.SH NAME +mirrormagic \- Mindbender/Deflektor clone +.SH SYNOPSIS +.B mirrormagic +.SH "DESCRIPTION" +.BR mirrormagic +is a puzzle game. Hit all the magic kettles with the ray of light to beat +the level. +.P +See /usr/share/doc/mirrormagic/README.gz for more documentation on the game. +.SH AUTHOR +This manual page was written by Joey Hess, +for the Debian GNU/Linux system. --- mirrormagic-2.0.2.0deb1.orig/debian/changelog +++ mirrormagic-2.0.2.0deb1/debian/changelog @@ -0,0 +1,470 @@ +mirrormagic (2.0.2.0deb1-11) unstable; urgency=low + + * New Brazilian (Portuguese) debconf translation. + Thanks Adriano Rafael Gomes. Closes: #693383. + + -- Drew Parsons Sat, 17 Nov 2012 16:18:46 +1100 + +mirrormagic (2.0.2.0deb1-10) unstable; urgency=low + + * Add new debconf translations and refresh old ones. + Thanks Christian Perrier. + - Danish translation. thanks Joe Dalton. Closes: #628227. + - Polish translation, thanks Michał Kułach. Closes: #658605. + - Italian translation, thanks Beatrice Torracca. Closes: #659142. + * Standards-Version: 3.9.3. + + -- Drew Parsons Mon, 19 Mar 2012 23:32:16 +1100 + +mirrormagic (2.0.2.0deb1-9) unstable; urgency=low + + * Russian debconf translation. Спасибо Юрию Козлову. Closes: #541755. + * Deleted dh_desktop from debian/rules (now deprecated). + * Standards-Version: 3.8.3. + + -- Drew Parsons Sun, 06 Sep 2009 14:56:58 +1000 + +mirrormagic (2.0.2.0deb1-8) unstable; urgency=low + + * In src/libgame/gadgets.c, check for 64bit when handling + GDI_TYPE,GDI_STATE in HandleGadgetTags() and use int instead of + unsigned long. Should probably really be uint32_t but I'll leave + that decision to upstream. Thanks Pelle Nilsson (and son). + 64bit check borrowed from bug #496863. Closes: #498912. + * Add desktop file. Thanks Daniel Dickinson. Closes: #478924. + * Create icon (mirrormagic.xpm) from MirrorScreen.pcx. + * Standards-Version: 3.8.0. + * Add Holger's copyright tag to debian/copyright to keep lintian happy. + + -- Drew Parsons Tue, 24 Feb 2009 01:03:44 +1100 + +mirrormagic (2.0.2.0deb1-7) unstable; urgency=low + + * Add Portuguese debconf translation. Closes: #423689. + * Standards version 3.7.3. + * Create debian/compat (for debhelper v6) (don't use DH_COMPAT in + debian/rules). + * Create explicit reference to usr/share/games/mirrormagic/music in + debian/mirrormagic-data.dirs and remove reference in .install to + underline that empty music directory is to be installed. Music + files were declared non-free and removed in 2.0.2.0deb1-1, but + might be reinstated by hand (or free replacements created). + + -- Drew Parsons Sun, 06 Apr 2008 22:46:07 +1000 + +mirrormagic (2.0.2.0deb1-6) unstable; urgency=low + + * Removing circular dependency by popular demand. Closes: #339905. + * Consequently mirrormagic-data needs it own near-empty doc directory. + + -- Drew Parsons Fri, 13 Jan 2006 14:26:05 +1100 + +mirrormagic (2.0.2.0deb1-5) unstable; urgency=low + + * Czech debconf translation. Thanks Miroslav Kure. Closes: #317666. + * Swedish translation thanks to Daniel Nylander. Closes: #332361. + * Updated build-dependency from xlibs-dev to libx11-dev. + * Standards version 3.6.2. + + -- Drew Parsons Thu, 6 Oct 2005 12:12:48 +1000 + +mirrormagic (2.0.2.0deb1-4) unstable; urgency=low + + * Vietnamese debconf translation. Thanks, Clytie Siddall. Closes: #312790. + + -- Drew Parsons Tue, 14 Jun 2005 22:04:39 +1000 + +mirrormagic (2.0.2.0deb1-3) unstable; urgency=low + + * Commented out joystick[] in main.h. It's not used, and it prevents gcc4 + compiling on amd64. Funny, what was it doing there? + Thanks Andreas Jochens. Closes: #300255. + + -- Drew Parsons Sat, 19 Mar 2005 10:08:08 +1100 + +mirrormagic (2.0.2.0deb1-2) unstable; urgency=medium + + * Added Japanese debconf translation. Thanks, Hideki Yamane. + Closes: #288038. + * Restored permissions (root:games, setgid) to /usr/games/mirrormagic, + /var/games/mirrormagic. + * Use DH_COMPAT=4 in debian/rules, create mirrormagic-data deb in + build-indep. Closes: #241065. + + -- Drew Parsons Sat, 1 Jan 2005 20:52:46 +1100 + +mirrormagic (2.0.2.0deb1-1) unstable; urgency=low + + * Debian revision of upstream source: removed the five music files + from the music directory, until clear legal permission for + distributing those sound loops can be obtained. You can add your own + sound loops to the music directory if you like. Closes: #229747. + * Converted changelog from iso-8859-1 to UTF-8. + + -- Drew Parsons Sun, 8 Aug 2004 12:07:46 +1000 + +mirrormagic (2.0.2-5) unstable; urgency=low + + * Added Conflicts/Replaces: mirrormagic (<<2.0.2-4) to control entry for + mirrormagic-data. Closes: #237528, #237530. + * Added Catalan debconf translation. Closes: #236661. + + -- Drew Parsons Sun, 14 Mar 2004 22:39:46 +1100 + +mirrormagic (2.0.2-4) unstable; urgency=low + + * Updated the French debconf translation. Closes: #233502. + * Split data files into mirrormagic-data. Closes: #233414. + * Please be advised that some Dreadful Allegations have been raised + concerning the legality of distributing music samples used in the game + (see bug #229747). We are working with the upstream author to resolve + these questions, but there is a chance mirrormagic will have to be pulled + from the Debian archives ;( + + -- Drew Parsons Sun, 29 Feb 2004 17:31:39 +1100 + +mirrormagic (2.0.2-3) unstable; urgency=low + + * Added Tim Vandermeersch's Dutch debconf translation to debian/po. + Closes: #208416. + * Standards version 3.6.1. + + -- Drew Parsons Sun, 28 Sep 2003 17:37:47 +1000 + +mirrormagic (2.0.2-2) unstable; urgency=low + + * Better off Build-Depending on debhelper (>= 4.1.16), not on po-debconf. + * Tidied up some silly end-of-line spaces in debian/control. + + -- Drew Parsons Sun, 22 Jun 2003 01:03:12 +1000 + +mirrormagic (2.0.2-1) unstable; urgency=low + + * New upstream version. + * Incorporates patches used against 2.0.1. + * Added ${misc:Depends} to Depends: in debian/control. + * Updated debconf template translations by running debconf-gettextize to + create po files, and Build-Depending on po-debconf. + * Standards version 3.5.10. + + -- Drew Parsons Sat, 21 Jun 2003 14:38:14 +1000 + +mirrormagic (2.0.1-4) unstable; urgency=low + + * Applied upstream patch to fix unsynchronised rotating polarisers. + Closes: #160176. + * Game files are architecture independent (sounds, pictures, level data), + so move from /usr/lib/games/mirrormagic to /usr/share/games/mirrormagic + (variable RO_GAME_DIR in Makefile). + + -- Drew Parsons Sun, 15 Dec 2002 15:10:42 +1100 + +mirrormagic (2.0.1-3) unstable; urgency=low + + * Added empty line between paragraphs in description to prevent them + running in together. Closes: #155809. + * Standards version 3.5.8. + + -- Drew Parsons Sun, 8 Dec 2002 10:38:31 +1100 + +mirrormagic (2.0.1-2) unstable; urgency=low + + * Added laurb's French debconf template. + Separating existing Spanish and German templates into separate files. + Closes: #139913. + * New standards version: 3.5.6.1. + + -- Drew Parsons Tue, 26 Mar 2002 13:41:28 +1100 + +mirrormagic (2.0.1-1) unstable; urgency=low + + * New upstream version (mirrormagic binary removed from upstream tarball). + * Applies Debian patches (Closes: #106522). + + -- Drew Parsons Fri, 22 Mar 2002 11:50:19 +1100 + +mirrormagic (2.0.0deb1-1) unstable; urgency=low + + * Removed mirrormagic binary from mirrormagic-2.0.0.orig.tar.gz. + Closes: #116045. + * Concerning permissions of high score files and directories (Bug #106522): + - Change umask in createDirectory() (src/libgame/misc.c) to not + mask out group permissions defined in USERDATA_DIR_MODE. + - Make changes to USERDATA_DIR_MODE consistent in both src/files.c and + src/libgame/misc.c (upstream defines it twice! ;/ ) + - Fix up permissions from older versions in postinst. + - Fixes Bug #106522, but I don't want to close it without an upstream fix. + + -- Drew Parsons Sun, 24 Feb 2002 03:45:46 +1100 + +mirrormagic (2.0.0-11) unstable; urgency=low + + * Added versions to libsdl1.2 build dependencies. Closes: #115936. + + -- Drew Parsons Thu, 18 Oct 2001 00:39:21 +1000 + +mirrormagic (2.0.0-10) unstable; urgency=low + + * Recompiled for libsdl1.2debian (libsdl1.2 v1.2.2-3.1). + + -- Drew Parsons Wed, 17 Oct 2001 00:07:29 +1000 + +mirrormagic (2.0.0-9) unstable; urgency=low + + * Changed LEVEL_PERMS in src/file.c to be read-only to "others". + Closes: #106522. + * New standards version: 3.5.6.0. + + -- Drew Parsons Thu, 2 Aug 2001 22:23:16 +1000 + +mirrormagic (2.0.0-8) unstable; urgency=low + + * Applied Sebastian Feltel's German translation of the debconf template. + Closes: #95242. + * Compiled against libsdl1.2. + * New standards version: 3.5.4.0 (not that it makes any difference). + + -- Drew Parsons Mon, 30 Apr 2001 23:32:10 +1000 + +mirrormagic (2.0.0-7) unstable; urgency=low + + * Used root:games instead of root.games for chown in debian/rules + (see Bug #88340). + * Edited the Debian package description. Closes: Bug#88291. + * Applied David Roundy's patch to gadgets.c, which should make + mirrormagic available for powerpc. + * Applied Carlos Valdivia Yagüe's Spanish translation of the debconf + template. Closes: #92322. + + -- Drew Parsons Tue, 3 Apr 2001 22:27:09 +1000 + +mirrormagic (2.0.0-6) unstable; urgency=low + + * Applied Kalle Olavi Niemitalo's patch to fix sound handling when sound + card is absent or unrecognised. Closes: #85499. + * By the way, Kalle points out that the Wiz is not lost after all! + Gregor McDuffin lives...click the dot next to "Level" and look under + "Classic Original Games" for Mindbender :) + * Forgot the colon in the closes-bug statement. Goes to show. + Closes: #87361 (really). + + -- Drew Parsons Thu, 1 Mar 2001 23:34:32 +1100 + +mirrormagic (2.0.0-5) unstable; urgency=low + + * Added libsdl-*-dev libraries to Build-Depends. Closes: #87351. + * Changed debconf template from select to boolean. Adjusted wording of + question accordingly. Closes: #87359. + * Added --ignore-fail-on-non-empty to rmdir. Closes #87361. + + -- Drew Parsons Mon, 26 Feb 2001 00:29:46 +1100 + +mirrormagic (2.0.0-4) unstable; urgency=low + + * Should depend on debconf, not pre-depend. Closes: #87345. + + -- Drew Parsons Sat, 24 Feb 2001 16:01:38 +1100 + +mirrormagic (2.0.0-3) unstable; urgency=low + + * Changed X build-depends to xlibs-dev. Closes: #85870. + * Created debconf question asking whether or not old highscores + (/var/lib/games/mirrormagic) should be deleted. Closes: #85541. + + -- Drew Parsons Sat, 17 Feb 2001 01:59:11 +1100 + +mirrormagic (2.0.0-2) unstable; urgency=low + + * High scores should be in /var/games not /var/lib/games. + * Standards version 3.5.0.0 + + -- Drew Parsons Sat, 10 Feb 2001 15:00:52 +1100 + +mirrormagic (2.0.0-1) unstable; urgency=low + + * New upstream version. No more Wizard :( (Closes: #81449) + * Compiled with SDL, providing full screen mode and better sound. + * I'm now an official maintainer. Thanks for the sponsoring, Joop! + + -- Drew Parsons Sun, 14 Jan 2001 22:29:19 +1100 + +mirrormagic (1.3-24) frozen unstable; urgency=low + + * Im am sponsoring this package on behalf of Drew Parsons. + + -- Joop Stakenborg Fri, 25 Aug 2000 09:14:51 +0200 + +mirrormagic (1.3-23) frozen unstable; urgency=low + + * New maintainer: Drew Parsons + + -- Drew Parsons Wed, 23 Aug 2000 00:16:14 -0700 + +mirrormagic (1.3-22) frozen unstable; urgency=low + + * Minor security fix: fixed world-writable files in score directory. + (Closes: #57742) + - touch RAY.names and RAY.score and fixup perms in postinst + - changed chmod() calls to not set world write bits + + -- Joey Hess Thu, 10 Feb 2000 11:10:35 -0800 + +mirrormagic (1.3-21) unstable; urgency=low + + * Updated homepage in copyright file. + + -- Joey Hess Tue, 11 Jan 2000 16:21:43 -0800 + +mirrormagic (1.3-20) unstable; urgency=low + + * Build deps. + + -- Joey Hess Sat, 4 Dec 1999 13:32:37 -0800 + +mirrormagic (1.3-19) unstable; urgency=low + + * Decreased postinst verbosity. + + -- Joey Hess Mon, 20 Sep 1999 15:43:47 -0700 + +mirrormagic (1.3-18) unstable; urgency=low + + * FHS + + -- Joey Hess Sat, 11 Sep 1999 01:19:38 -0700 + +mirrormagic (1.3-17) unstable; urgency=low + + * Reupload with full souce - it's now GPL'd and the installer seems to + have a problem with moving it out of non-free unless I reupload the source. + + -- Joey Hess Sat, 20 Feb 1999 13:24:34 -0800 + +mirrormagic (1.3-16) unstable; urgency=low + + * Now GPL'd. + + -- Joey Hess Thu, 18 Feb 1999 14:41:24 -0800 + +mirrormagic (1.3-15) unstable; urgency=low + + * Build with newest debhelper to change how sgid binary is registered. + + -- Joey Hess Tue, 27 Oct 1998 21:55:17 -0800 + +mirrormagic (1.3-14) unstable; urgency=low + + * Removed icon=none from menu file. + + -- Joey Hess Wed, 5 Aug 1998 14:26:39 -0700 + +mirrormagic (1.3-13) frozen unstable; urgency=low + + * Reupload with .orig.tar.gz to satisfy the installer. This belongs in + frozen becuase the only change in it vs. the version currently in frozen + is a fix to bug #20101. + + -- Joey Hess Thu, 26 Mar 1998 12:24:10 -0800 + +mirrormagic (1.3-12) frozen unstable; urgency=low + + * Fixed man page typos (#20101). + + -- Joey Hess Mon, 23 Mar 1998 12:58:12 -0800 + +mirrormagic (1.3-11) unstable; urgency=low + + * Fixed typo in postinst (#19608). + * Wrote a brief man page for mirrormagic. + * RAY.level is no longer a conffile, it is managed by the postinst and + postrm. + * Delete all of /var/lib/games/mirrormagic on purge. + * Install CHANGES as changelog.gz + + -- Joey Hess Sat, 14 Mar 1998 17:14:03 -0800 + +mirrormagic (1.3-10) unstable; urgency=low + + * Updated standards-version. + + -- Joey Hess Mon, 9 Feb 1998 14:24:40 -0800 + +mirrormagic (1.3-9) unstable; urgency=low + + * Reupload in non-free. + + -- Joey Hess Mon, 5 Jan 1998 12:28:22 -0500 + +mirrormagic (1.3-8) unstable; urgency=low + + * Reupload. + + -- Joey Hess Mon, 29 Dec 1997 12:19:59 -0500 + +mirrormagic (1.3-7) unstable; urgency=low + + * Applied patch for 64 bit. + * Use debhelper. + * Removed shlibs.local file that is no longer needed. + * Re-compress xpm files, seems to work again now (I assume a shared + library was fixed..) + + -- Joey Hess Mon, 22 Dec 1997 14:51:52 -0500 + +mirrormagic (1.3-6) unstable; urgency=low + + * Libc6. + * Uncompress some .xpm files that mirrormagic cannot find now otherwise + (Why?) + * Use shlibs.local file to override broken xpm4g shlibs file. + * Routine update of debian/rules: + Fixed binary-indep target. + + -- Joey Hess Sat, 13 Sep 1997 13:45:00 -0400 + +mirrormagic (1.3-5) unstable; urgency=low + + * Updated to menu-1 format, moved menu entry out of Apps into Games. + * Rebuilt to fix name of upstream changelog (#9649). + * Routine update of debian/rules: + Run dpkg-gencontrol after debstd, and delete substvars during clean. + + -- Joey Hess Fri, 9 May 1997 12:35:35 -0400 + +mirrormagic (1.3-4) unstable; urgency=low + + * Added a menu file. + * Added dependancy on xpm4.7 + * Routine update of debian/rules: + Use debmake. + New email address. + + -- Joey Hess Tue, 24 Dec 1996 16:01:50 -0500 + +mirrormagic (1.3-3) unstable; urgency=low + + * New maintainer: me, Joey Hess. + * Changed to new source format. + * Now it registers itself with fvwm2 via install-fvwm2menu. + + -- Joey Hess Sat, 5 Oct 1996 14:00:37 -0400 + +1.3-2: + 960401 + * Removed Package_Revision from control file. + * Removed -m486 compiler option. + * Added Architecture field to control file. + * Made level database as a conffile. + * Fixed permissions and ownerships. + * ELF binary. + +1.3-1: + 951107 Andrew Howell + * Upgraded to latest version. + +1.2-0: + * added Debian GNU/Linux package maintenance system files + +Local variables: +mode: debian-changelog +End: --- mirrormagic-2.0.2.0deb1.orig/debian/po/templates.pot +++ mirrormagic-2.0.2.0deb1/debian/po/templates.pot @@ -0,0 +1,43 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: mirrormagic\n" +"Report-Msgid-Bugs-To: mirrormagic@packages.debian.org\n" +"POT-Creation-Date: 2012-02-04 08:35+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "Remove old highscores in /var/lib/games/mirrormagic?" +msgstr "" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"You have old highscore files in /var/lib/games/mirrormagic, coming from " +"version 1.3 of mirrormagic. Starting from version 2.0.0, mirrormagic uses a " +"different file format for highscores, and these are placed in /var/games/" +"mirrormagic. Therefore, /var/lib/games/mirrormagic should be deleted." +msgstr "" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"However, if the old highscores are important to you or if you think you " +"might want to go back to version 1.3, then you may want to keep the old " +"directory." +msgstr "" --- mirrormagic-2.0.2.0deb1.orig/debian/po/de.po +++ mirrormagic-2.0.2.0deb1/debian/po/de.po @@ -0,0 +1,58 @@ +# +# Translators, if you are not familiar with the PO format, gettext +# documentation is worth reading, especially sections dedicated to +# this format, e.g. by running: +# info -n '(gettext)PO Files' +# info -n '(gettext)Header Entry' +# +# Some information specific to po-debconf are available at +# /usr/share/doc/po-debconf/README-trans +# or http://www.debian.org/intl/l10n/po-debconf/README-trans +# +# Developers do not need to manually edit POT or PO files. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: mirrormagic@packages.debian.org\n" +"POT-Creation-Date: 2012-02-04 08:35+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-15\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "Remove old highscores in /var/lib/games/mirrormagic?" +msgstr "" +"Soll die alte Spielstandsdatei /var/lib/games/mirrormagic entfernt werden?" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"You have old highscore files in /var/lib/games/mirrormagic, coming from " +"version 1.3 of mirrormagic. Starting from version 2.0.0, mirrormagic uses a " +"different file format for highscores, and these are placed in /var/games/" +"mirrormagic. Therefore, /var/lib/games/mirrormagic should be deleted." +msgstr "" +"Sie haben eine alte Spielstandsdatei in /var/lib/games/mirrormagic " +"gespeichert, die von mirrormagic 1.3 stammt. Mit Version 2.0.0 wird ein " +"neues Format fr die Spielstandsdatei, die in /var/games/mirrormagic " +"gespeichert wird, benutzt. Deshalb sollte die alte Datei gelscht werden." + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"However, if the old highscores are important to you or if you think you " +"might want to go back to version 1.3, then you may want to keep the old " +"directory." +msgstr "" +"Wenn die Spielstnde fr Sie wichtig sind, dann sollten Sie die Datei jetzt " +"nicht entfernen, um im Falle des Falles zur Version 1.3 zurck- zukehren." --- mirrormagic-2.0.2.0deb1.orig/debian/po/pt_BR.po +++ mirrormagic-2.0.2.0deb1/debian/po/pt_BR.po @@ -0,0 +1,51 @@ +# Debconf translations for mirrormagic. +# Copyright (C) 2012 THE mirrormagic'S COPYRIGHT HOLDER +# This file is distributed under the same license as the mirrormagic package. +# Adriano Rafael Gomes , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: mirrormagic 2.0.2.0deb1-10\n" +"Report-Msgid-Bugs-To: mirrormagic@packages.debian.org\n" +"POT-Creation-Date: 2012-02-04 08:35+0100\n" +"PO-Revision-Date: 2012-09-09 23:00-0300\n" +"Last-Translator: Adriano Rafael Gomes \n" +"Language-Team: Brazilian Portuguese \n" +"Language: pt_BR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "Remove old highscores in /var/lib/games/mirrormagic?" +msgstr "Remover os recordes antigos de /var/lib/games/mirrormagic?" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"You have old highscore files in /var/lib/games/mirrormagic, coming from " +"version 1.3 of mirrormagic. Starting from version 2.0.0, mirrormagic uses a " +"different file format for highscores, and these are placed in /var/games/" +"mirrormagic. Therefore, /var/lib/games/mirrormagic should be deleted." +msgstr "" +"Você tem arquivos com os recordes antigos em /var/lib/games/mirrormagic, " +"vindos da versão 1.3 do mirrormagic. A partir da versão 2.0.0, o mirrormagic " +"usa um formato de arquivo diferente para armazenar os recordes, e eles ficam " +"localizados em /var/games/mirrormagic. Portanto, /var/lib/games/mirrormagic " +"deve ser removido." + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"However, if the old highscores are important to you or if you think you " +"might want to go back to version 1.3, then you may want to keep the old " +"directory." +msgstr "" +"Contudo, se os antigos recordes são importantes para você, ou se você pensa " +"que possa querer voltar para a versão 1.3, então talvez você queira manter o " +"diretório antigo." --- mirrormagic-2.0.2.0deb1.orig/debian/po/ca.po +++ mirrormagic-2.0.2.0deb1/debian/po/ca.po @@ -0,0 +1,47 @@ +# mirrormagic (debconf) translation to Catalan. +# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. +# Aleix Badia i Bosch 2004 +# +msgid "" +msgstr "" +"Project-Id-Version: mirrormagic_2.0.2-2_templates\n" +"Report-Msgid-Bugs-To: mirrormagic@packages.debian.org\n" +"POT-Creation-Date: 2012-02-04 08:35+0100\n" +"PO-Revision-Date: 2004-01-31 18:27GMT\n" +"Last-Translator: Aleix Badia i Bosch >\n" +"Language-Team: Debian L10n Catalan \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-1\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "Remove old highscores in /var/lib/games/mirrormagic?" +msgstr "Voleu suprimir les puntuacions antigues de /var/lib/games/mirrormagic?" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"You have old highscore files in /var/lib/games/mirrormagic, coming from " +"version 1.3 of mirrormagic. Starting from version 2.0.0, mirrormagic uses a " +"different file format for highscores, and these are placed in /var/games/" +"mirrormagic. Therefore, /var/lib/games/mirrormagic should be deleted." +msgstr "" +"Els fitxers de puntuacions antigues de la versi 1.3 del Mirrormagic estan " +"a /var/lib/games/mirrormagic. Des de la versi 2.0.0, el Mirrormagic " +"utilitza un format de fitxer de puntuacions diferents. Ara estan a /var/" +"games/mirrormagic i s'hauria de suprimir /var/lib/games/mirrormagic." + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"However, if the old highscores are important to you or if you think you " +"might want to go back to version 1.3, then you may want to keep the old " +"directory." +msgstr "" +"Si voleu mantenir les puntuacions antigues o penseu que en un futur tornareu " +"a la versi antiga 1.3, manteniu l'antic directori." --- mirrormagic-2.0.2.0deb1.orig/debian/po/ja.po +++ mirrormagic-2.0.2.0deb1/debian/po/ja.po @@ -0,0 +1,59 @@ +# +# Translators, if you are not familiar with the PO format, gettext +# documentation is worth reading, especially sections dedicated to +# this format, e.g. by running: +# info -n '(gettext)PO Files' +# info -n '(gettext)Header Entry' +# +# Some information specific to po-debconf are available at +# /usr/share/doc/po-debconf/README-trans +# or http://www.debian.org/intl/l10n/po-debconf/README-trans +# +# Developers do not need to manually edit POT or PO files. +# +# +msgid "" +msgstr "" +"Project-Id-Version: mirrormagic 2.0.2.0deb1-1\n" +"Report-Msgid-Bugs-To: mirrormagic@packages.debian.org\n" +"POT-Creation-Date: 2012-02-04 08:35+0100\n" +"PO-Revision-Date: 2004-12-23 00:39+0900\n" +"Last-Translator: Hideki Yamane \n" +"Language-Team: Japanese \n" +"Language: ja\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=EUC-JP\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "Remove old highscores in /var/lib/games/mirrormagic?" +msgstr "/var/lib/games/mirrormagic ˤΥϥޤ?" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"You have old highscore files in /var/lib/games/mirrormagic, coming from " +"version 1.3 of mirrormagic. Starting from version 2.0.0, mirrormagic uses a " +"different file format for highscores, and these are placed in /var/games/" +"mirrormagic. Therefore, /var/lib/games/mirrormagic should be deleted." +msgstr "" +"mirrormagic ΥС 1.3 κθŤϥե /var/lib/" +"games/mirrormagic ݻƤޤС 2.0.0 顢mirrormagic ϥϥ" +"˰㤦եѤƤꡢΥե /var/games/" +"mirrormagic ֤Ƥޤä /var/lib/games/mirrormagic Ϻ" +"ɤǤ礦" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"However, if the old highscores are important to you or if you think you " +"might want to go back to version 1.3, then you may want to keep the old " +"directory." +msgstr "" +"ʤ顢ΥϥʤˤȤäڤʤΤǤ롢뤤ϥС" +" 1.3 ꤿʤ礬ʤɤξϰΥǥ쥯ȥ¸Ƥ" +"Ȼפ⤷ޤ" --- mirrormagic-2.0.2.0deb1.orig/debian/po/da.po +++ mirrormagic-2.0.2.0deb1/debian/po/da.po @@ -0,0 +1,48 @@ +# Danish translation mirrormagic. +# Copyright (C) mirrormagic & nedenstående oversættere. +# This file is distributed under the same license as the mirrormagic package. +# Joe Hansen (joedalton2@yahoo.dk), 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: mirrormagic\n" +"Report-Msgid-Bugs-To: mirrormagic@packages.debian.org\n" +"POT-Creation-Date: 2012-02-04 08:35+0100\n" +"PO-Revision-Date: 2011-05-28 18:30+01:00\n" +"Last-Translator: Joe Hansen \n" +"Language-Team: Danish \n" +"Language: da\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "Remove old highscores in /var/lib/games/mirrormagic?" +msgstr "Fjern de gamle bedste resultater i /var/lib/games/mirrormagic?" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"You have old highscore files in /var/lib/games/mirrormagic, coming from " +"version 1.3 of mirrormagic. Starting from version 2.0.0, mirrormagic uses a " +"different file format for highscores, and these are placed in /var/games/" +"mirrormagic. Therefore, /var/lib/games/mirrormagic should be deleted." +msgstr "" +"Du har filer med gamle bedste resultater i /var/lib/games/mirrormagic, der " +"kommer fra version 1.3 af mirrormagic. Fra og med version 2.0.0 bruger " +"mirrormagic et andet format for de bedste resultater, og disse er placeret " +"i /var/games/mirrormagic. Derfør bør /var/lib/games/mirrormagic slettes." + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"However, if the old highscores are important to you or if you think you " +"might want to go back to version 1.3, then you may want to keep the old " +"directory." +msgstr "" +"Hvis de gamle bedste resultater er vigtige for dig, eller hvis du tror, du " +"måske ønsker at gå tilbage til version 1.3, kan du beholde den gamle mappe." --- mirrormagic-2.0.2.0deb1.orig/debian/po/pt.po +++ mirrormagic-2.0.2.0deb1/debian/po/pt.po @@ -0,0 +1,51 @@ +# Portuguese translations for mirrormagic package. +# Copyright (C) 2007 Miguel Figueiredo +# This file is distributed under the same license as the mirrormagic package. +# Miguel Figueiredo , 2007. +# +msgid "" +msgstr "" +"Project-Id-Version: mirrormagic 2.0.2.0deb1-6\n" +"Report-Msgid-Bugs-To: mirrormagic@packages.debian.org\n" +"POT-Creation-Date: 2012-02-04 08:35+0100\n" +"PO-Revision-Date: 2007-05-13 14:54+0100\n" +"Last-Translator: Miguel Figueiredo \n" +"Language-Team: Portuguese \n" +"Language: pt\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "Remove old highscores in /var/lib/games/mirrormagic?" +msgstr "Remover as maiores pontuações antigas em /var/lib/games/mirrormagic?" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"You have old highscore files in /var/lib/games/mirrormagic, coming from " +"version 1.3 of mirrormagic. Starting from version 2.0.0, mirrormagic uses a " +"different file format for highscores, and these are placed in /var/games/" +"mirrormagic. Therefore, /var/lib/games/mirrormagic should be deleted." +msgstr "" +"Você tem ficheiros antigos de maiores pontuações em /var/lib/games/" +"mirrormagic, vindos da versão 1.3 do mirrormagic. Desde a versão 2.0.0, o " +"mirrormagic utiliza um estilo diferente de formato de ficheiro de maiores " +"pontuações, estas são guardadas em /var/games/mirrormagic. Por isso, /var/" +"lib/games/mirrormagic deve ser apagado." + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"However, if the old highscores are important to you or if you think you " +"might want to go back to version 1.3, then you may want to keep the old " +"directory." +msgstr "" +"No entanto, se as antigas maiores pontuações forem importantes para si ou se " +"achar que quer voltar à versão 1.3, então você pode querer manter o antigo " +"directório." --- mirrormagic-2.0.2.0deb1.orig/debian/po/nl.po +++ mirrormagic-2.0.2.0deb1/debian/po/nl.po @@ -0,0 +1,58 @@ +# +# Translators, if you are not familiar with the PO format, gettext +# documentation is worth reading, especially sections dedicated to +# this format, e.g. by running: +# info -n '(gettext)PO Files' +# info -n '(gettext)Header Entry' +# +# Some information specific to po-debconf are available at +# /usr/share/doc/po-debconf/README-trans +# or http://www.debian.org/intl/l10n/po-debconf/README-trans +# +# Developers do not need to manually edit POT or PO files. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: mirrormagic 2.0.2-2\n" +"Report-Msgid-Bugs-To: mirrormagic@packages.debian.org\n" +"POT-Creation-Date: 2012-02-04 08:35+0100\n" +"PO-Revision-Date: 2003-09-02 21:09+0100\n" +"Last-Translator: Tim Vandermeersch \n" +"Language-Team: dutch \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=iso-8859-1\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "Remove old highscores in /var/lib/games/mirrormagic?" +msgstr "Oude hoge scores in /var/lib/games/mirrormagic verwijderen?" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"You have old highscore files in /var/lib/games/mirrormagic, coming from " +"version 1.3 of mirrormagic. Starting from version 2.0.0, mirrormagic uses a " +"different file format for highscores, and these are placed in /var/games/" +"mirrormagic. Therefore, /var/lib/games/mirrormagic should be deleted." +msgstr "" +"U heeft een oud hoge scores bestand in /var/lib/games/mirrormagic, afkomstig " +"van mirrormagic versie 1.3. Vanaf mirrormagic 2.0.0, wordt er een ander " +"bestands formaat gebruikt voor de hoge scores, en deze worden geplaatst in /" +"var/games/mirrormagic. Daarom zal /var/lib/games/mirrormagic verwijderd " +"worden." + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"However, if the old highscores are important to you or if you think you " +"might want to go back to version 1.3, then you may want to keep the old " +"directory." +msgstr "" +"Als de hoge scores belangrijk zijn voor u en u denk eventueel later terug te " +"gaan naar versie 1.3, dan wilt u de oude directory waarschijnlijk behouden." --- mirrormagic-2.0.2.0deb1.orig/debian/po/cs.po +++ mirrormagic-2.0.2.0deb1/debian/po/cs.po @@ -0,0 +1,56 @@ +# +# Translators, if you are not familiar with the PO format, gettext +# documentation is worth reading, especially sections dedicated to +# this format, e.g. by running: +# info -n '(gettext)PO Files' +# info -n '(gettext)Header Entry' +# +# Some information specific to po-debconf are available at +# /usr/share/doc/po-debconf/README-trans +# or http://www.debian.org/intl/l10n/po-debconf/README-trans +# +# Developers do not need to manually edit POT or PO files. +# +msgid "" +msgstr "" +"Project-Id-Version: mirrormagic\n" +"Report-Msgid-Bugs-To: mirrormagic@packages.debian.org\n" +"POT-Creation-Date: 2012-02-04 08:35+0100\n" +"PO-Revision-Date: 2005-07-10 16:07+0200\n" +"Last-Translator: Miroslav Kure \n" +"Language-Team: Czech \n" +"Language: cs\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "Remove old highscores in /var/lib/games/mirrormagic?" +msgstr "Odstranit staré výsledky z /var/lib/games/mirrormagic?" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"You have old highscore files in /var/lib/games/mirrormagic, coming from " +"version 1.3 of mirrormagic. Starting from version 2.0.0, mirrormagic uses a " +"different file format for highscores, and these are placed in /var/games/" +"mirrormagic. Therefore, /var/lib/games/mirrormagic should be deleted." +msgstr "" +"Ve /var/lib/games/mirrormagic máte staré soubory s dosaženými výsledky " +"pocházející z verze mirrormagicu 1.3. Od verze 2.0.0 používá mirrormagic pro " +"soubory s výsledky jiný formát a ukládá je do /var/games/mirrormagic. " +"Zastaralý /var/lib/games/mirrormagic by tedy měl být smazán." + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"However, if the old highscores are important to you or if you think you " +"might want to go back to version 1.3, then you may want to keep the old " +"directory." +msgstr "" +"Pokud jsou však pro vás staré výsledky důležité, nebo pokud ještě někdy " +"plánujete návrat k verzi 1.3, můžete starý adresář ponechat." --- mirrormagic-2.0.2.0deb1.orig/debian/po/es.po +++ mirrormagic-2.0.2.0deb1/debian/po/es.po @@ -0,0 +1,59 @@ +# +# Translators, if you are not familiar with the PO format, gettext +# documentation is worth reading, especially sections dedicated to +# this format, e.g. by running: +# info -n '(gettext)PO Files' +# info -n '(gettext)Header Entry' +# +# Some information specific to po-debconf are available at +# /usr/share/doc/po-debconf/README-trans +# or http://www.debian.org/intl/l10n/po-debconf/README-trans +# +# Developers do not need to manually edit POT or PO files. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: mirrormagic@packages.debian.org\n" +"POT-Creation-Date: 2012-02-04 08:35+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-15\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "Remove old highscores in /var/lib/games/mirrormagic?" +msgstr "Borrar los rcords antiguos?" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"You have old highscore files in /var/lib/games/mirrormagic, coming from " +"version 1.3 of mirrormagic. Starting from version 2.0.0, mirrormagic uses a " +"different file format for highscores, and these are placed in /var/games/" +"mirrormagic. Therefore, /var/lib/games/mirrormagic should be deleted." +msgstr "" +"Tiene ficheros antiguos de rcord en /var/lib/games/mirrormagic, que " +"provienen de la versin 1.3 de mirrormagic. A partir de la versin 2.0.0 " +"mirrormagic usa un formato de fichero diferente para los rcords, y se " +"guardan en /var/games/mirrormagic. Por tanto, debera borrarse /var/lib/" +"games/mirrormagic." + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"However, if the old highscores are important to you or if you think you " +"might want to go back to version 1.3, then you may want to keep the old " +"directory." +msgstr "" +"Sin embargo, si los rcords antiguos son importantes para usted o cree que " +"puede querer volver a la versin 1.3, entonces mantenga el directorio " +"antiguo." --- mirrormagic-2.0.2.0deb1.orig/debian/po/pl.po +++ mirrormagic-2.0.2.0deb1/debian/po/pl.po @@ -0,0 +1,52 @@ +# Translation of mirrormagic debconf templates to Polish. +# Copyright (C) 2012 +# This file is distributed under the same license as the mirrormagic package. +# +# Michał Kułach , 2012. +msgid "" +msgstr "" +"Project-Id-Version: mirrormagic\n" +"Report-Msgid-Bugs-To: mirrormagic@packages.debian.org\n" +"POT-Creation-Date: 2012-02-04 08:35+0100\n" +"PO-Revision-Date: 2012-02-04 11:44+0100\n" +"Last-Translator: Michał Kułach \n" +"Language-Team: Polish \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Lokalize 1.2\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "Remove old highscores in /var/lib/games/mirrormagic?" +msgstr "Usunąć stare pliki z wynikami z /var/lib/games/mirrormagic?" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"You have old highscore files in /var/lib/games/mirrormagic, coming from " +"version 1.3 of mirrormagic. Starting from version 2.0.0, mirrormagic uses a " +"different file format for highscores, and these are placed in /var/games/" +"mirrormagic. Therefore, /var/lib/games/mirrormagic should be deleted." +msgstr "" +"Znaleziono stare pliki z najlepszymi wynikami w /var/lib/games/mirrormagic, " +"które pochodzą z wersji 1.3 mirrormagic. Od wersji 2.0.0 program używa " +"innego formatu pliku wyników i są one teraz położone w /var/games/" +"mirrormagic. Z tego powodu, katalog /var/lib/games/mirrormagic powinien być " +"usunięty." + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"However, if the old highscores are important to you or if you think you " +"might want to go back to version 1.3, then you may want to keep the old " +"directory." +msgstr "" +"Jednakże, jeśli stare wyniki są dla użytkownika istotne bądź istnieje " +"prawdopodobieństwo powrotu do wersji 1.3 można zachować stary katalog." --- mirrormagic-2.0.2.0deb1.orig/debian/po/sv.po +++ mirrormagic-2.0.2.0deb1/debian/po/sv.po @@ -0,0 +1,55 @@ +# Translators, if you are not familiar with the PO format, gettext +# documentation is worth reading, especially sections dedicated to +# this format, e.g. by running: +# info -n '(gettext)PO Files' +# info -n '(gettext)Header Entry' +# Some information specific to po-debconf are available at +# /usr/share/doc/po-debconf/README-trans +# or http://www.debian.org/intl/l10n/po-debconf/README-trans +# Developers do not need to manually edit POT or PO files. +# , fuzzy +# +# +msgid "" +msgstr "" +"Project-Id-Version: mirrormagic 2.0.2.0deb1-4\n" +"Report-Msgid-Bugs-To: mirrormagic@packages.debian.org\n" +"POT-Creation-Date: 2012-02-04 08:35+0100\n" +"PO-Revision-Date: 2005-10-07 03:12+0200\n" +"Last-Translator: Daniel Nylander \n" +"Language-Team: Swedish \n" +"Language: sv\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=iso-8859-1\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "Remove old highscores in /var/lib/games/mirrormagic?" +msgstr "Ta bort gamla rekord i /var/lib/games/mirrormagic?" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"You have old highscore files in /var/lib/games/mirrormagic, coming from " +"version 1.3 of mirrormagic. Starting from version 2.0.0, mirrormagic uses a " +"different file format for highscores, and these are placed in /var/games/" +"mirrormagic. Therefore, /var/lib/games/mirrormagic should be deleted." +msgstr "" +"Du har gamla rekord-filer (highscore) i /var/lib/games/mirrormagic som " +"kommer frn version 1.3 av mirrormagic. Frn och med version 2.0.0 anvnder " +"mirrormagic ett annorlunda filformat fr rekord och dessa r placerade i /" +"var/games/mirrormagic. Drfr br /var/lib/games/mirrormagic raderas." + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"However, if the old highscores are important to you or if you think you " +"might want to go back to version 1.3, then you may want to keep the old " +"directory." +msgstr "" +"Men om de gamla rekorden r viktiga fr dig eller om du tror att du vill g " +"tillbaka till version 1.3 s br du spara den gamla mappen." --- mirrormagic-2.0.2.0deb1.orig/debian/po/POTFILES.in +++ mirrormagic-2.0.2.0deb1/debian/po/POTFILES.in @@ -0,0 +1 @@ +[type: gettext/rfc822deb] templates --- mirrormagic-2.0.2.0deb1.orig/debian/po/vi.po +++ mirrormagic-2.0.2.0deb1/debian/po/vi.po @@ -0,0 +1,50 @@ +# Vietnamese Translation for mirrormagic. +# Copyright © 2005 Free Software Foundation, Inc. +# Clytie Siddall , 2005. +# +msgid "" +msgstr "" +"Project-Id-Version: mirrormagic 2.0.2.0deb1-3\n" +"Report-Msgid-Bugs-To: mirrormagic@packages.debian.org\n" +"POT-Creation-Date: 2012-02-04 08:35+0100\n" +"PO-Revision-Date: 2005-06-10 15:59+0930\n" +"Last-Translator: Clytie Siddall \n" +"Language-Team: Vietnamese \n" +"Language: vi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0\n" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "Remove old highscores in /var/lib/games/mirrormagic?" +msgstr "Loại bỏ các điểm cao cũ ra «/var/lib/games/mirrormagic» không?" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"You have old highscore files in /var/lib/games/mirrormagic, coming from " +"version 1.3 of mirrormagic. Starting from version 2.0.0, mirrormagic uses a " +"different file format for highscores, and these are placed in /var/games/" +"mirrormagic. Therefore, /var/lib/games/mirrormagic should be deleted." +msgstr "" +"Bạn có một số tập tin điểm cao cũ trong «/var/lib/games/mirrormagic», từ " +"phiên bản 1.3 của trình mirrormagic. Từ phiên bản 2.0.0, trình mirrormagic " +"dùng một khuôn dạng tập tin khác cho điểm cao, mà nó lưu vào «/var/games/" +"mirrormagic». Vì vậy, bạn có thể xóa bỏ toàn thư mục «/var/lib/games/" +"mirrormagic»." + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"However, if the old highscores are important to you or if you think you " +"might want to go back to version 1.3, then you may want to keep the old " +"directory." +msgstr "" +"Tuy nhiên, nếu bạn muốn giữ những điểm cao cũ vì chúng quan trọng cho bạn, " +"hoặc vì bạn có lẽ sẽ muốn trở về phiên bản 1.3, thì bạn sẽ muốn giữ thư mục " +"cũ ấy." --- mirrormagic-2.0.2.0deb1.orig/debian/po/ru.po +++ mirrormagic-2.0.2.0deb1/debian/po/ru.po @@ -0,0 +1,51 @@ +# translation of ru.po to Russian +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Yuri Kozlov , 2009. +msgid "" +msgstr "" +"Project-Id-Version: mirrormagic 2.0.2.0deb1-8\n" +"Report-Msgid-Bugs-To: mirrormagic@packages.debian.org\n" +"POT-Creation-Date: 2012-02-04 08:35+0100\n" +"PO-Revision-Date: 2009-08-05 20:47+0400\n" +"Last-Translator: Yuri Kozlov \n" +"Language-Team: Russian \n" +"Language: ru\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.4\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "Remove old highscores in /var/lib/games/mirrormagic?" +msgstr "Удалить старую таблицу рекордов в /var/lib/games/mirrormagic?" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"You have old highscore files in /var/lib/games/mirrormagic, coming from " +"version 1.3 of mirrormagic. Starting from version 2.0.0, mirrormagic uses a " +"different file format for highscores, and these are placed in /var/games/" +"mirrormagic. Therefore, /var/lib/games/mirrormagic should be deleted." +msgstr "" +"Обнаружены старые файлы рекордов в /var/lib/games/mirrormagic, оставшиеся от " +"mirrormagic версии 1.3. Начиная с версии 2.0.0, в mirrormagic используется " +"другой формат файла для хранения рекордов, и теперь он размещается в /var/" +"games/mirrormagic. Поэтому /var/lib/games/mirrormagic должен быть удалён." + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"However, if the old highscores are important to you or if you think you " +"might want to go back to version 1.3, then you may want to keep the old " +"directory." +msgstr "" +"Однако, если вам жалко терять старые рекорды или вы думаете, что ещё " +"вернётесь на версию 1.3, то можете оставить старый каталог." --- mirrormagic-2.0.2.0deb1.orig/debian/po/it.po +++ mirrormagic-2.0.2.0deb1/debian/po/it.po @@ -0,0 +1,51 @@ +# Italian translation of mirrormagic debconf messages. +# Copyright (C) 2012, mirrormagic package copyright holder +# This file is distributed under the same license as the mirrormagic package. +# Beatrice Torracca , 2012. +msgid "" +msgstr "" +"Project-Id-Version: mirrormagic 2.0.2.0deb1-9\n" +"Report-Msgid-Bugs-To: mirrormagic@packages.debian.org\n" +"POT-Creation-Date: 2012-02-04 08:35+0100\n" +"PO-Revision-Date: 2012-02-04 15:12+0200\n" +"Last-Translator: Beatrice Torracca \n" +"Language-Team: debian-l10n-italian\n" +"Language: it\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Virtaal 0.7.0\n" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "Remove old highscores in /var/lib/games/mirrormagic?" +msgstr "Rimuovere i vecchi punteggi in /var/lib/games/mirrormagic?" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"You have old highscore files in /var/lib/games/mirrormagic, coming from " +"version 1.3 of mirrormagic. Starting from version 2.0.0, mirrormagic uses a " +"different file format for highscores, and these are placed in /var/games/" +"mirrormagic. Therefore, /var/lib/games/mirrormagic should be deleted." +msgstr "" +"In /var/lib/games/mirrormagic sono presenti vecchi file dei punteggi che " +"provengono dalla versione 1.3 di mirrormagic. A partire dalla versione " +"2.0.0, mirrormagic usa un formato diverso per i file dei punteggi e questi " +"sono posizionati in /var/games/mirrormagic. Perciò si dovrebbe eliminare /" +"var/lib/games/mirrormagic." + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"However, if the old highscores are important to you or if you think you " +"might want to go back to version 1.3, then you may want to keep the old " +"directory." +msgstr "" +"Tuttavia, se i vecchi punteggi sono importanti o se si pensa che si potrebbe " +"voler tornare alla versione 1.3, si potrebbe voler mantenere la vecchia " +"directory." --- mirrormagic-2.0.2.0deb1.orig/debian/po/fr.po +++ mirrormagic-2.0.2.0deb1/debian/po/fr.po @@ -0,0 +1,50 @@ +# +# +# +# +msgid "" +msgstr "" +"Project-Id-Version: mirrormagic\n" +"Report-Msgid-Bugs-To: mirrormagic@packages.debian.org\n" +"POT-Creation-Date: 2012-02-04 08:35+0100\n" +"PO-Revision-Date: 2004-02-17 11:21+0100\n" +"Last-Translator: Christian Perrier \n" +"Language-Team: French \n" +"Language: fr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-15\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "Remove old highscores in /var/lib/games/mirrormagic?" +msgstr "Faut-il supprimer les anciens fichiers de rsultats?" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"You have old highscore files in /var/lib/games/mirrormagic, coming from " +"version 1.3 of mirrormagic. Starting from version 2.0.0, mirrormagic uses a " +"different file format for highscores, and these are placed in /var/games/" +"mirrormagic. Therefore, /var/lib/games/mirrormagic should be deleted." +msgstr "" +"Il existe dans le rpertoire /var/lib/games/mirrormagic d'anciens fichiers " +"de meilleurs rsultats, correspondant la version 1.3 de mirrormagic. " +"partir de la version 2.0.0, mirrormagic utilise un format de fichier " +"diffrent pour les meilleurs rsultats, et ces fichiers sont placs dans /" +"var/games/mirrormagic. En consquence, /var/lib/games/mirrormagic doit tre " +"supprim." + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"However, if the old highscores are important to you or if you think you " +"might want to go back to version 1.3, then you may want to keep the old " +"directory." +msgstr "" +"Cependant, si ces anciens fichiers sont importants pour vous, ou si vous " +"prvoyez de revenir la version 1.3, vous avez la possibilit de les " +"conserver."