r8032 - packages/trunk/love/debian

Miriam Ruiz miriam at alioth.debian.org
Sat Aug 30 03:24:36 UTC 2008


Author: miriam
Date: 2008-08-30 03:24:36 +0000 (Sat, 30 Aug 2008)
New Revision: 8032

Added:
   packages/trunk/love/debian/love.1
Modified:
   packages/trunk/love/debian/control
   packages/trunk/love/debian/rules
Log:
Add man page



Modified: packages/trunk/love/debian/control
===================================================================
--- packages/trunk/love/debian/control	2008-08-30 03:19:45 UTC (rev 8031)
+++ packages/trunk/love/debian/control	2008-08-30 03:24:36 UTC (rev 8032)
@@ -7,7 +7,7 @@
  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/
+Homepage: http://love2d.org/
 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
 
@@ -15,7 +15,7 @@
 Section: games
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: easy game development framework based in Lua and OpenGL
+Description: 2D 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
@@ -31,7 +31,7 @@
 Section: libdevel
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: easy game development framework based in Lua and OpenGL
+Description: 2D 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
@@ -50,7 +50,7 @@
 Section: games
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, love (= ${binary:Version})
-Description: easy game development framework based in Lua and OpenGL
+Description: 2D 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

Added: packages/trunk/love/debian/love.1
===================================================================
--- packages/trunk/love/debian/love.1	                        (rev 0)
+++ packages/trunk/love/debian/love.1	2008-08-30 03:24:36 UTC (rev 8032)
@@ -0,0 +1,13 @@
+.\" (c) 2008 Miriam Ruiz <little_miry at yahoo.es>
+.TH "LÖVE" "1" "0.4.0" "" ""
+.SH "NAME"
+love \- 2D game development framework
+.SH "SYNOPSIS"
+.B love
+<\fIgame.love\fR>
+.SH "DESCRIPTION"
+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.
+.P
+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.
+.SH "SEE ALSO"
+You can find more information at \fIhttp://love2d.org/\fR or in the local directory \fI/usr/share/doc/love\-doc/html/\fR

Modified: packages/trunk/love/debian/rules
===================================================================
--- packages/trunk/love/debian/rules	2008-08-30 03:19:45 UTC (rev 8031)
+++ packages/trunk/love/debian/rules	2008-08-30 03:24:36 UTC (rev 8032)
@@ -53,7 +53,7 @@
 	dh_installmime
 #	dh_installinfo
 	dh_desktop
-	dh_installman
+	dh_installman debian/love.1
 	dh_link
 	dh_strip --dbg-package=love-dbg
 	dh_compress




More information about the Pkg-games-commits mailing list