Author: miriam Date: 2009-05-18 18:49:02 +0000 (Mon, 18 May 2009) New Revision: 9768
Added: packages/trunk/littlest-goddess/debian/ packages/trunk/littlest-goddess/debian/changelog packages/trunk/littlest-goddess/debian/compat packages/trunk/littlest-goddess/debian/control packages/trunk/littlest-goddess/debian/copyright packages/trunk/littlest-goddess/debian/docs packages/trunk/littlest-goddess/debian/littlest-goddess.install packages/trunk/littlest-goddess/debian/patches/ packages/trunk/littlest-goddess/debian/patches/nofullscreen.patch packages/trunk/littlest-goddess/debian/patches/series packages/trunk/littlest-goddess/debian/rules packages/trunk/littlest-goddess/debian/run.sh Log: [svn-inject] Applying Debian modifications to trunk Property changes on: packages/trunk/littlest-goddess/debian ___________________________________________________________________ Added: mergeWithUpstream + 1 Added: packages/trunk/littlest-goddess/debian/changelog =================================================================== --- packages/trunk/littlest-goddess/debian/changelog (rev 0) +++ packages/trunk/littlest-goddess/debian/changelog 2009-05-18 18:49:02 UTC (rev 9768) @@ -0,0 +1,5 @@ +littlest-goddess (1.0.2-1) UNRELEASED; urgency=low + + * Initial release. + + -- Miriam Ruiz <[email protected]> Mon, 18 May 2009 19:17:20 +0200 Added: packages/trunk/littlest-goddess/debian/compat =================================================================== --- packages/trunk/littlest-goddess/debian/compat (rev 0) +++ packages/trunk/littlest-goddess/debian/compat 2009-05-18 18:49:02 UTC (rev 9768) @@ -0,0 +1 @@ +7 Added: packages/trunk/littlest-goddess/debian/control =================================================================== --- packages/trunk/littlest-goddess/debian/control (rev 0) +++ packages/trunk/littlest-goddess/debian/control 2009-05-18 18:49:02 UTC (rev 9768) @@ -0,0 +1,16 @@ +Source: littlest-goddess +Section: games +Priority: extra +Maintainer: Miriam Ruiz <[email protected]> +Build-Depends: debhelper (>= 7), quilt, dh-buildinfo +Standards-Version: 3.8.1 +Homepage: http://www.pyweek.org/e/CS-L/ + +Package: littlest-goddess +Architecture: all +Depends: python, ${misc:Depends}, + python-pygame, python-opengl, python-pyode, python-numpy +Recommends: python-psyco +Description: mystical game about a little goddess that lost her pet + The game is about a little goddess called Devika. She has lost her pet, + help her find him in an atmospheric platform game. Added: packages/trunk/littlest-goddess/debian/copyright =================================================================== --- packages/trunk/littlest-goddess/debian/copyright (rev 0) +++ packages/trunk/littlest-goddess/debian/copyright 2009-05-18 18:49:02 UTC (rev 9768) @@ -0,0 +1,49 @@ +Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat +Upstream-Source: http://www.pyweek.org/e/CS-L/ +Upstream-Maintainer: Gordon Allott <[email protected]> +Debianized-By: Miriam Ruiz <[email protected]> +Debianized-Date: Mon, 18 May 2009 19:17:20 +0200 + +Files: run_game.py +Files: gamelib/* +Copyright: Copyright (C) 2008, Gordon Allott <[email protected]> + Copyright (C) 2008, Jeiel Aranal ("ZeroByte") <[email protected]> +Licence: GPL-3+ + +Files: data/* +Copyright: Copyright (C) 2008, Jeiel Aranal ("ZeroByte") <[email protected]> +Licence: CC-BY-SA-3 + +Files: "data/audio/Somewhere Sunny.ogg" +Files: "data/audio/Infados.ogg" +Files: "data/audio/Interloper.ogg" +Copyright: Copyright (C) Kevin MacLeod <http://www.incompetech.com> +Licence: CC-BY-3 + +Files: "data/audio/32937__digifishmusic__Grandfather_Clock_digifish.ogg" +Copyright: Copyright (C) 2007, Digifishmusic <www.digifishmusic.com> +Licence: Creative Commons Sampling Plus 1.0 License + http://www.freesound.org/samplesViewSingle.php?id=32937 + Non-DFSG-Free + +Files: "data/audio/49139__smidoid__cracking.ogg" +Copyright: Copyright (C) 2008, Smidoid <http://www.freesound.org/usersViewSingle.php?id=485393> +Licence: Creative Commons Sampling Plus 1.0 License + http://www.freesound.org/samplesViewSingle.php?id=49139 + Non-DFSG-Free + +Files: debian/* +Copyright: Copyright (C) 2009, Miriam Ruiz <[email protected]> +Licence: GPL-3+ + +Licence: GPL-3+ + This program 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 3 of the License, or + (at your option) any later version. + . + On Debian systems, the complete text of the latest version of the GNU + General Public License can be found in `/usr/share/common-licenses/GPL'. + . + The complete text of version 3 of the GNU General Public License can be + found in `/usr/share/common-licenses/GPL-3'. Added: packages/trunk/littlest-goddess/debian/docs =================================================================== --- packages/trunk/littlest-goddess/debian/docs (rev 0) +++ packages/trunk/littlest-goddess/debian/docs 2009-05-18 18:49:02 UTC (rev 9768) @@ -0,0 +1 @@ +README.txt Added: packages/trunk/littlest-goddess/debian/littlest-goddess.install =================================================================== --- packages/trunk/littlest-goddess/debian/littlest-goddess.install (rev 0) +++ packages/trunk/littlest-goddess/debian/littlest-goddess.install 2009-05-18 18:49:02 UTC (rev 9768) @@ -0,0 +1,3 @@ +*.py usr/share/games/littlest-goddess/ +gamelib usr/share/games/littlest-goddess/ +data usr/share/games/littlest-goddess/ Added: packages/trunk/littlest-goddess/debian/patches/nofullscreen.patch =================================================================== --- packages/trunk/littlest-goddess/debian/patches/nofullscreen.patch (rev 0) +++ packages/trunk/littlest-goddess/debian/patches/nofullscreen.patch 2009-05-18 18:49:02 UTC (rev 9768) @@ -0,0 +1,39 @@ +Index: littlest-goddess-1.0.2/gamelib/main.py +=================================================================== +--- littlest-goddess-1.0.2.orig/gamelib/main.py 2008-09-13 21:28:22.000000000 +0200 ++++ littlest-goddess-1.0.2/gamelib/main.py 2009-05-18 19:27:04.000000000 +0200 +@@ -177,6 +177,7 @@ + + COMMAND LINE SWITCHES: + --nofullscreen: switches off fullscreen mode ++--fullscreen: switches on fullscreen mode + --resolution=800x600: lets you specify a resolution to use + --widescreen: attempts to auto find a widescreen mode + --noshaders: disables any attempt to enable shaders +@@ -195,14 +196,14 @@ + + + try: +- opts, args = getopt.getopt(sys.argv[1:], "hsf", ["help", "noshaders", "nofullscreen", "resolution=", "widescreen", "level="]) ++ opts, args = getopt.getopt(sys.argv[1:], "hsf", ["help", "noshaders", "fullscreen", "nofullscreen", "resolution=", "widescreen", "level="]) + except getopt.GetoptError, err: + # print help information and exit: + print str(err) # will print something like "option -a not recognized" + usage() + sys.exit(2) + +- fullscreen = True ++ fullscreen = False + shaders = True + resolution = (800, 600) + level = 0 +@@ -215,6 +216,9 @@ + usage() + sys.exit() + ++ elif o in ("-f", "--fullscreen"): ++ fullscreen = True ++ + elif o in ("-f", "--nofullscreen"): + fullscreen = False + Added: packages/trunk/littlest-goddess/debian/patches/series =================================================================== --- packages/trunk/littlest-goddess/debian/patches/series (rev 0) +++ packages/trunk/littlest-goddess/debian/patches/series 2009-05-18 18:49:02 UTC (rev 9768) @@ -0,0 +1 @@ +nofullscreen.patch Added: packages/trunk/littlest-goddess/debian/rules =================================================================== --- packages/trunk/littlest-goddess/debian/rules (rev 0) +++ packages/trunk/littlest-goddess/debian/rules 2009-05-18 18:49:02 UTC (rev 9768) @@ -0,0 +1,72 @@ +#!/usr/bin/make -f + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +config: config-stamp +config-stamp: + dh_testdir + [ ! -d debian/patches ] || $(MAKE) -f /usr/share/quilt/quilt.make patch + touch $@ + +build: build-stamp +build-stamp: config + dh_testdir + touch $@ + +clean: + dh_testdir + dh_testroot + rm -f build-stamp config-stamp + [ ! -f Makefile ] || $(MAKE) clean + [ ! -d debian/patches ] || $(MAKE) -f /usr/share/quilt/quilt.make unpatch + chmod -x `find . -name "*.png"` + chmod -x `find . -name "*.svg"` + dh_clean + +install: build + dh_testdir + dh_testroot + dh_prep + dh_installdirs + mkdir -p $(CURDIR)/debian/littlest-goddess/usr/games/ + install -m 755 debian/run.sh $(CURDIR)/debian/littlest-goddess/usr/games/littlest-goddess + +# Build architecture-independent files here. +binary-indep: install + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + dh_installexamples + dh_install +# dh_installmenu +# dh_installdebconf +# dh_installlogrotate +# dh_installemacsen +# dh_installpam +# dh_installmime +# dh_python +# dh_installinit +# dh_installcron +# dh_installinfo + dh_installman +# dh_desktop + dh_link +# dh_strip + dh_compress + dh_fixperms +# dh_perl +# dh_makeshlibs + [ ! -e /usr/bin/dh_buildinfo ] || dh_buildinfo + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +# Build architecture-dependent files here. +binary-arch: install + +binary: binary-indep binary-arch +.PHONY: config build clean binary-indep binary-arch binary install Property changes on: packages/trunk/littlest-goddess/debian/rules ___________________________________________________________________ Added: svn:executable + * Added: packages/trunk/littlest-goddess/debian/run.sh =================================================================== --- packages/trunk/littlest-goddess/debian/run.sh (rev 0) +++ packages/trunk/littlest-goddess/debian/run.sh 2009-05-18 18:49:02 UTC (rev 9768) @@ -0,0 +1,5 @@ +#!/bin/sh -- + +pushd /usr/share/games/littlest-goddess/ +python run_game.py "$@" +popd _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

