r11315 - packages/trunk/love/debian

Miriam Ruiz miriam at alioth.debian.org
Fri Aug 27 00:52:36 UTC 2010


Author: miriam
Date: 2010-08-27 00:52:35 +0000 (Fri, 27 Aug 2010)
New Revision: 11315

Modified:
   packages/trunk/love/debian/love.mime
   packages/trunk/love/debian/rules
Log:
Fix MIME stuff



Modified: packages/trunk/love/debian/love.mime
===================================================================
--- packages/trunk/love/debian/love.mime	2010-08-26 23:57:11 UTC (rev 11314)
+++ packages/trunk/love/debian/love.mime	2010-08-27 00:52:35 UTC (rev 11315)
@@ -1 +1 @@
-application/x-love-game; love %s; test=test "$DISPLAY" != ""; description=Löve Game; nametemplate=%s.love; priority=6
+application/x-love-game; love '%s'; test=test -n "$DISPLAY"; description=Löve Game; nametemplate=%s.love; priority=2
\ No newline at end of file

Modified: packages/trunk/love/debian/rules
===================================================================
--- packages/trunk/love/debian/rules	2010-08-26 23:57:11 UTC (rev 11314)
+++ packages/trunk/love/debian/rules	2010-08-27 00:52:35 UTC (rev 11315)
@@ -8,20 +8,22 @@
 patch: patch-stamp
 patch-stamp:
 	[ ! -d debian/patches ] || $(MAKE) -f /usr/share/quilt/quilt.make patch
-	[ ! -d debian/pixmaps ] || { cd debian/pixmaps && for i in *.sng; do sng "$$i"; done; }
-	cd debian/doc/style && for i in *.sng; do sng "$$i"; done;
-	cd debian/doc/files && for i in *.sng; do sng "$$i"; done;
 	touch $@
 
 configure: configure-stamp
 configure-stamp: patch-stamp
 	dh_testdir
+	[ ! -d debian/pixmaps ] || { cd debian/pixmaps && for i in *.sng; do sng "$$i"; done; }
+	cd debian/doc/style && for i in *.sng; do sng "$$i"; done;
+	cd debian/doc/files && for i in *.sng; do sng "$$i"; done;
+
 ifneq "$(wildcard /usr/share/misc/config.sub)" ""
 	cp -f /usr/share/misc/config.sub config.sub
 endif
 ifneq "$(wildcard /usr/share/misc/config.guess)" ""
 	cp -f /usr/share/misc/config.guess config.guess
 endif
+
 	./configure $(CROSS) \
 		--prefix=/usr \
 		--mandir=\$${prefix}/share/man \
@@ -99,7 +101,7 @@
 	dh_installexamples -a
 	dh_install -a
 #	dh_installmenu -a
-#	dh_installmime -a
+	dh_installmime -a
 #	dh_installinfo -a
 	dh_installman debian/love.1 -a
 	dh_link -a




More information about the Pkg-games-commits mailing list