Author: baby-guest
Date: 2007-08-02 08:01:14 +0000 (Thu, 02 Aug 2007)
New Revision: 3520

Added:
   packages/trunk/pixfrogger/debian/
   packages/trunk/pixfrogger/debian/changelog
   packages/trunk/pixfrogger/debian/compat
   packages/trunk/pixfrogger/debian/control
   packages/trunk/pixfrogger/debian/copyright
   packages/trunk/pixfrogger/debian/docs
   packages/trunk/pixfrogger/debian/install
   packages/trunk/pixfrogger/debian/links
   packages/trunk/pixfrogger/debian/menu.ex
   packages/trunk/pixfrogger/debian/patches/
   packages/trunk/pixfrogger/debian/patches/browser_command.patch
   packages/trunk/pixfrogger/debian/patches/series
   packages/trunk/pixfrogger/debian/pixfrogger.sh
   packages/trunk/pixfrogger/debian/rules
Log:
[svn-inject] Applying Debian modifications to trunk


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

Added: packages/trunk/pixfrogger/debian/changelog
===================================================================
--- packages/trunk/pixfrogger/debian/changelog                          (rev 0)
+++ packages/trunk/pixfrogger/debian/changelog  2007-08-02 08:01:14 UTC (rev 
3520)
@@ -0,0 +1,6 @@
+pixfrogger (1.0-1) unstable; urgency=low
+
+  * Initial release (Closes: #nnnn)
+
+ -- Miriam Ruiz <[EMAIL PROTECTED]>  Mon, 30 Jul 2007 16:10:20 +0000
+

Added: packages/trunk/pixfrogger/debian/compat
===================================================================
--- packages/trunk/pixfrogger/debian/compat                             (rev 0)
+++ packages/trunk/pixfrogger/debian/compat     2007-08-02 08:01:14 UTC (rev 
3520)
@@ -0,0 +1 @@
+5

Added: packages/trunk/pixfrogger/debian/control
===================================================================
--- packages/trunk/pixfrogger/debian/control                            (rev 0)
+++ packages/trunk/pixfrogger/debian/control    2007-08-02 08:01:14 UTC (rev 
3520)
@@ -0,0 +1,14 @@
+Source: pixfrogger
+Section: games
+Priority: extra
+Maintainer: Miriam Ruiz <[EMAIL PROTECTED]>
+Build-Depends: debhelper (>= 5), quilt, fenix, fenix-plugins
+Standards-Version: 3.7.2
+
+Package: pixfrogger
+Architecture: all
+Depends: fenix, ${misc:Depends}
+Description: <insert up to 60 chars description>
+ <insert long description, indented with spaces>
+ .
+  Homepage: http://www.pixjuegos.com/

Added: packages/trunk/pixfrogger/debian/copyright
===================================================================
--- packages/trunk/pixfrogger/debian/copyright                          (rev 0)
+++ packages/trunk/pixfrogger/debian/copyright  2007-08-02 08:01:14 UTC (rev 
3520)
@@ -0,0 +1,55 @@
+This package was debianized by Miriam Ruiz <[EMAIL PROTECTED]> on
+Mon, 30 Jul 2007 16:10:20 +0000.
+
+It was downloaded from http://www.pixjuegos.com/
+
+Upstream Authors:
+
+  Coordination:
+    * Pablo Navarro "panreyes" <[EMAIL PROTECTED]>
+
+  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 <[EMAIL PROTECTED]> and
+is licensed under the GPL, see above.

Added: packages/trunk/pixfrogger/debian/docs
===================================================================
--- packages/trunk/pixfrogger/debian/docs                               (rev 0)
+++ packages/trunk/pixfrogger/debian/docs       2007-08-02 08:01:14 UTC (rev 
3520)
@@ -0,0 +1 @@
+compilartodo

Added: packages/trunk/pixfrogger/debian/install
===================================================================
--- packages/trunk/pixfrogger/debian/install                            (rev 0)
+++ packages/trunk/pixfrogger/debian/install    2007-08-02 08:01:14 UTC (rev 
3520)
@@ -0,0 +1,7 @@
+fpg usr/share/games/pixfrogger
+fnt usr/share/games/pixfrogger
+ogg usr/share/games/pixfrogger
+wav usr/share/games/pixfrogger
+src/*.prg usr/share/games/pixfrogger
+src/*.inc usr/share/games/pixfrogger
+debian/pixfrogger.sh usr/share/games/pixfrogger

Added: packages/trunk/pixfrogger/debian/links
===================================================================
--- packages/trunk/pixfrogger/debian/links                              (rev 0)
+++ packages/trunk/pixfrogger/debian/links      2007-08-02 08:01:14 UTC (rev 
3520)
@@ -0,0 +1 @@
+usr/share/games/pixfrogger/pixfrogger.sh usr/games/pixfrogger

Added: packages/trunk/pixfrogger/debian/menu.ex
===================================================================
--- packages/trunk/pixfrogger/debian/menu.ex                            (rev 0)
+++ packages/trunk/pixfrogger/debian/menu.ex    2007-08-02 08:01:14 UTC (rev 
3520)
@@ -0,0 +1,2 @@
+?package(pixfrogger):needs="X11|text|vc|wm" section="Apps/see-menu-manual"\
+  title="pixfrogger" command="/usr/bin/pixfrogger"

Added: packages/trunk/pixfrogger/debian/patches/browser_command.patch
===================================================================
--- packages/trunk/pixfrogger/debian/patches/browser_command.patch              
                (rev 0)
+++ packages/trunk/pixfrogger/debian/patches/browser_command.patch      
2007-08-02 08:01:14 UTC (rev 3520)
@@ -0,0 +1,11 @@
+--- pixfrogger-1.0/src/pixfrogger.prg.orig     2007-07-31 23:19:15.681888592 
+0000
++++ pixfrogger-1.0/src/pixfrogger.prg  2007-07-31 23:19:41.615509342 +0000
+@@ -151,7 +151,7 @@
+                               if(fxi_os==0)
+                                       shell("http://pixjuegos.com";);
+                               else
+-                                      shell("firefox http://pixjuegos.com &");
++                                      shell("x-www-browser 
http://pixjuegos.com &");
+                               end
+                               break;
+                       end

Added: packages/trunk/pixfrogger/debian/patches/series
===================================================================
--- packages/trunk/pixfrogger/debian/patches/series                             
(rev 0)
+++ packages/trunk/pixfrogger/debian/patches/series     2007-08-02 08:01:14 UTC 
(rev 3520)
@@ -0,0 +1 @@
+browser_command.patch

Added: packages/trunk/pixfrogger/debian/pixfrogger.sh
===================================================================
--- packages/trunk/pixfrogger/debian/pixfrogger.sh                              
(rev 0)
+++ packages/trunk/pixfrogger/debian/pixfrogger.sh      2007-08-02 08:01:14 UTC 
(rev 3520)
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+cd /usr/share/games/pixfrogger
+fenix pixfrogger.prg
+cd -

Added: packages/trunk/pixfrogger/debian/rules
===================================================================
--- packages/trunk/pixfrogger/debian/rules                              (rev 0)
+++ packages/trunk/pixfrogger/debian/rules      2007-08-02 08:01:14 UTC (rev 
3520)
@@ -0,0 +1,62 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+patch:
+       QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2
+
+unpatch:
+       QUILT_PATCHES=debian/patches quilt pop -a -f || test $$? = 2
+
+build: build-stamp
+build-stamp: 
+       dh_testdir
+       $(MAKE) -f /usr/share/quilt/quilt.make patch
+       cd fpg-sources && cmd="fenix-fpg -n ../fpg/pixfrogger.fpg " ; \
+               for i in `ls *.png | sort -g` ; \
+               do cmd=$$cmd`echo $$i | sed -e "s/.png//"`:`echo $$i`" " ; done 
; \
+               echo $$cmd ; $$cmd || exit 1
+       cd src && fenix-fxc pixfrogger.prg -o ../pixfrogger.dcb
+       touch $@
+
+clean:
+       dh_testdir
+       dh_testroot
+       rm -f build-stamp
+       rm -f pixfrogger.dcb fpg/pixfrogger.fpg
+       rm -f pixfrogger exec.so src/exec.so src/fxc
+       $(MAKE) -f /usr/share/quilt/quilt.make unpatch
+       dh_clean
+
+install: build
+       dh_testdir
+       dh_testroot
+       dh_clean -k 
+       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: build install
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure


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


_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to