Author: miriam
Date: 2012-06-02 22:32:56 +0000 (Sat, 02 Jun 2012)
New Revision: 13652

Added:
   packages/trunk/love/debian/love-0.8.1
Removed:
   packages/trunk/love/debian/love-0.7.1
Modified:
   packages/trunk/love/debian/changelog
   packages/trunk/love/debian/control
   packages/trunk/love/debian/love-doc.doc-base
   packages/trunk/love/debian/love.postinst
   packages/trunk/love/debian/love.prerm
   packages/trunk/love/debian/rules
Log:
New Upstream Release



Modified: packages/trunk/love/debian/changelog
===================================================================
--- packages/trunk/love/debian/changelog        2012-06-01 23:57:11 UTC (rev 
13651)
+++ packages/trunk/love/debian/changelog        2012-06-02 22:32:56 UTC (rev 
13652)
@@ -1,3 +1,10 @@
+love (0.8.0-1) UNRELEASED; urgency=low
+
+  * New Upstream Release.
+  * Upgraded Standards-Version from 3.9.2 to 3.9.3
+
+ -- Miriam Ruiz <little_m...@yahoo.es>  Sun, 03 Jun 2012 00:29:52 +0200
+
 love (0.7.2-1) unstable; urgency=low
 
   * New Upstream Release.

Modified: packages/trunk/love/debian/control
===================================================================
--- packages/trunk/love/debian/control  2012-06-01 23:57:11 UTC (rev 13651)
+++ packages/trunk/love/debian/control  2012-06-02 22:32:56 UTC (rev 13652)
@@ -8,7 +8,7 @@
  liblua5.1-0-dev, libphysfs-dev, libdevil-dev, libfreetype6-dev, libmng-dev,
  libmodplug-dev, libmpg123-dev, libflac++-dev, libxpm-dev, libxcursor-dev,
  libxxf86vm-dev, libtiff4-dev, libpng12-dev, lua5.1, liblua5.1-expat0
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
 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

Deleted: packages/trunk/love/debian/love-0.7.1
===================================================================
--- packages/trunk/love/debian/love-0.7.1       2012-06-01 23:57:11 UTC (rev 
13651)
+++ packages/trunk/love/debian/love-0.7.1       2012-06-02 22:32:56 UTC (rev 
13652)
@@ -1,23 +0,0 @@
-.\" (c) 2008-2011 Miriam Ruiz <little_m...@yahoo.es>
-.\" 
-.\" This software is provided 'as-is', without any express or implied 
warranty. In no event will the authors be held liable for any damagesarising 
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.
-.TH "LÖVE" "1" "0.7" "" ""
-.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

Copied: packages/trunk/love/debian/love-0.8.1 (from rev 13651, 
packages/trunk/love/debian/love-0.7.1)
===================================================================
--- packages/trunk/love/debian/love-0.8.1                               (rev 0)
+++ packages/trunk/love/debian/love-0.8.1       2012-06-02 22:32:56 UTC (rev 
13652)
@@ -0,0 +1,23 @@
+.\" (c) 2008-2012 Miriam Ruiz <little_m...@yahoo.es>
+.\" 
+.\" This software is provided 'as-is', without any express or implied 
warranty. In no event will the authors be held liable for any damagesarising 
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.
+.TH "LÖVE" "1" "0.8" "" ""
+.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/love-doc.doc-base
===================================================================
--- packages/trunk/love/debian/love-doc.doc-base        2012-06-01 23:57:11 UTC 
(rev 13651)
+++ packages/trunk/love/debian/love-doc.doc-base        2012-06-02 22:32:56 UTC 
(rev 13652)
@@ -1,9 +1,9 @@
 Document: love-doc
-Title: LÖVE 0.7.2 Reference Manual
+Title: LÖVE 0.8.0 Reference Manual
 Author: LÖVE Development Team
 Abstract: This manual is the official
  documentation for the game development
- framework LÖVE release 0.7.2, obtained
+ framework LÖVE release 0.8.0, obtained
  from the wiki pages
 Section: Programming
 

Modified: packages/trunk/love/debian/love.postinst
===================================================================
--- packages/trunk/love/debian/love.postinst    2012-06-01 23:57:11 UTC (rev 
13651)
+++ packages/trunk/love/debian/love.postinst    2012-06-02 22:32:56 UTC (rev 
13652)
@@ -23,12 +23,12 @@
         update-alternatives --quiet --install \
             /usr/bin/love \
             love \
-            /usr/bin/love-0.7 \
+            /usr/bin/love-0.8 \
            10
         update-alternatives --quiet --install \
             /usr/share/man/man1/love.1.gz \
             love.1.gz \
-            /usr/share/man/man1/love-0.7.1.gz \
+            /usr/share/man/man1/love-0.8.1.gz \
            10
     ;;
 

Modified: packages/trunk/love/debian/love.prerm
===================================================================
--- packages/trunk/love/debian/love.prerm       2012-06-01 23:57:11 UTC (rev 
13651)
+++ packages/trunk/love/debian/love.prerm       2012-06-02 22:32:56 UTC (rev 
13652)
@@ -21,10 +21,10 @@
     remove|upgrade|deconfigure)
         update-alternatives --quiet --remove \
             love \
-            /usr/bin/love-0.7
+            /usr/bin/love-0.8
         update-alternatives --quiet --remove \
             love.1.gz \
-            /usr/share/man/man1/love-0.7.1.gz
+            /usr/share/man/man1/love-0.8.1.gz
     ;;
 
     failed-upgrade)

Modified: packages/trunk/love/debian/rules
===================================================================
--- packages/trunk/love/debian/rules    2012-06-01 23:57:11 UTC (rev 13651)
+++ packages/trunk/love/debian/rules    2012-06-02 22:32:56 UTC (rev 13652)
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-PRG_SUFFIX=0.7
+PRG_SUFFIX=0.8
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1


_______________________________________________
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to