debian/0000755000000000000000000000000011677466726007214 5ustar debian/changelog0000644000000000000000000000522511677466726011072 0ustar magicor (1.1-4build1) precise; urgency=low * Rebuild to drop python2.6 dependencies. -- Matthias Klose Sat, 31 Dec 2011 02:05:10 +0000 magicor (1.1-4) unstable; urgency=low * Adopt package; change maintainer field in debian/control to: Debian Games Team . (Closes: #632988) * Add myself to uploaders. * Update debian/copyright to conform to DEP-5. * Move manpage section to 6. * Add Vcs-* entries in debian/control. * Update Standards version from 3.8.4 to 3.9.2, no changes required. * Update debhelper compatiblity level from 7 to 8. * Transition to dh_python2; drop python-support from build-depends. * Add debian/magicor.desktop. (LP: #721536) * Add Magicor icon; install to /usr/share/pixmaps. -- Vincent Cheng Sat, 09 Jul 2011 14:43:18 -0700 magicor (1.1-3) unstable; urgency=low [ Luca Falavigna ] * Allow byte-compilation of Python files (Closes: #566045): - Build-depend on python-support. - Invoke dh_pysupport in rules. * Depend on ${python:Depends} instead of a specific Python version. * Do not create usr/lib/python2.5/site-packages/magicor, let the build process to install files into the correct location. [ Xavier Oswald ] * Fix magicor requiring versioned dependency (Closes: #536208) * Avoid debian/watch file to catch development versions -- Xavier Oswald Wed, 17 Mar 2010 16:07:12 +0100 magicor (1.1-2) unstable; urgency=low * Bump Standards-Version to 3.8.4 * Fix FTBFS with Python 2.6 (Closes: #571496) * Add debian/watch file * Switch to dpkg-source 3.0 (quilt) format -- Xavier Oswald Tue, 02 Mar 2010 15:43:20 +0100 magicor (1.1-1) unstable; urgency=low * New upstream release * debian/control: + change my mail address + Bump Standards-Version to 3.8.1 + Remove DM flag + Update debhelper to 7 + Update python to 2.5 + move python from Build-Depends to Build-Depends-Indep * Update debian/Compat to 7 * Update python version in debian/magicor.install * Update python version in debian/magicor.dirs * Fix for victory animation problem (closes: #412391) * Fix for penguin artifact in ice block problem (closes: #412486) * Time statistics for completed levels (closes: #413317) * Fix lintian warnings: W: magicor: description-contains-homepage I: magicor source: build-depends-without-arch-dep python -- Xavier Oswald Fri, 24 Apr 2009 13:02:12 +0200 magicor (1.0-1) unstable; urgency=low * Initial release (closes: #407346) -- Xavier Oswald Wed, 17 Jan 2007 18:24:13 +0100 debian/magicor.menu0000644000000000000000000000025311350170034011467 0ustar ?package(magicor): \ needs="X11" \ section="Games/Puzzles" \ title="magicor" \ longtitle="puzzle game in the spirit of solomon's key" \ command="/usr/games/magicor" debian/rules0000755000000000000000000000064611611407610010251 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/makefile.mk DEB_MAKE_CLEAN_TARGET = clean DEB_MAKE_BUILD_TARGET = all DEB_MAKE_INSTALL_TARGET = install DESTDIR=$(CURDIR)/debian/tmp/ DEB_MAKE_MAKEFILE = Makefile.debian DEB_PYTHON2_MODULE_PACKAGES = magicor binary-install/magicor:: rm -rf $(CURDIR)/debian/tmp/usr/share/games/magicor/levels/_test/ dh_python2 -pmagicor debian/magicor.60000644000000000000000000000174011607706743010713 0ustar .TH MAGICOR 6 "January 17, 2007" .SH NAME Magicor \- Puzzle game in the spirit of solomon's key .SH SYNOPSIS .B magicor [\fIOPTION\fR] .SH DESCRIPTION Magicor is a small puzzle game similar to the old NES classic solomon's key. You control tux the penguin and create ice blocks to extinguish all fires on each map. .SH OPTIONS .TP \fB\-h\fR, \fB\-\-help\fR show this help message and exit .TP \fB\-c CONFIGPATH\fR, \fB\-\-config=CONFIGPATH\fR use this default config, default /etc/magicor.conf .TP \fB\-j JOYSTICK\fR, \fB\-\-joystick=JOYSTICK\fR enable/disable joystick .TP \fB\-m MUSIC\fR, \fB\-\-music=MUSIC\fR enable/disable music .TP \fB\-s SOUND\fR, \fB\-\-sound=SOUND\fR enable/disable sound .TP \fB\-f FULLSCREEN\fR, \fB\-\-fullscreen=FULLSCREEN\fR enable/disable fullscreen .SH "SEE ALSO" .PP http://magicor.sf.net/ .SH AUTHOR Magicor was written by peter gebauer . .PP This manual page was written by Xavier Oswald, for the Debian project (but may be used by others). debian/magicor.manpages0000644000000000000000000000005111606154300012314 0ustar debian/magicor.6 debian/magicor-editor.6 debian/control0000644000000000000000000000241511606153422010573 0ustar Source: magicor Section: games Priority: optional Maintainer: Debian Games Team Uploaders: Vincent Cheng Build-Depends: debhelper (>= 8), python (>= 2.6.6-3~), cdbs (>= 0.4.90~) Standards-Version: 3.9.2 X-Python-Version: >= 2.6 Homepage: http://magicor.sf.net/ Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/magicor/ Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/magicor/ Package: magicor Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-pygame, magicor-data (= ${binary:Version}), libsdl-image1.2, libsdl-mixer1.2, python-gtk2, libglade2-0 Description: puzzle game in the spirit of solomon's key Magicor is a small puzzle game similar to the old NES classic solomon's key. You control tux the penguin and create ice blocks to extinguish all fires on each map. Package: magicor-data Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends} Description: data files for the magicor puzzle game Magicor is a small puzzle game similar to the old NES classic solomon's key. You control tux the penguin and create ice blocks to extinguish all fires on each map. This package contains all data files necessary to run the game. debian/magicor.png0000644000000000000000000001245011606151373011322 0ustar PNG  IHDR!0nQzTXtRaw profile type exifxU 0 "%>rBH L -}6`YR Xcל<[Tf[_z+,›~HTDÊ\yׯ>,- / iTXtXML:com.adobe.xmp  NsBIT|d XIDATX͘k\Yۜ93;;;^oD 6ԘTBBHH|@UKn|TB EBEHUM *lB&u];s9}0:34}%GsUu;<&@;r `.]3R|1Ա?lDIA2bFGG07ŋ~lB;{E̠H%8pÇx ^eEۻvL^(4r;bUwOٳg555Gc c %' 9y$gΜԩS~z 1@Q\Ѩoy'`~~^Ygx{r9o2L2ȲNťGR.6W UByusxzm9#EKLNLCoRsARhmjnp9m(^A~\ɩzι0 (c>Zo/R5hn,-Yֿy%mDeeUTը*ڽJm a9η)suXZ ?ܾ +SAA-I@~ I6Ѝ&ͬ{ -ۆPbPDG!_`מ1I‹/sv:T@ XXyջ8~$?0cwwӿqU DD01*cc#joBD}}yBsCtAXc5ArrD}jdYřm;BUET{g2==:?PBDp 5"ƹp/ _7FD>_Pz;~c iZ"zp|i4s}y"Vwnj#Bvf||86U%IݝGs \}krZŗpY6`Z c( r!k>|%l.cZVOYZ+4u;8}pj(b1i)I Wd.Éハ-xp{yGh4\e*;F]y0y=L0ZMe,,-Ի,,ws-7.0Rq`%pΈt):DRO}48Y\PL ]/v" ӽcw|pazTL Lܵ N>>Zs=1JA&'2Vo댏SV-ڒ'_({v~w[XEVZT豟4$}' Nr?!"찴s˔ Ykpej77P,|泞)~گ3-'.bv^_#lxg\t}rYKׄ`91d;˻P?j} XejV#q mV&q<48T@α;_xbg/F% kӐJ06yBow;JmSvXy5>Uxz_4!m2W];91}ȳG'?Oȓ%Xca:Z^SZ2R8Q V;MlBۋihxOߣ4*%FY+=oɯ!h:IENDB`debian/copyright0000644000000000000000000000404511606147710011127 0ustar Format: http://dep.debian.net/deps/dep5 Upstream-Name: magicor Source: http://magicor.sf.net/ Files: * Copyright: 2006 Peter Gebauer License: public-domain Files: debian/* Copyright: 2007-2010 Xavier Oswald 2011 Vincent Cheng License: public-domain License: public-domain This project and all of it's content, regardless of copyright holder, is released as Public Domain as stated: . The person or persons who have associated work with this document (the "Dedicator" or "Certifier") hereby either (a) certifies that, to the best of his knowledge, the work of authorship identified is in the public domain of the country from which the work is published, or (b) hereby dedicates whatever copyright the dedicators holds in the work of authorship identified below (the "Work") to the public domain. A certifier, moreover, dedicates any copyright interest he may have in the associated work, and for these purposes, is described as a "dedicator" below. . A certifier has taken reasonable steps to verify the copyright status of this work. Certifier recognizes that his good faith efforts may not shield him from liability if in fact the work certified is not in the public domain. . Dedicator makes this dedication for the benefit of the public at large and to the detriment of the Dedicator's heirs and successors. Dedicator intends this dedication to be an overt act of relinquishment in perpetuity of all present and future rights under copyright law, whether vested or contingent, in the Work. Dedicator understands that such relinquishment of all rights includes the relinquishment of all rights to enforce (by lawsuit or otherwise) those copyrights in the Work. . Dedicator recognizes that, once placed in the public domain, the Work may be freely reproduced, distributed, transmitted, used, modified, built upon, or otherwise exploited by anyone for any purpose, commercial or non-commercial, and in any way, including by methods that have not yet been invented or conceived. debian/source/0000755000000000000000000000000011606152232010464 5ustar debian/source/include-binaries0000644000000000000000000000002311606151770013625 0ustar debian/magicor.png debian/source/format0000644000000000000000000000001411350170034011666 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000010111350173132010203 0ustar version=3 http://sf.net/magicor/magicor-source-([\d.]+)\.tar\.gz debian/compat0000644000000000000000000000000211606146335010371 0ustar 8 debian/magicor-data.install0000644000000000000000000000004511611407503013103 0ustar debian/tmp/usr/share/games/magicor/* debian/docs0000644000000000000000000000000711350170034010030 0ustar README debian/magicor.desktop0000644000000000000000000000027511606151432012205 0ustar [Desktop Entry] Name=Magicor Categories=Game Comment=Puzzle game in the spirit of solomon's key Terminal=false Type=Application Exec=/usr/games/magicor Icon=/usr/share/pixmaps/magicor.png debian/magicor-editor.60000644000000000000000000000112611607706725012175 0ustar .TH MAGICOR-EDITOR 6 "January 17, 2007" .SH NAME Magicor-Editor \- Level editor for Magicor .SH SYNOPSIS .B magicor-editor [\fIOPTION\fR] .SH DESCRIPTION Magicor-LevelEditor \- Level editor for Magicor .SH OPTIONS .TP \fB\-h\fR, \fB\-\-help\fR show this help message and exit .TP \fB\-c CONFIGPATH\fR, \fB\-\-config=CONFIGPATH\fR use this default config, default /etc/magicor-editor.conf .SH "SEE ALSO" .PP http://magicor.sf.net/ .SH AUTHOR Magicor was written by peter gebauer . .PP This manual page was written by Xavier Oswald, for the Debian project (but may be used by others). debian/magicor.install0000644000000000000000000000070511607706661012213 0ustar debian/magicor.png usr/share/pixmaps/ debian/magicor.desktop usr/share/applications/ debian/tmp/usr/games/magicor debian/tmp/usr/games/magicor-editor debian/tmp/etc/magicor.conf debian/tmp/etc/magicor-editor.conf debian/tmp/usr/lib/python*/*-packages/magicor/*.py debian/tmp/usr/lib/python*/*-packages/magicor/editor/*.py debian/tmp/usr/lib/python*/*-packages/magicor/sprites/*.py debian/tmp/usr/lib/python*/*-packages/magicor/states/*.py