r9657 - packages/trunk/love/debian

Miriam Ruiz miriam at alioth.debian.org
Sat May 2 16:29:17 UTC 2009


Author: miriam
Date: 2009-05-02 16:29:17 +0000 (Sat, 02 May 2009)
New Revision: 9657

Modified:
   packages/trunk/love/debian/changelog
   packages/trunk/love/debian/control
   packages/trunk/love/debian/rules
Log:
Fixed some minor things



Modified: packages/trunk/love/debian/changelog
===================================================================
--- packages/trunk/love/debian/changelog	2009-04-30 11:12:27 UTC (rev 9656)
+++ packages/trunk/love/debian/changelog	2009-05-02 16:29:17 UTC (rev 9657)
@@ -5,6 +5,9 @@
   * Fixed packages short descriptions
   * Uses autotools for building now. Added autotools-dev to Build-Depends
   * Removed package liblove-dev
+  * Upgraded Standards-Version to 3.8.1
+  * Fixed packages sections in debian/control
+  * Added call to dh_desktop in debian/rules
 
   [ Gonéri Le Bouder ]
   * add no-ILvoid-type.diff to avoid ILvoid usage since the type is not
@@ -13,7 +16,7 @@
     lintian crying
   * change Section from game to interpreters to avoid another lintian warning
 
- -- Gonéri Le Bouder <goneri at rulezlan.org>  Sun, 11 Jan 2009 17:53:04 +0100
+ -- Miriam Ruiz <little_miry at yahoo.es>  Sat, 02 May 2009 18:24:50 +0200
 
 love (0.4.0-2) unstable; urgency=low
 

Modified: packages/trunk/love/debian/control
===================================================================
--- packages/trunk/love/debian/control	2009-04-30 11:12:27 UTC (rev 9656)
+++ packages/trunk/love/debian/control	2009-05-02 16:29:17 UTC (rev 9657)
@@ -7,13 +7,12 @@
  libboost-dev, libsdl1.2-dev, libsdl-mixer1.2-dev, liblua5.1-0-dev,
  libphysfs-dev, libdevil-dev, libfreetype6-dev,
  lua5.1, liblua5.1-expat0
-Standards-Version: 3.8.0
+Standards-Version: 3.8.1
 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
 
 Package: love
-Section: games
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: 2D game development framework based on Lua and OpenGL
@@ -29,7 +28,7 @@
  quickly and efficiently develop an idea into a fully working game.
 
 Package: love-dbg
-Section: games
+Section: debug
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, love (= ${binary:Version})
 Description: 2D game development framework - debugging symbols

Modified: packages/trunk/love/debian/rules
===================================================================
--- packages/trunk/love/debian/rules	2009-04-30 11:12:27 UTC (rev 9656)
+++ packages/trunk/love/debian/rules	2009-05-02 16:29:17 UTC (rev 9657)
@@ -94,6 +94,7 @@
 	dh_installmime -a
 #	dh_installinfo -a
 	dh_installman debian/love.1 -a
+	dh_desktop -a
 	dh_link -a
 	dh_strip --dbg-package=love-dbg -a
 	dh_compress -a




More information about the Pkg-games-commits mailing list