From ac1d8ef96cddcc6c3d635e9e78f3d402284051e6 Mon Sep 17 00:00:00 2001
From: Albert Graef <aggraef@gmail.com>
Date: Sat, 5 Nov 2016 21:58:55 +0100
Subject: [PATCH] debuild: prevent nw.js libraries from being stripped

---
 debuild/debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debuild/debian/rules b/debuild/debian/rules
index 9a79b8127..28f6980fc 100755
--- a/debuild/debian/rules
+++ b/debuild/debian/rules
@@ -58,7 +58,7 @@ override_dh_compress:
 	dh_compress -X.pd -X.wav -X.aiff -X.txt -X.md
 
 override_dh_strip:
-	dh_strip -Xpnacl
+	dh_strip -Xbin/nw
 
 # Supply some options to get rid of a gazillion of warnings about shared
 # library files which are really externals.
-- 
GitLab