From 254908d124a37b37b1640a4f4b0b625030341260 Mon Sep 17 00:00:00 2001 From: Fred Barclay Date: Tue, 21 Mar 2017 19:12:33 -0500 Subject: Fix lintian error when running `make deb`. contrib now has python files so lintian was complaining: E: firejail: python-script-but-no-python-dep usr/lib/firejail/fix_private-bin.py E: firejail: python-script-but-no-python-dep usr/lib/firejail/fjclip.py E: firejail: python-script-but-no-python-dep usr/lib/firejail/fjdisplay.py E: firejail: python-script-but-no-python-dep usr/lib/firejail/fjresize.py We now suggest python and python3 (not recommend or depend since it's not actually needed to use firejail) when building a Debian package. --- platform/debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'platform/debian') diff --git a/platform/debian/control b/platform/debian/control index 991abb656..4287d6561 100644 --- a/platform/debian/control +++ b/platform/debian/control @@ -4,6 +4,7 @@ Architecture: amd64 Maintainer: netblue30 Installed-Size: 272 Depends: libc6 +Suggests: python, python3 Section: admin Priority: extra Homepage: http://github.com/netblue30/firejail @@ -17,4 +18,3 @@ Description: Linux namepaces sandbox program. Firejail also expands the restricted shell facility found in bash by adding Linux namespace support. It also supports sandboxing SSH users upon login. - -- cgit v1.2.3-54-g00ecf