r2914 - in packages/trunk/pixbros: . debian

Miriam Ruiz baby-guest at alioth.debian.org
Mon Jun 11 11:22:21 UTC 2007


Author: baby-guest
Date: 2007-06-11 11:22:21 +0000 (Mon, 11 Jun 2007)
New Revision: 2914

Added:
   packages/trunk/pixbros/debian/
   packages/trunk/pixbros/debian/README.Debian
   packages/trunk/pixbros/debian/changelog
   packages/trunk/pixbros/debian/compat
   packages/trunk/pixbros/debian/control
   packages/trunk/pixbros/debian/copyright
   packages/trunk/pixbros/debian/game.sh
   packages/trunk/pixbros/debian/menu.ex
   packages/trunk/pixbros/debian/rules
   packages/trunk/pixbros/debian/watch.ex
Log:
[svn-inject] Applying Debian modifications to trunk


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

Added: packages/trunk/pixbros/debian/README.Debian
===================================================================
--- packages/trunk/pixbros/debian/README.Debian	                        (rev 0)
+++ packages/trunk/pixbros/debian/README.Debian	2007-06-11 11:22:21 UTC (rev 2914)
@@ -0,0 +1,6 @@
+pixbros for Debian
+------------------
+
+<possible notes regarding this package - if none, delete this file>
+
+ -- Miriam Ruiz <little_miry at yahoo.es>  Tue, 05 Jun 2007 19:38:03 +0000

Added: packages/trunk/pixbros/debian/changelog
===================================================================
--- packages/trunk/pixbros/debian/changelog	                        (rev 0)
+++ packages/trunk/pixbros/debian/changelog	2007-06-11 11:22:21 UTC (rev 2914)
@@ -0,0 +1,6 @@
+pixbros (0.5-1) unstable; urgency=low
+
+  * Initial release (Closes: #428328)
+
+ -- Miriam Ruiz <little_miry at yahoo.es>  Tue, 05 Jun 2007 19:38:03 +0000
+

Added: packages/trunk/pixbros/debian/compat
===================================================================
--- packages/trunk/pixbros/debian/compat	                        (rev 0)
+++ packages/trunk/pixbros/debian/compat	2007-06-11 11:22:21 UTC (rev 2914)
@@ -0,0 +1 @@
+5

Added: packages/trunk/pixbros/debian/control
===================================================================
--- packages/trunk/pixbros/debian/control	                        (rev 0)
+++ packages/trunk/pixbros/debian/control	2007-06-11 11:22:21 UTC (rev 2914)
@@ -0,0 +1,17 @@
+Source: pixbros
+Section: games
+Priority: extra
+Maintainer: Miriam Ruiz <little_miry at yahoo.es>
+Build-Depends: debhelper (>= 5), fenix0.92
+Standards-Version: 3.7.2
+
+Package: pixbros
+Architecture: all
+Depends: fenix0.92-runtime, ${misc:Depends}
+Description: 2D game inspired in Bubble Bobble, Snow Bros and Tumble Pop
+ PIX Bros is a platform game inspired in three different historical arcade
+ games: Bubble Bobble, Snow Bros and Tumble Pop. Three siblings end up
+ transformed into their favourite videogame heroes inside the computer. The
+ game allows 3 players simultaneously.
+ .
+  Homepage: http://www.pixjuegos.com/

Added: packages/trunk/pixbros/debian/copyright
===================================================================
--- packages/trunk/pixbros/debian/copyright	                        (rev 0)
+++ packages/trunk/pixbros/debian/copyright	2007-06-11 11:22:21 UTC (rev 2914)
@@ -0,0 +1,55 @@
+This package was debianized by Miriam Ruiz <little_miry at yahoo.es> on
+Tue, 05 Jun 2007 19:38:03 +0000.
+
+It was downloaded from http://www.pixjuegos.com/?q=node/54
+
+Upstream Authors:
+
+  Coordination:
+    * Pablo Navarro "panreyes" <contacto at pixjuegos.com>
+
+  Coders:
+    * Pablo Navarro "panreyes"
+    * Carles V. Gines
+    * Omar Torres "otorres"
+    * Nicolas Carbo
+    * Hector Davila "gnomwer"
+    * Daniel Garcia "danigm"
+
+  Script:
+    * Nicolas Carbo
+
+  Graphics:
+    * Daniel Garcia "danigm"
+    * Hector Davila "gnomwer"
+    * Carles V. Gines
+
+  Music:
+    * Daniel Aguayo "danner"
+    * Pablo Navarro "panreyes"
+
+Copyright: 
+
+    Copyright (c) 2007 PIX Juegos
+
+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) 2007, Miriam Ruiz <little_miry at yahoo.es> and
+is licensed under the GPL, see above.

Added: packages/trunk/pixbros/debian/game.sh
===================================================================
--- packages/trunk/pixbros/debian/game.sh	                        (rev 0)
+++ packages/trunk/pixbros/debian/game.sh	2007-06-11 11:22:21 UTC (rev 2914)
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+cd /usr/share/games/pixbros
+fenix0.92-fxi pixbros.dcb

Added: packages/trunk/pixbros/debian/menu.ex
===================================================================
--- packages/trunk/pixbros/debian/menu.ex	                        (rev 0)
+++ packages/trunk/pixbros/debian/menu.ex	2007-06-11 11:22:21 UTC (rev 2914)
@@ -0,0 +1,2 @@
+?package(pixbros):needs="X11|text|vc|wm" section="Apps/see-menu-manual"\
+  title="pixbros" command="/usr/bin/pixbros"

Added: packages/trunk/pixbros/debian/rules
===================================================================
--- packages/trunk/pixbros/debian/rules	                        (rev 0)
+++ packages/trunk/pixbros/debian/rules	2007-06-11 11:22:21 UTC (rev 2914)
@@ -0,0 +1,66 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+CFLAGS = -Wall -g
+
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+	CFLAGS += -O0
+else
+	CFLAGS += -O2
+endif
+
+configure: configure-stamp
+configure-stamp:
+	dh_testdir
+	#$(MAKE) -f /usr/share/quilt/quilt.make patch
+	touch $@
+
+build: build-stamp
+build-stamp: configure-stamp 
+	dh_testdir
+	$(MAKE) FXC=fenix0.92-fxc FXI=fenix0.92-fxi FPG=fenix0.92-fpg MAP=fenix0.92-map
+	touch $@
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f {build,configure}-stamp
+	$(MAKE) clean
+	#$(MAKE) -f /usr/share/quilt/quilt.make unpatch
+	dh_clean 
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k 
+	$(MAKE) install DESTDIR=$(CURDIR)/debian/pixbros/usr/share/games/pixbros
+	chmod +x debian/game.sh
+	dh_installdirs
+
+# Build architecture-independent files here.
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs 
+	dh_installdocs
+	dh_installexamples
+	dh_install
+	#dh_installmenu
+	#dh_installman
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+# Build architecture-dependent files here.
+binary-arch:
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure


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

Added: packages/trunk/pixbros/debian/watch.ex
===================================================================
--- packages/trunk/pixbros/debian/watch.ex	                        (rev 0)
+++ packages/trunk/pixbros/debian/watch.ex	2007-06-11 11:22:21 UTC (rev 2914)
@@ -0,0 +1,22 @@
+# Example watch control file for uscan
+# Rename this file to "watch" and then you can run the "uscan" command
+# to check for upstream updates and more.
+# See uscan(1) for format
+
+# Compulsory line, this is a version 3 file
+version=3
+
+# Uncomment to examine a Webpage 
+# <Webpage URL> <string match>
+#http://www.example.com/downloads.php pixbros-(.*)\.tar\.gz
+
+# Uncomment to examine a Webserver directory
+#http://www.example.com/pub/pixbros-(.*)\.tar\.gz
+
+# Uncommment to examine a FTP server
+#ftp://ftp.example.com/pub/pixbros-(.*)\.tar\.gz debian uupdate
+
+# Uncomment to find new files on sourceforge, for debscripts >= 2.9
+# http://sf.net/pixbros/pixbros-(.*)\.tar\.gz
+
+




More information about the Pkg-games-commits mailing list