[Pkg-mono-svn-commits] rev 3441 - in non-group/gbrainy/trunk: . debian debian/patches

Siegfried-Angel Gevatter Pujals rainct-guest at alioth.debian.org
Tue Nov 20 21:49:20 UTC 2007


Author: rainct-guest
Date: 2007-11-20 21:49:20 +0000 (Tue, 20 Nov 2007)
New Revision: 3441

Added:
   non-group/gbrainy/trunk/debian/
   non-group/gbrainy/trunk/debian/changelog
   non-group/gbrainy/trunk/debian/compat
   non-group/gbrainy/trunk/debian/control
   non-group/gbrainy/trunk/debian/copyright
   non-group/gbrainy/trunk/debian/gbrainy.xpm
   non-group/gbrainy/trunk/debian/menu
   non-group/gbrainy/trunk/debian/patches/
   non-group/gbrainy/trunk/debian/patches/05_exe-file-location.patch
   non-group/gbrainy/trunk/debian/rules
   non-group/gbrainy/trunk/debian/watch
Log:
[svn-inject] Applying Debian modifications to trunk


Property changes on: non-group/gbrainy/trunk/debian
___________________________________________________________________
Name: mergeWithUpstream
   + 1

Added: non-group/gbrainy/trunk/debian/changelog
===================================================================
--- non-group/gbrainy/trunk/debian/changelog	                        (rev 0)
+++ non-group/gbrainy/trunk/debian/changelog	2007-11-20 21:49:20 UTC (rev 3441)
@@ -0,0 +1,37 @@
+gbrainy (0.41-1) unstable; urgency=low
+
+  * New upstream release (Closes: #451844)
+     - Fixes "circles in a rectangle"'s answer (Closes: #449062)
+  * debian/control:
+     - move homepage to its own field
+     - push up debhelper and cdbs' mininum versions
+     - add XS-Vcs-Svn field
+  * debian/gbrainy.6: drop it, file has been adopted by upstream
+  * debian/watch: push version up to 3
+  * debian/gbrainy.install: drop it, replaced with a cp in debian/rules
+  * debian/rules:
+     - installing the binary to /usr/games (instead of /usr/bin)
+     - some cleanup
+
+ -- Siegfried-Angel Gevatter Pujals (RainCT) <sgevatter at ubuntu.cat>  Sun, 18 Nov 2007 18:15:22 +0100
+
+gbrainy (0.3-1) unstable; urgency=low
+
+  * New upstream version (Closes: #446408)
+  * Change maintainer email
+
+ -- Siegfried-Angel Gevatter Pujals (RainCT) <sgevatter at ubuntu.cat>  Sat, 13 Oct 2007 11:41:20 +0200
+
+gbrainy (0.2-2) unstable; urgency=low
+
+  * Fix grammatical error in package description (Closes: #443842)
+
+ -- Siegfried-Angel Gevatter Pujals (RainCT) <siggi.gevatter at gmail.com>  Mon, 24 Sep 2007 16:52:30 +0200
+
+gbrainy (0.2-1) unstable; urgency=low
+
+  * Initial release (Closes: #440982)
+  * Fix gbrainy.exe's installation location (patches/05_exe-file-location.patch)
+
+ -- Siegfried-Angel Gevatter Pujals (RainCT) <siggi.gevatter at gmail.com>  Tue, 11 Sep 2007 19:41:13 +0200
+

Added: non-group/gbrainy/trunk/debian/compat
===================================================================
--- non-group/gbrainy/trunk/debian/compat	                        (rev 0)
+++ non-group/gbrainy/trunk/debian/compat	2007-11-20 21:49:20 UTC (rev 3441)
@@ -0,0 +1 @@
+5

Added: non-group/gbrainy/trunk/debian/control
===================================================================
--- non-group/gbrainy/trunk/debian/control	                        (rev 0)
+++ non-group/gbrainy/trunk/debian/control	2007-11-20 21:49:20 UTC (rev 3441)
@@ -0,0 +1,22 @@
+Source: gbrainy
+Section: games
+Priority: optional
+Maintainer: Siegfried-Angel Gevatter Pujals (RainCT) <sgevatter at ubuntu.cat>
+Homepage: http://live.gnome.org/gbrainy
+XS-Vcs-Svn: http://svn.gnome.org/svn/gbrainy/trunk
+Build-Depends: debhelper (>= 5.0.37.1), cdbs (>= 0.4.49)
+Build-Depends-Indep: autotools-dev, intltool, cli-common-dev (>= 0.4.0), libgnome2-dev (>= 2.2),
+ libgnomeui-dev (>= 2.2), libgtk2.0-dev (>= 2.8), libcairo2-dev (>= 1.2), mono-gmcs (>= 1.1.8),
+ libmono-dev (>= 1.1.7), libmono2.0-cil, libgtk2.0-cil (>= 2.8), libgnome2.0-cil (>= 2.8),
+ libglade2.0-cil (>= 2.8), libmono-cairo2.0-cil
+Standards-Version: 3.7.2
+
+Package: gbrainy
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${cli:Depends}
+Description: a brain teaser game and trainer to have fun and to keep your brain trained
+ gbrainy is a brain teaser game and trainer written for GNOME using Mono,
+ C# and Cairo.
+ .
+ Its mission is to provide a platform for creating different kinds of 
+ brain-teasers and brain trainer games for GNOME.

Added: non-group/gbrainy/trunk/debian/copyright
===================================================================
--- non-group/gbrainy/trunk/debian/copyright	                        (rev 0)
+++ non-group/gbrainy/trunk/debian/copyright	2007-11-20 21:49:20 UTC (rev 3441)
@@ -0,0 +1,32 @@
+This package was debianized by Siegfried-Angel Gevatter Pujals (RainCT)
+<siggi.gevatter at gmail.com> on Tue, 11 Sep 2007 19:41:13 +0200.
+
+It was downloaded from http://www.softcatala.org/~jmas/gbrainy/
+
+Upstream Author:
+
+ Jordi Mas i Hernandez <jmas at softcatala.org>
+
+License:
+
+ Copyright (C) 2007 Jordi Mas i Hernandez <jmas at softcatala.org>
+
+ gbrainy 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.
+
+ gbrainy 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 GShare; 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, version 2, can be found in /usr/share/common-licenses/GPL-2.
+
+The Debian packaging is (C) 2007, Siegfried-Angel Gevatter Pujals (RainCT)
+<siggi.gevatter at gmail.com> and is licensed under the GPL, see `/usr/share/common-licenses/GPL'.

Added: non-group/gbrainy/trunk/debian/gbrainy.xpm
===================================================================
--- non-group/gbrainy/trunk/debian/gbrainy.xpm	                        (rev 0)
+++ non-group/gbrainy/trunk/debian/gbrainy.xpm	2007-11-20 21:49:20 UTC (rev 3441)
@@ -0,0 +1,172 @@
+/* XPM */
+static char * gbrainy_xpm[] = {
+"32 32 137 2",
+"  	c None",
+". 	c #3895BD",
+"+ 	c #3994BC",
+"@ 	c #3995BD",
+"# 	c #3795BE",
+"$ 	c #3B97BE",
+"% 	c #459CC1",
+"& 	c #4B9FC3",
+"* 	c #80BBD5",
+"= 	c #ABD3E3",
+"- 	c #C6E1EC",
+"; 	c #B7D8E7",
+"> 	c #D4E8F1",
+", 	c #FFFFFF",
+"' 	c #F7FBFC",
+") 	c #E2F0F5",
+"! 	c #BADAE8",
+"~ 	c #8EC3D9",
+"{ 	c #4FA1C5",
+"] 	c #59A6C8",
+"^ 	c #FDFEFE",
+"/ 	c #F6FAFC",
+"( 	c #B1D5E5",
+"_ 	c #EAF4F8",
+": 	c #FEFFFF",
+"< 	c #CEE5EF",
+"[ 	c #74B5D1",
+"} 	c #A4CEE1",
+"| 	c #FCFDFE",
+"1 	c #96C7DC",
+"2 	c #D7EAF2",
+"3 	c #68AECD",
+"4 	c #4099C0",
+"5 	c #C8E2ED",
+"6 	c #94C6DC",
+"7 	c #A1CDE0",
+"8 	c #3A96BE",
+"9 	c #C4E0EC",
+"0 	c #D3E7F0",
+"a 	c #D3E8F1",
+"b 	c #BFDDEA",
+"c 	c #3D97BF",
+"d 	c #8BC1D8",
+"e 	c #EDF5F9",
+"f 	c #9ECBDF",
+"g 	c #B3D7E6",
+"h 	c #419AC0",
+"i 	c #F2F8FB",
+"j 	c #D2E7F0",
+"k 	c #BCDBE8",
+"l 	c #F3F9FB",
+"m 	c #68AFCD",
+"n 	c #88BFD7",
+"o 	c #E5F1F6",
+"p 	c #BCDBE9",
+"q 	c #EEF6F9",
+"r 	c #D6E9F1",
+"s 	c #B4D6E6",
+"t 	c #B4D7E6",
+"u 	c #B4D7E7",
+"v 	c #B7D9E7",
+"w 	c #F5FAFC",
+"x 	c #3E98BF",
+"y 	c #BDDCE9",
+"z 	c #E1EFF5",
+"A 	c #B1D6E5",
+"B 	c #93C5DB",
+"C 	c #C3DFEB",
+"D 	c #A9D1E2",
+"E 	c #7CB9D4",
+"F 	c #E8F3F7",
+"G 	c #B8D9E8",
+"H 	c #C8E2EC",
+"I 	c #9FCCDF",
+"J 	c #F1F8FA",
+"K 	c #AFD5E4",
+"L 	c #C2DEEB",
+"M 	c #A8D1E2",
+"N 	c #A9D1E3",
+"O 	c #83BDD5",
+"P 	c #DDEDF4",
+"Q 	c #EBF5F9",
+"R 	c #95C7DC",
+"S 	c #B3D6E6",
+"T 	c #C6E1ED",
+"U 	c #CDE4EE",
+"V 	c #52A3C6",
+"W 	c #FAFDFD",
+"X 	c #A3CFE0",
+"Y 	c #8CC2D9",
+"Z 	c #70B3D0",
+"` 	c #F4F9FB",
+" .	c #ACD3E3",
+"..	c #FBFDFE",
+"+.	c #84BDD6",
+"@.	c #4C9FC3",
+"#.	c #C8E1ED",
+"$.	c #CCE4EE",
+"%.	c #A4CFE1",
+"&.	c #EFF7FA",
+"*.	c #C5E1EC",
+"=.	c #C5E0EC",
+"-.	c #CBE3EE",
+";.	c #CDE4EF",
+">.	c #8CC1D9",
+",.	c #98C8DD",
+"'.	c #F3F8FB",
+").	c #5AA7C8",
+"!.	c #ACD3E4",
+"~.	c #82BCD6",
+"{.	c #86BFD7",
+"].	c #F8FBFD",
+"^.	c #B9DAE8",
+"/.	c #DDEDF3",
+"(.	c #95C6DC",
+"_.	c #499EC3",
+":.	c #8DC2D9",
+"<.	c #D5E9F1",
+"[.	c #C4DFEB",
+"}.	c #A6D0E1",
+"|.	c #84BDD7",
+"1.	c #7FBBD5",
+"2.	c #7AB8D3",
+"3.	c #EBF4F8",
+"4.	c #9AC9DE",
+"5.	c #FAFCFD",
+"6.	c #E3F0F6",
+"7.	c #56A5C7",
+"8.	c #61ABCA",
+"9.	c #EFF6FA",
+"0.	c #AAD2E3",
+"a.	c #3C97BE",
+"b.	c #4A9FC3",
+"c.	c #71B3D0",
+"d.	c #57A6C7",
+"e.	c #3894BD",
+"f.	c #3894BE",
+"  . . . . . . . . . . . . . . . . . . . . . . . . . . . . . +   ",
+"@ . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . # ",
+". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ",
+". . . . . . . . . . . . . $ % $ . . . . . . . . . . . . . . . . ",
+". . . . . . . . . & * = - ; > , ' ) ! ~ { . . . . . . . . . . . ",
+". . . . . . . ] ! ^ , , , , / ( _ , , , : < [ @ . . . . . . . . ",
+". . . . . $ } | , , , , , , , , 1 , , , , , , 2 3 . . . . . . . ",
+". . . . 4 5 , , , , , , , , , , 6 , , , , , , , ^ 7 8 . . . . . ",
+". . . @ 9 , , , , , , , , , , 0 a , , , , , , , , , b c . . . . ",
+". . . d , , , , , , , , , , e f , , , , , , , , , , , g . . . . ",
+". . h i , , , , , , , , , j k , , , , , , , , , l ^ , , m . . . ",
+". . n , , , , , , , , , o p , , , , , q r s t - u v w : 1 x . . ",
+". . y , , , , , , , , , p z , , , , 2 A B ^ ^ q , , C D ' E . . ",
+". . o , , , , , , , , , F G , H I A z , J K L : , , , , , M . . ",
+". . _ , , , , , , , , : N O t P , , , , , , Q R , , , , , < . . ",
+". . S , , , , , , , , T / , , , , , , , , , , - U , , , , F . . ",
+". . V w , , , , , W X z , , , , , , , , , , , W Y , , , , l . . ",
+". . . Z ` , , , ,  .^ , , , , , , , , , , , , ..+., , , , W . . ",
+". . . . @.I #.$.%.&., , , , , , , , , , , , , 2 d *.=.-.;.=.. . ",
+". . . . . . . . >., , , , , , , , , , , , , , ,.'., , , - . . . ",
+". . . . . . . . ).^ , , , , , , , , , , , &.!.Q , , , , ~.. . . ",
+". . . . . . . . . {.]., , , , , , , ..< ^./., , , , , , (.. . . ",
+". . . . . . . . . . _.:.y <.2 [.}.|.1., , , , , , , , , 2.. . . ",
+". . . . . . . . . . . . . . . { 3., 4.5., , , , , , , ) x . . . ",
+". . . . . . . . . . . . . . . . =., 6.* / , , , , , z 7.. . . . ",
+". . . . . . . . . . . . . . . . 8.: , 9.:.B v ^.0.E a.. . . . . ",
+". . . . . . . . . . . . . . . . . Z 9., W b.. . . . . . . . . . ",
+". . . . . . . . . . . . . . . . . . [ , , N . . . . . . . . . . ",
+". . . . . . . . . . . . . . . . . . $ e , j $ . . . . . . . . . ",
+". . . . . . . . . . . . . . . . . . . c.d.. . . . . . . . . . . ",
+"# . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . e.",
+"  . . . . . . . . . . . . . . . . . . . . . . . . . . . . . f.  "};

Added: non-group/gbrainy/trunk/debian/menu
===================================================================
--- non-group/gbrainy/trunk/debian/menu	                        (rev 0)
+++ non-group/gbrainy/trunk/debian/menu	2007-11-20 21:49:20 UTC (rev 3441)
@@ -0,0 +1,2 @@
+?package(gbrainy): needs="X11" section="Games/Puzzles" title="gbrainy" \
+ command="/usr/games/gbrainy" icon="/usr/share/pixmaps/gbrainy.xpm"

Added: non-group/gbrainy/trunk/debian/patches/05_exe-file-location.patch
===================================================================
--- non-group/gbrainy/trunk/debian/patches/05_exe-file-location.patch	                        (rev 0)
+++ non-group/gbrainy/trunk/debian/patches/05_exe-file-location.patch	2007-11-20 21:49:20 UTC (rev 3441)
@@ -0,0 +1,14 @@
+diff -Nur gbrainy-0.41/src/gbrainy.in gbrainy-0.41.new/src/gbrainy.in
+--- gbrainy-0.41/src/gbrainy.in	2007-11-11 19:12:18.000000000 +0100
++++ gbrainy-0.41.new/src/gbrainy.in	2007-11-20 19:34:42.000000000 +0100
+@@ -1,9 +1,4 @@
+ #!/bin/sh
+ 
+-prefix="@prefix@"
+-exec_prefix="@exec_prefix@"
+-bindir="@bindir@"
+-
+-
+-cd ${bindir}
++cd /usr/lib/gbrainy
+ exec  mono  "gbrainy.exe" "$@"

Added: non-group/gbrainy/trunk/debian/rules
===================================================================
--- non-group/gbrainy/trunk/debian/rules	                        (rev 0)
+++ non-group/gbrainy/trunk/debian/rules	2007-11-20 21:49:20 UTC (rev 3441)
@@ -0,0 +1,34 @@
+#!/usr/bin/make -f
+
+export MONO_SHARED_DIR=$(CURDIR)
+export DH_VERBOSE=1
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/gnome.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
+
+DEB_INSTALL_DOCS_ALL = ./NEWS ./README
+
+install/gbrainy::
+	# Create missing directories
+	mkdir -p $(CURDIR)/debian/gbrainy/usr/games/
+	mkdir -p $(CURDIR)/debian/gbrainy/usr/lib/gbrainy/
+	mkdir -p $(CURDIR)/debian/gbrainy/usr/share/pixmaps
+	
+	# Install missing stuff
+	cp $(CURDIR)/debian/gbrainy.xpm $(CURDIR)/debian/gbrainy/usr/share/pixmaps
+	
+	# Move files from wrong locations
+	mv $(CURDIR)/debian/gbrainy/usr/bin/gbrainy $(CURDIR)/debian/gbrainy/usr/games/gbrainy
+	mv $(CURDIR)/debian/gbrainy/usr/bin/gbrainy.exe $(CURDIR)/debian/gbrainy/usr/lib/gbrainy/gbrainy.exe
+	
+	# Remove stuff that we don't want
+	rm -f $(CURDIR)/debian/gbrainy/usr/share/pixmaps/gbrainy.png
+	rmdir $(CURDIR)/debian/gbrainy/usr/bin/
+
+common-binary-predeb-indep::
+	dh_clifixperms
+	dh_clideps -d
+
+clean::
+	rm -rf	$(MONO_SHARED_DIR)/.wapi


Property changes on: non-group/gbrainy/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: non-group/gbrainy/trunk/debian/watch
===================================================================
--- non-group/gbrainy/trunk/debian/watch	                        (rev 0)
+++ non-group/gbrainy/trunk/debian/watch	2007-11-20 21:49:20 UTC (rev 3441)
@@ -0,0 +1,2 @@
+version=3
+http://www.softcatala.org/~jmas/gbrainy/gbrainy-(.*)\.tar\.gz debian uupdate




More information about the Pkg-mono-svn-commits mailing list