[love] 03/04: avoid leaking libraries in .deb

Alexandre Detiste detiste-guest at moszumanska.debian.org
Sat Jan 21 01:50:17 UTC 2017


This is an automated email from the git hooks/post-receive script.

detiste-guest pushed a commit to branch master
in repository love.

commit 693116e598288f1d80b1993d352f4823cfe9af57
Author: Alexandre Detiste <alexandre.detiste at gmail.com>
Date:   Sat Jan 21 02:39:44 2017 +0100

    avoid leaking libraries in .deb
---
 debian/rules | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/rules b/debian/rules
index 0accb2a..bf834b6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,3 +17,5 @@ override_dh_auto_install:
 	dh_auto_install
 	mkdir -p debian/love/usr/share/binfmts/
 	cp debian/love.binfmt debian/love/usr/share/binfmts/love
+	find debian/love/usr/lib -name 'liblove*' -delete
+	find debian/love/usr/lib -type d -empty -delete

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/love.git



More information about the Pkg-games-commits mailing list