r14814 - packages/branches/love/0.8/debian

Miriam Ruiz miriam at moszumanska.debian.org
Mon Jan 13 22:37:45 UTC 2014


Author: miriam
Date: 2014-01-13 22:37:45 +0000 (Mon, 13 Jan 2014)
New Revision: 14814

Modified:
   packages/branches/love/0.8/debian/love0.8.desktop
   packages/branches/love/0.8/debian/rules
Log:
Improve package



Modified: packages/branches/love/0.8/debian/love0.8.desktop
===================================================================
--- packages/branches/love/0.8/debian/love0.8.desktop	2014-01-13 22:27:35 UTC (rev 14813)
+++ packages/branches/love/0.8/debian/love0.8.desktop	2014-01-13 22:37:45 UTC (rev 14814)
@@ -2,8 +2,8 @@
 Name=Löve v0.8 Game
 MimeType=application/x-love-game;
 Exec=/usr/bin/love-0.8
-Comment=Games development framework in lua
-Comment[es]=Entorno de desarrollo de videojuegos en lua
+Comment=Run Löve v0.8 game
+Comment[es]=Ejecutar juego de Löve v0.8
 Type=Application
 Categories=Development;Game;
 Terminal=false

Modified: packages/branches/love/0.8/debian/rules
===================================================================
--- packages/branches/love/0.8/debian/rules	2014-01-13 22:27:35 UTC (rev 14813)
+++ packages/branches/love/0.8/debian/rules	2014-01-13 22:37:45 UTC (rev 14814)
@@ -2,9 +2,6 @@
 
 PRG_SUFFIX=0.8
 
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
 CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS)
 CFLAGS:=$(shell dpkg-buildflags --get CFLAGS)
 CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS)
@@ -28,10 +25,10 @@
 		--prefix=/usr \
 		--mandir=\$${prefix}/share/man \
 		--infodir=\$${prefix}/share/info \
-		CPPFLAGS="$(CPPFLAGS)" \
 		CFLAGS="$(CFLAGS)" \
-		CXXFLAGS="$(CXXFLAGS)" \
-		LDFLAGS="$(LDFLAGS)"
+		LDFLAGS="$(LDFLAGS)" \
+		CPPFLAGS="$(CPPFLAGS)" \
+		CXXFLAGS="$(CXXFLAGS)"
 	touch $@
 
 build-arch: build-arch-stamp




More information about the Pkg-games-commits mailing list