r8024 - packages/trunk/love/debian

Miriam Ruiz miriam at alioth.debian.org
Sat Aug 30 01:28:12 UTC 2008


Author: miriam
Date: 2008-08-30 01:28:12 +0000 (Sat, 30 Aug 2008)
New Revision: 8024

Modified:
   packages/trunk/love/debian/control
   packages/trunk/love/debian/rules
Log:
Add debug package



Modified: packages/trunk/love/debian/control
===================================================================
--- packages/trunk/love/debian/control	2008-08-30 01:17:38 UTC (rev 8023)
+++ packages/trunk/love/debian/control	2008-08-30 01:28:12 UTC (rev 8024)
@@ -46,10 +46,10 @@
  This package includes the development files needed to embed LÖVE in a
  C program.
 
-Package: liblove-dbg
-Section: libdevel
+Package: love-dbg
+Section: games
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, love (= ${binary:Version})
 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

Modified: packages/trunk/love/debian/rules
===================================================================
--- packages/trunk/love/debian/rules	2008-08-30 01:17:38 UTC (rev 8023)
+++ packages/trunk/love/debian/rules	2008-08-30 01:28:12 UTC (rev 8024)
@@ -55,7 +55,7 @@
 	dh_desktop
 	dh_installman
 	dh_link
-	dh_strip
+	dh_strip --dbg-package=love-dbg
 	dh_compress
 	dh_fixperms
 #	dh_makeshlibs




More information about the Pkg-games-commits mailing list