Author: miriam Date: 2008-08-13 12:23:09 +0000 (Wed, 13 Aug 2008) New Revision: 7922
Added: packages/trunk/love/debian/ packages/trunk/love/debian/README.Debian packages/trunk/love/debian/changelog packages/trunk/love/debian/compat packages/trunk/love/debian/control packages/trunk/love/debian/copyright packages/trunk/love/debian/docs packages/trunk/love/debian/liblove-dev.install packages/trunk/love/debian/love.doc-base.EX packages/trunk/love/debian/love.install packages/trunk/love/debian/menu.ex packages/trunk/love/debian/rules packages/trunk/love/debian/watch.ex Log: [svn-inject] Applying Debian modifications to trunk Property changes on: packages/trunk/love/debian ___________________________________________________________________ Name: mergeWithUpstream + 1 Added: packages/trunk/love/debian/README.Debian =================================================================== --- packages/trunk/love/debian/README.Debian (rev 0) +++ packages/trunk/love/debian/README.Debian 2008-08-13 12:23:09 UTC (rev 7922) @@ -0,0 +1,6 @@ +love for Debian +--------------- + +<possible notes regarding this package - if none, delete this file> + + -- Miriam Ruiz <[EMAIL PROTECTED]> Wed, 13 Aug 2008 12:17:41 +0200 Added: packages/trunk/love/debian/changelog =================================================================== --- packages/trunk/love/debian/changelog (rev 0) +++ packages/trunk/love/debian/changelog 2008-08-13 12:23:09 UTC (rev 7922) @@ -0,0 +1,6 @@ +love (0.3.2-1) unstable; urgency=low + + * Initial release (Closes: #nnnn) + + -- Miriam Ruiz <[EMAIL PROTECTED]> Wed, 13 Aug 2008 12:17:41 +0200 + Added: packages/trunk/love/debian/compat =================================================================== --- packages/trunk/love/debian/compat (rev 0) +++ packages/trunk/love/debian/compat 2008-08-13 12:23:09 UTC (rev 7922) @@ -0,0 +1 @@ +7 Added: packages/trunk/love/debian/control =================================================================== --- packages/trunk/love/debian/control (rev 0) +++ packages/trunk/love/debian/control 2008-08-13 12:23:09 UTC (rev 7922) @@ -0,0 +1,47 @@ +Source: love +Section: games +Priority: extra +Maintainer: Debian Games Team <[EMAIL PROTECTED]> +Uploaders: Miriam Ruiz <[EMAIL PROTECTED]> +Build-Depends: debhelper (>= 7), quilt, dh-buildinfo, + libboost-dev, libsdl1.2-dev, libsdl-mixer1.2-dev, liblua5.1-0-dev, + libphysfs-dev, libdevil-dev, libfreetype6-dev +Standards-Version: 3.8.0 +Homepage: http://love.sourceforge.net/ +Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/love/ +Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/love/?op=log + +Package: love +Section: games +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: easy game development framework based in Lua and OpenGL + LÖVE was created to be a user-friendly engine in which simple (or + complicated) games could be made without having extensive knowledge + of system or graphics functions and without having to dedicate time + towards developing the same engine features time and time again. + . + Developed with cross-platform implementation in mind, it utilizes the + latest open source libraries to deliver a similar game experience, + independent of operating system. By relying on the Lua scripting language + for game-specific programming, it allows even the novice game creator to + quickly and efficiently develop an idea into a fully working game. + +Package: liblove-dev +Section: libdevel +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: easy game development framework based in Lua and OpenGL + LÖVE was created to be a user-friendly engine in which simple (or + complicated) games could be made without having extensive knowledge + of system or graphics functions and without having to dedicate time + towards developing the same engine features time and time again. + . + Developed with cross-platform implementation in mind, it utilizes the + latest open source libraries to deliver a similar game experience, + independent of operating system. By relying on the Lua scripting language + for game-specific programming, it allows even the novice game creator to + quickly and efficiently develop an idea into a fully working game. + . + This package includes the development files needed to embed LÖVE in a + C program. Added: packages/trunk/love/debian/copyright =================================================================== --- packages/trunk/love/debian/copyright (rev 0) +++ packages/trunk/love/debian/copyright 2008-08-13 12:23:09 UTC (rev 7922) @@ -0,0 +1,38 @@ +This package was debianized by Miriam Ruiz <[EMAIL PROTECTED]> on +Wed, 13 Aug 2008 12:17:41 +0200. + +It was downloaded from http://sourceforge.net/projects/love/ + +Upstream Authors: + + Michael Enger <[EMAIL PROTECTED]> + Anders Ruud <[EMAIL PROTECTED]> + Tommy Nguyen <[EMAIL PROTECTED]> + +Copyright: + + Copyright (c) 2006-2008 LOVE Development Team + +Licensed under the liberal zlib license: + + This software is provided 'as-is', without any express or implied + warranty. In no event will the authors be held liable for any damages + arising from the use of this software. + + Permission is granted to anyone to use this software for any purpose, + including commercial applications, and to alter it and redistribute it + freely, subject to the following restrictions: + + 1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. + + 2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. + + 3. This notice may not be removed or altered from any source + distribution. + +The Debian packaging is (C) 2008, Miriam Ruiz <[EMAIL PROTECTED]> and +is licensed under the same license as the program. See above. Added: packages/trunk/love/debian/docs =================================================================== --- packages/trunk/love/debian/docs (rev 0) +++ packages/trunk/love/debian/docs 2008-08-13 12:23:09 UTC (rev 7922) @@ -0,0 +1 @@ +changes.txt Added: packages/trunk/love/debian/liblove-dev.install =================================================================== --- packages/trunk/love/debian/liblove-dev.install (rev 0) +++ packages/trunk/love/debian/liblove-dev.install 2008-08-13 12:23:09 UTC (rev 7922) @@ -0,0 +1,2 @@ +bin/liblove.a usr/lib/ +src/liblove/include/ usr/include/love/ Added: packages/trunk/love/debian/love.doc-base.EX =================================================================== --- packages/trunk/love/debian/love.doc-base.EX (rev 0) +++ packages/trunk/love/debian/love.doc-base.EX 2008-08-13 12:23:09 UTC (rev 7922) @@ -0,0 +1,22 @@ +Document: love +Title: Debian love Manual +Author: <insert document author here> +Abstract: This manual describes what love is + and how it can be used to + manage online manuals on Debian systems. +Section: unknown + +Format: debiandoc-sgml +Files: /usr/share/doc/love/love.sgml.gz + +Format: postscript +Files: /usr/share/doc/love/love.ps.gz + +Format: text +Files: /usr/share/doc/love/love.text.gz + +Format: HTML +Index: /usr/share/doc/love/html/index.html +Files: /usr/share/doc/love/html/*.html + + Added: packages/trunk/love/debian/love.install =================================================================== --- packages/trunk/love/debian/love.install (rev 0) +++ packages/trunk/love/debian/love.install 2008-08-13 12:23:09 UTC (rev 7922) @@ -0,0 +1,2 @@ +bin/love usr/games/ +demos/* usr/share/doc/love/demos/ Added: packages/trunk/love/debian/menu.ex =================================================================== --- packages/trunk/love/debian/menu.ex (rev 0) +++ packages/trunk/love/debian/menu.ex 2008-08-13 12:23:09 UTC (rev 7922) @@ -0,0 +1,2 @@ +?package(love):needs="X11|text|vc|wm" section="Applications/see-menu-manual"\ + title="love" command="/usr/bin/love" Added: packages/trunk/love/debian/rules =================================================================== --- packages/trunk/love/debian/rules (rev 0) +++ packages/trunk/love/debian/rules 2008-08-13 12:23:09 UTC (rev 7922) @@ -0,0 +1,67 @@ +#!/usr/bin/make -f + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +patch: + $(MAKE) -f /usr/share/quilt/quilt.make patch + +configure: configure-stamp +configure-stamp: patch + dh_testdir + touch $@ + +build: build-stamp +build-stamp: configure-stamp + dh_testdir + $(MAKE) + #docbook-to-man debian/love.sgml > love.1 + touch $@ + +clean: patch + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + rm -f bin/* + rm -rf obj/* + rm -f `find . -name "*.o"` + #$(MAKE) clean + $(MAKE) -f /usr/share/quilt/quilt.make unpatch + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + #$(MAKE) DESTDIR=$(CURDIR)/debian/love install + +# Build architecture-independent files here. +binary-indep: build install + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs changes.txt + dh_installdocs + dh_installexamples + dh_install +# dh_installmenu +# dh_installmime +# dh_installinfo + dh_installman + dh_link + dh_strip + dh_compress + dh_fixperms +# dh_makeshlibs + test -e /usr/bin/dh_buildinfo && dh_buildinfo + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure Property changes on: packages/trunk/love/debian/rules ___________________________________________________________________ Name: svn:executable + * Added: packages/trunk/love/debian/watch.ex =================================================================== --- packages/trunk/love/debian/watch.ex (rev 0) +++ packages/trunk/love/debian/watch.ex 2008-08-13 12:23:09 UTC (rev 7922) @@ -0,0 +1,23 @@ +# 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 love-(.*)\.tar\.gz + +# Uncomment to examine a Webserver directory +#http://www.example.com/pub/love-(.*)\.tar\.gz + +# Uncommment to examine a FTP server +#ftp://ftp.example.com/pub/love-(.*)\.tar\.gz debian uupdate + +# Uncomment to find new files on sourceforge, for devscripts >= 2.9 +# http://sf.net/love/love-(.*)\.tar\.gz + +# Uncomment to find new files on GooglePages +# http://example.googlepages.com/foo.html love-(.*)\.tar\.gz _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

