[Python-apps-commits] r1634 - in packages/freealchemist/trunk (17 files)

dfiloni-guest at users.alioth.debian.org dfiloni-guest at users.alioth.debian.org
Tue Aug 5 21:18:56 UTC 2008


    Date: Tuesday, August 5, 2008 @ 21:18:55
  Author: dfiloni-guest
Revision: 1634

[svn-inject] Applying Debian modifications to trunk

Added:
  packages/freealchemist/trunk/debian/
  packages/freealchemist/trunk/debian/changelog
  packages/freealchemist/trunk/debian/compat
  packages/freealchemist/trunk/debian/control
  packages/freealchemist/trunk/debian/copyright
  packages/freealchemist/trunk/debian/dirs
  packages/freealchemist/trunk/debian/freealchemist-starter
  packages/freealchemist/trunk/debian/freealchemist.1
  packages/freealchemist/trunk/debian/freealchemist.desktop
  packages/freealchemist/trunk/debian/freealchemist.xpm
  packages/freealchemist/trunk/debian/install
  packages/freealchemist/trunk/debian/links
  packages/freealchemist/trunk/debian/manpages
  packages/freealchemist/trunk/debian/menu
  packages/freealchemist/trunk/debian/pyversions
  packages/freealchemist/trunk/debian/rules
  packages/freealchemist/trunk/debian/watch


Property changes on: packages/freealchemist/trunk/debian
___________________________________________________________________
Name: mergeWithUpstream
   + 1

Added: packages/freealchemist/trunk/debian/changelog
===================================================================
--- packages/freealchemist/trunk/debian/changelog	                        (rev 0)
+++ packages/freealchemist/trunk/debian/changelog	2008-08-05 21:18:55 UTC (rev 1634)
@@ -0,0 +1,6 @@
+freealchemist (0.4-1) unstable; urgency=low
+
+  * Initial release (Closes: #488391).
+
+ -- Devid Antonio Filoni <d.filoni at ubuntu.com>  Sat, 28 Jun 2008 15:00:28 +0200
+

Added: packages/freealchemist/trunk/debian/compat
===================================================================
--- packages/freealchemist/trunk/debian/compat	                        (rev 0)
+++ packages/freealchemist/trunk/debian/compat	2008-08-05 21:18:55 UTC (rev 1634)
@@ -0,0 +1 @@
+5

Added: packages/freealchemist/trunk/debian/control
===================================================================
--- packages/freealchemist/trunk/debian/control	                        (rev 0)
+++ packages/freealchemist/trunk/debian/control	2008-08-05 21:18:55 UTC (rev 1634)
@@ -0,0 +1,20 @@
+Source: freealchemist
+Section: games
+Priority: optional
+Maintainer: Devid Antonio Filoni <d.filoni at ubuntu.com>
+Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
+Build-Depends: cdbs, debhelper (>= 5)
+Build-Depends-Indep: python-support (>= 0.5.3)
+Standards-Version: 3.8.0
+Homepage: http://dak.netsons.org/Projects/FreeAlchemist/index.htm
+
+Package: freealchemist
+Architecture: all
+Depends: ${python:Depends}, python-pygame
+XB-Python-Version: ${python:Versions}
+Description: Simpler figure block game
+ FreeAlchemist is a figure block game written in Python where you have to
+ connect blocks.
+ .
+ The three blocks connected with the same shape will be replaced by a block
+ with a different shape.

Added: packages/freealchemist/trunk/debian/copyright
===================================================================
--- packages/freealchemist/trunk/debian/copyright	                        (rev 0)
+++ packages/freealchemist/trunk/debian/copyright	2008-08-05 21:18:55 UTC (rev 1634)
@@ -0,0 +1,34 @@
+This package was debianized by Devid Antonio Filoni <d.filoni at ubuntu.com> on
+Sat, 28 Jun 2008 15:00:28 +0200.
+
+It was downloaded from http://dak.netsons.org/Projects/FreeAlchemist/index.htm
+
+Upstream Author: 
+
+    Dak <dak.linux at gmail.com>
+
+Copyright: 
+
+    Copyright (C) 2008 Dak <dak.linux at gmail.com>
+
+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 can be found in `/usr/share/common-licenses/GPL'.
+
+The Debian packaging is (C) 2008, Devid Antonio Filoni <d.filoni at ubuntu.com> and
+is licensed under the GPL, see above.

Added: packages/freealchemist/trunk/debian/dirs
===================================================================
--- packages/freealchemist/trunk/debian/dirs	                        (rev 0)
+++ packages/freealchemist/trunk/debian/dirs	2008-08-05 21:18:55 UTC (rev 1634)
@@ -0,0 +1,4 @@
+usr/games
+usr/share/applications
+usr/share/games/freealchemist
+usr/share/pixmaps

Added: packages/freealchemist/trunk/debian/freealchemist-starter
===================================================================
--- packages/freealchemist/trunk/debian/freealchemist-starter	                        (rev 0)
+++ packages/freealchemist/trunk/debian/freealchemist-starter	2008-08-05 21:18:55 UTC (rev 1634)
@@ -0,0 +1,4 @@
+#!/bin/sh
+# Start FreeAlchemist
+cd /usr/share/games/freealchemist
+exec python freealchemist.py

Added: packages/freealchemist/trunk/debian/freealchemist.1
===================================================================
--- packages/freealchemist/trunk/debian/freealchemist.1	                        (rev 0)
+++ packages/freealchemist/trunk/debian/freealchemist.1	2008-08-05 21:18:55 UTC (rev 1634)
@@ -0,0 +1,15 @@
+.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 <dak.linux at gmail.com>.
+.PP
+This manual page was written by Devid Antonio Filoni <d.filoni at ubuntu.com>,
+for the Debian project (but may be used by others).

Added: packages/freealchemist/trunk/debian/freealchemist.desktop
===================================================================
--- packages/freealchemist/trunk/debian/freealchemist.desktop	                        (rev 0)
+++ packages/freealchemist/trunk/debian/freealchemist.desktop	2008-08-05 21:18:55 UTC (rev 1634)
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Name=FreeAlchemist
+Comment=A simpler figure block game
+Icon=freealchemist
+Exec=/usr/games/freealchemist
+Terminal=false
+Type=Application
+Categories=Game;BlocksGame;

Added: packages/freealchemist/trunk/debian/freealchemist.xpm
===================================================================
--- packages/freealchemist/trunk/debian/freealchemist.xpm	                        (rev 0)
+++ packages/freealchemist/trunk/debian/freealchemist.xpm	2008-08-05 21:18:55 UTC (rev 1634)
@@ -0,0 +1,335 @@
+/* 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 `  ...+.+. at .#.$.%.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.++ at +#+$+%+&+            ",
+"          *+=+-+;+>+,+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+`+ @. at s J++@@@                  ",
+"                  #@$@%@D.R+I+I+&@*@=@-@;@>@                    ",
+"                    , at o '@)@!@!@~@E.{@]@                        ",
+"                        ^@n./@/@(@_@                            ",
+"                                                                ",
+"                                                                "};

Added: packages/freealchemist/trunk/debian/install
===================================================================
--- packages/freealchemist/trunk/debian/install	                        (rev 0)
+++ packages/freealchemist/trunk/debian/install	2008-08-05 21:18:55 UTC (rev 1634)
@@ -0,0 +1,4 @@
+freealchemist.py usr/share/games/freealchemist
+media usr/share/games/freealchemist
+debian/freealchemist.xpm usr/share/pixmaps
+debian/freealchemist.desktop usr/share/applications

Added: packages/freealchemist/trunk/debian/links
===================================================================
--- packages/freealchemist/trunk/debian/links	                        (rev 0)
+++ packages/freealchemist/trunk/debian/links	2008-08-05 21:18:55 UTC (rev 1634)
@@ -0,0 +1 @@
+usr/share/games/freealchemist/media/p1.png usr/share/pixmaps/freealchemist.png

Added: packages/freealchemist/trunk/debian/manpages
===================================================================
--- packages/freealchemist/trunk/debian/manpages	                        (rev 0)
+++ packages/freealchemist/trunk/debian/manpages	2008-08-05 21:18:55 UTC (rev 1634)
@@ -0,0 +1 @@
+debian/freealchemist.1

Added: packages/freealchemist/trunk/debian/menu
===================================================================
--- packages/freealchemist/trunk/debian/menu	                        (rev 0)
+++ packages/freealchemist/trunk/debian/menu	2008-08-05 21:18:55 UTC (rev 1634)
@@ -0,0 +1,3 @@
+?package(freealchemist):needs="X11" section="Games/Blocks"\
+	title="FreeAlchemist" command="/usr/games/freealchemist"\
+	icon="/usr/share/pixmaps/freealchemist.xpm"

Added: packages/freealchemist/trunk/debian/pyversions
===================================================================
--- packages/freealchemist/trunk/debian/pyversions	                        (rev 0)
+++ packages/freealchemist/trunk/debian/pyversions	2008-08-05 21:18:55 UTC (rev 1634)
@@ -0,0 +1 @@
+2.3-

Added: packages/freealchemist/trunk/debian/rules
===================================================================
--- packages/freealchemist/trunk/debian/rules	                        (rev 0)
+++ packages/freealchemist/trunk/debian/rules	2008-08-05 21:18:55 UTC (rev 1634)
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+
+
+install/freealchemist::
+	install -m755 $(CURDIR)/debian/freealchemist-starter $(CURDIR)/debian/freealchemist/usr/games/freealchemist
+	dh_pysupport -pfreealchemist


Property changes on: packages/freealchemist/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: packages/freealchemist/trunk/debian/watch
===================================================================
--- packages/freealchemist/trunk/debian/watch	                        (rev 0)
+++ packages/freealchemist/trunk/debian/watch	2008-08-05 21:18:55 UTC (rev 1634)
@@ -0,0 +1,2 @@
+version=3
+http://dak.netsons.org/Projects/FreeAlchemist/index.htm relase/freealchemist(.*)\.tar\.gz




More information about the Python-apps-commits mailing list