r14809 - packages/branches/love/0.6/debian
Miriam Ruiz
miriam at moszumanska.debian.org
Mon Jan 13 06:59:45 UTC 2014
Author: miriam
Date: 2014-01-13 06:59:44 +0000 (Mon, 13 Jan 2014)
New Revision: 14809
Modified:
packages/branches/love/0.6/debian/rules
Log:
Do not compress love files
Modified: packages/branches/love/0.6/debian/rules
===================================================================
--- packages/branches/love/0.6/debian/rules 2014-01-13 06:58:20 UTC (rev 14808)
+++ packages/branches/love/0.6/debian/rules 2014-01-13 06:59:44 UTC (rev 14809)
@@ -77,7 +77,7 @@
dh_installexamples -i
dh_install -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
@@ -98,7 +98,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