r14808 - packages/branches/love/0.5/debian

Miriam Ruiz miriam at moszumanska.debian.org
Mon Jan 13 06:58:20 UTC 2014


Author: miriam
Date: 2014-01-13 06:58:20 +0000 (Mon, 13 Jan 2014)
New Revision: 14808

Modified:
   packages/branches/love/0.5/debian/rules
Log:
Do not compress love files



Modified: packages/branches/love/0.5/debian/rules
===================================================================
--- packages/branches/love/0.5/debian/rules	2014-01-13 05:18:04 UTC (rev 14807)
+++ packages/branches/love/0.5/debian/rules	2014-01-13 06:58:20 UTC (rev 14808)
@@ -75,7 +75,7 @@
 	dh_install -i
 	dh_installmime -i
 	dh_link -i
-	dh_compress -i
+	dh_compress -i --exclude=.love --exclude=.lua
 	dh_fixperms -i
 	test -e /usr/bin/dh_buildinfo && dh_buildinfo -i
 	dh_installdeb -i
@@ -96,7 +96,7 @@
 	dh_installman debian/love-$(PRG_SUFFIX).1 -a
 	dh_link -a
 	dh_strip --dbg-package=love$(PRG_SUFFIX)-dbg -a
-	dh_compress -a
+	dh_compress -a --exclude=.love --exclude=.lua
 	dh_fixperms -a
 #	dh_makeshlibs -a
 	test -e /usr/bin/dh_buildinfo && dh_buildinfo -a




More information about the Pkg-games-commits mailing list