debian/0000755000000000000000000000000011651526416007175 5ustar debian/install0000644000000000000000000000026211046143117010555 0ustar freealchemist.py usr/share/games/freealchemist media usr/share/games/freealchemist debian/freealchemist.xpm usr/share/pixmaps debian/freealchemist.desktop usr/share/applications debian/rules0000755000000000000000000000101311651526416010250 0ustar #!/usr/bin/make -f %: dh --with python2 $@ override_dh_auto_install: install -m 755 $(CURDIR)/debian/freealchemist-starter $(CURDIR)/debian/freealchemist/usr/games/freealchemist get-orig-source: VER=$(shell dpkg-parsechangelog | sed -rn 's,^Version: ([^-]*).*,\1,p');\ git clone -q https://github.com/dakk/FreeAlchemist.git orig-source &&\ cd orig-source && git checkout -q v$$VER &&\ git archive --format tar --prefix freealchemist-$$VER/ HEAD | bzip2 -9 > ../freealchemist_$$VER.orig.tar.bz2 rm -rf orig-source debian/manpages0000644000000000000000000000002711046143117010701 0ustar debian/freealchemist.1 debian/compat0000644000000000000000000000000211651526416010373 0ustar 7 debian/freealchemist.10000644000000000000000000000075411046143117012067 0ustar .TH freealchemist 1 "28 Jun 2008" .SH NAME freealchemist \- Simpler figure block game .PP \fBFreeAlchemist\fP is a figure block game written in Python where you have to connect blocks. .PP The three blocks connected with the same shape will be replaced by a block with a different shape. .RE .SH AUTHOR freealchemist was written by PDak . .PP This manual page was written by Devid Antonio Filoni , for the Debian project (but may be used by others). debian/copyright0000644000000000000000000000240211651526416011126 0ustar This package was debianized by Devid Antonio Filoni on Sat, 28 Jun 2008 15:00:28 +0200. It was downloaded from http://dak.netsons.org/Projects/FreeAlchemist/index.htm Upstream Author: Dak Copyright: Copyright © 2008 Dak License: This package 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 package 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 package; 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 2 can be found in `/usr/share/common-licenses/GPL-2'. The Debian packaging is © 2008, Devid Antonio Filoni and is licensed under the GPL-2, see above. debian/freealchemist-starter0000644000000000000000000000013711046143117013405 0ustar #!/bin/sh # Start FreeAlchemist cd /usr/share/games/freealchemist exec python freealchemist.py debian/dirs0000644000000000000000000000012111046143117010042 0ustar usr/games usr/share/applications usr/share/games/freealchemist usr/share/pixmaps debian/control0000644000000000000000000000150011651526416010574 0ustar Source: freealchemist Section: games Priority: optional Maintainer: Devid Antonio Filoni Uploaders: Python Applications Packaging Team Build-Depends: debhelper (>= 7.0.50), python (>= 2.6.6-3~) Standards-Version: 3.9.2 Homepage: https://github.com/dakk/FreeAlchemist Vcs-Svn: svn://svn.debian.org/python-apps/packages/freealchemist/trunk/ Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/freealchemist/trunk/ Package: freealchemist Architecture: all Depends: ${misc:Depends}, ${python:Depends}, python-pygame Description: simpler figure block game FreeAlchemist is a figure block game written in Python where you have to connect blocks. . The three or more blocks connected with the same shape will be replaced by a block with a different shape. debian/freealchemist.desktop0000644000000000000000000000026411046143117013374 0ustar [Desktop Entry] Name=FreeAlchemist Comment=A simpler figure block game Icon=freealchemist Exec=/usr/games/freealchemist Terminal=false Type=Application Categories=Game;BlocksGame; debian/links0000644000000000000000000000011711046143117010226 0ustar usr/share/games/freealchemist/media/p1.png usr/share/pixmaps/freealchemist.png debian/source/0000755000000000000000000000000011651526416010475 5ustar debian/source/format0000644000000000000000000000001411651526416011703 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000423211651526416011050 0ustar freealchemist (0.5-1) unstable; urgency=low * New upstream release. * Switch to format 3.0 (quilt). * debian/rules: use python2 sequence. * debian/control: remove cdbs from Build-Depends field. * debian/control: add debhelper (>= 7.0.50) and python (>= 2.6.6-3~) to Build-Depends field. * debian/control: remove Build-Depends-Indep and XB-Python-Version fields. * debian/control: add Homepage field. * debian/rules: add get-orig-source target. * Remove 01_extremes.patch and 02_extend_explode.patch patches, merged upstream. * Fix copyright-refers-to-symlink-license lintian pedantic. * Bump Standards-Version to 3.9.2. -- Devid Antonio Filoni Sun, 23 Oct 2011 14:56:50 +0200 freealchemist (0.4-4) unstable; urgency=low [Sandro Tosi] * debian/control: switch Vcs-Browser field to viewsvn. [Devid Antonio Filoni] * Update 02_extend_explode.patch to fix some bugs in the explosion handling, patch by Bas Wijnen (Closes: #597401). * Remove not-working-anymore debian/watch file. * debian/control: remove Homepage field. * Fix missing-debian-source-format lintian info. * Bump Standards-Version to 3.9.1. -- Devid Antonio Filoni Fri, 04 Mar 2011 16:21:08 +0100 freealchemist (0.4-3) unstable; urgency=low * Fix "debhelper-but-no-misc-depends" lintian warning. * Add 02_extend_explode.patch from Lionel Dricot , this makes three or more connected blocks with the same shape to explode instead of only three. * Rename debian/patches/extremes.patch to debian/patches/01_extremes.patch. -- Devid Antonio Filoni Sun, 15 Feb 2009 13:39:59 +0100 freealchemist (0.4-2) unstable; urgency=low * Add simple-patchsys support. * Add debian/README.source file. * Add extremes.patch patch from Lionel Dricot , this allow pieces to go vertically to the extremes. -- Devid Antonio Filoni Mon, 29 Sep 2008 18:01:32 +0200 freealchemist (0.4-1) unstable; urgency=low * Initial release (Closes: #488391). -- Devid Antonio Filoni Sat, 28 Jun 2008 15:00:28 +0200 debian/menu0000644000000000000000000000024411046143117010053 0ustar ?package(freealchemist):needs="X11" section="Games/Blocks"\ title="FreeAlchemist" command="/usr/games/freealchemist"\ icon="/usr/share/pixmaps/freealchemist.xpm" debian/freealchemist.xpm0000644000000000000000000001556211046143117012536 0ustar /* XPM */ static char * p1_xpm[] = { "32 32 300 2", " c None", ". c #655743", "+ c #736550", "@ c #6C5E4A", "# c #5D503C", "$ c #594A36", "% c #8B7D64", "& c #B9AC92", "* c #B5A78E", "= c #9F927A", "- c #695B46", "; c #584A37", "> c #0D5396", ", c #4A5051", "' c #A69675", ") c #B4A482", "! c #C2B599", "~ c #C6B99F", "{ c #BDB096", "] c #82745E", "^ c #0F63B4", "/ c #5797D5", "( c #6E7474", "_ c #B0A07D", ": c #B4A584", "< c #BDAF92", "[ c #C5B89E", "} c #BBAE95", "| c #645641", "1 c #146BBF", "2 c #81BEFB", "3 c #81B0DB", "4 c #AEA07F", "5 c #B2A27F", "6 c #BAAB8D", "7 c #685A45", "8 c #0654A0", "9 c #449DF6", "0 c #6DB5FE", "a c #769EBC", "b c #A9A084", "c c #B1A283", "d c #92846B", "e c #5B4D38", "f c #0958A6", "g c #3399FF", "h c #3C9EFF", "i c #449AED", "j c #6D9CC1", "k c #679CCA", "l c #477FB3", "m c #355774", "n c #044F98", "o c #1A61A6", "p c #2267AB", "q c #07529B", "r c #1A74CC", "s c #399CFF", "t c #75BAFE", "u c #49A4FF", "v c #3297FD", "w c #1065B7", "x c #2C70B2", "y c #5794D0", "z c #75B4F2", "A c #71B8FE", "B c #69B1F8", "C c #5A9DDF", "D c #1B71C6", "E c #3095F9", "F c #5CADFE", "G c #78BBFE", "H c #207CD8", "I c #024F99", "J c #014D96", "K c #004C95", "L c #09549B", "M c #518DC8", "N c #70B1F2", "O c #57ABFE", "P c #54A9FF", "Q c #64B1FF", "R c #63AEF9", "S c #5EA7EF", "T c #58A8F8", "U c #3F9FFF", "V c #85C2FE", "W c #56AAFE", "X c #0E62B3", "Y c #6BA6E0", "Z c #63B0FD", "` c #6DB6FF", " . c #A3D1FF", ".. c #B4D9FF", "+. c #B7DBFF", "@. c #A1D0FF", "#. c #99CCFF", "$. c #55A9FE", "%. c #359AFF", "&. c #217DD9", "*. c #155DA3", "=. c #055099", "-. c #4F8CC8", ";. c #62B1FE", ">. c #369BFF", ",. c #79BCFF", "'. c #98CBFF", "). c #CAE5FF", "!. c #D6EBFF", "~. c #BBDDFF", "{. c #63B1FF", "]. c #3298FD", "^. c #1770C6", "/. c #61A3E3", "(. c #2268AB", "_. c #2E72B3", ":. c #70B3F5", "<. c #4FA7FF", "[. c #BCDEFF", "}. c #D6EBFE", "|. c #D5ECFC", "1. c #D0EBFA", "2. c #A6D6F8", "3. c #98CEF9", "4. c #51A7FF", "5. c #2F92F6", "6. c #6EAAE5", "7. c #034F97", "8. c #5C9BD8", "9. c #4FA7FE", "0. c #52A8FF", "a. c #94D4EB", "b. c #ACE7DC", "c. c #D0F4E7", "d. c #D0F5E5", "e. c #C4F2DC", "f. c #A3EDC7", "g. c #8CE4BF", "h. c #7AE1B4", "i. c #1FC492", "j. c #23B4B7", "k. c #319DF5", "l. c #71B7FD", "m. c #2167AA", "n. c #0C569D", "o. c #78BAFB", "p. c #2F9FEE", "q. c #24BDA4", "r. c #6BE88B", "s. c #93F09C", "t. c #A6F499", "u. c #B2F793", "v. c #B8F990", "w. c #BDFB8B", "x. c #ADFA6F", "y. c #8BF833", "z. c #64F027", "A. c #40E639", "B. c #14CF6D", "C. c #27ADC8", "D. c #43A1FF", "E. c #619BD2", "F. c #3375B6", "G. c #61B0FE", "H. c #1AC38F", "I. c #27DE4C", "J. c #68F02E", "K. c #8FF743", "L. c #A6F963", "M. c #A8FA66", "N. c #A3F95D", "O. c #93F842", "P. c #85F727", "Q. c #7DF71B", "R. c #7DF71A", "S. c #78F61C", "T. c #39E43D", "U. c #12D461", "V. c #2BA7D9", "W. c #71A9E1", "X. c #0C569E", "Y. c #4180BE", "Z. c #53A9FE", "`. c #2AA7D9", " + c #26DE56", ".+ c #72F231", "++ c #89F647", "@+ c #36E15D", "#+ c #1AC290", "$+ c #329BF9", "%+ c #6DACEA", "&+ c #1C62A7", "*+ c #4E8BC7", "=+ c #4CA5FE", "-+ c #26AEC6", ";+ c #4EE575", ">+ c #B9FA8F", ",+ c #8FF83B", "'+ c #87F72C", ")+ c #A9FA6A", "!+ c #89F089", "~+ c #1EDC5D", "{+ c #14CD74", "]+ c #2DA2E6", "^+ c #65A9ED", "/+ c #2167AB", "(+ c #387AB9", "_+ c #27ADCA", ":+ c #13DA57", "<+ c #51E579", "[+ c #B6F7AC", "}+ c #BCFA91", "|+ c #A1F95C", "1+ c #9CF953", "2+ c #9DF955", "3+ c #A7F968", "4+ c #BBFB8B", "5+ c #BFF9A1", "6+ c #9EF2A3", "7+ c #65E884", "8+ c #12DA57", "9+ c #0DD954", "0+ c #15CA7B", "a+ c #2FA0ED", "b+ c #70AEEA", "c+ c #1E64A8", "d+ c #1E64A9", "e+ c #72B8FE", "f+ c #2DA2E7", "g+ c #32DF68", "h+ c #5FE781", "i+ c #95F19F", "j+ c #68E986", "k+ c #46E373", "l+ c #18DB5A", "m+ c #1BC193", "n+ c #329AFB", "o+ c #70A9E0", "p+ c #6EADEB", "q+ c #409FFF", "r+ c #17C783", "s+ c #0ED759", "t+ c #2AA8D6", "u+ c #54A9FE", "v+ c #4B89C5", "w+ c #4585C4", "x+ c #58ABFD", "y+ c #28ABCF", "z+ c #11D267", "A+ c #19C48D", "B+ c #359BFC", "C+ c #71B5F8", "D+ c #135CA2", "E+ c #67A5E1", "F+ c #12D06C", "G+ c #0DD856", "H+ c #1DBD9D", "I+ c #309EF1", "J+ c #5AAAF9", "K+ c #4183C2", "L+ c #256AAD", "M+ c #6BB1F5", "N+ c #29AAD2", "O+ c #15CC77", "P+ c #0FD65B", "Q+ c #1CBE9B", "R+ c #319CF8", "S+ c #5D9BD8", "T+ c #10599F", "U+ c #2A6EB0", "V+ c #69A8E6", "W+ c #4AA4FF", "X+ c #369DFA", "Y+ c #19C58A", "Z+ c #16C97F", "`+ c #17C881", " @ c #1BC194", ".@ c #2CA4E2", "+@ c #5B99D6", "@@ c #065199", "#@ c #1A62A6", "$@ c #4F90D1", "%@ c #6EB3F7", "&@ c #329EF3", "*@ c #40A1FC", "=@ c #5DAEFE", "-@ c #73B5F5", ";@ c #3D7FBF", ">@ c #0D579D", ",@ c #004C96", "'@ c #508DC8", ")@ c #68A4E0", "!@ c #69A7E4", "~@ c #6FA7DE", "{@ c #3678B8", "]@ c #09539B", "^@ c #014D95", "/@ c #115AA0", "(@ c #07529A", "_@ c #014C96", " ", " ", " . + @ # ", " $ % & * = - ; ", " > , ' ) ! ~ { ] ", " ^ / ( _ _ : < [ } | ", " 1 2 3 4 _ _ _ 5 6 7 ", " 8 9 0 a b _ _ c d e ", " f g h g i j k l m ", " n o p p q r s t u g g g v w ", " x y z A B C D E F G g g H I J K ", " L M N O P Q R S T U V W g g X ", " L Y Z U ` ...+.+.@.#.$.%.g &.*. ", " =.-.;.>.,.'.).!.!.!.~.#.{.g ].^./.(. ", " _.:.g <.#.[.}.|.|.1.2.3.4.g g 5.u 6.7. ", " J 8.9.g 0.a.b.c.d.e.f.g.h.i.j.k.g %.l.m. ", " n.o.>.p.q.r.s.t.u.v.w.x.y.z.A.B.C.g D.E.J ", " F.G.g H.I.J.K.L.M.N.O.P.Q.R.S.T.U.V.g W.X. ", " Y.Z.`. +.+R.R.R.R.R.R.R.R.R.R.++@+#+$+%+&+ ", " *+=+-+;+>+,+R.R.R.R.R.R.R.'+)+!+~+{+]+^+/+ ", " (+F _+:+<+[+}+|+1+2+3+4+5+6+7+8+9+0+a+b+c+ ", " d+e+f+9+9+g+h+i+i+i+i+j+k+l+9+9+9+m+n+o+n. ", " J p+q+r+9+9+9+9+9+9+9+9+9+9+9+9+s+t+u+v+ ", " w+x+y+z+9+9+9+9+9+9+9+9+9+9+9+A+B+C+*. ", " D+E+h y+F+9+9+9+9+9+9+9+9+G+H+I+J+K+K ", " L+M+h N+O+9+9+9+9+9+9+P+Q+R+u S+T+ ", " U+V+W+X+j.Y+Z+Z+`+ @.@s J++@@@ ", " #@$@%@D.R+I+I+&@*@=@-@;@>@ ", " ,@o '@)@!@!@~@E.{@]@ ", " ^@n./@/@(@_@ ", " ", " "};