From 77c491096a14e35947220e69816e6e05bcb29b2f Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Thu, 12 Mar 2009 00:40:00 +0100 Subject: [PATCH] Exclude usr/bin/i3lock from dh_fixperms to not kill the setuid root bit --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index fa91b71..ef6222c 100755 --- a/debian/rules +++ b/debian/rules @@ -66,7 +66,7 @@ binary-arch: build install dh_link # dh_strip dh_compress - dh_fixperms + dh_fixperms -Xusr/bin/i3lock # dh_perl # dh_makeshlibs dh_installdeb