From 033a6e98b4a8b87fc891a63f5a45ea2b8ae53528 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Hertzog?= Date: Thu, 3 Oct 2019 12:47:02 +0200 Subject: [PATCH] Add the supplementary binary packages that we want cf plan in https://gitlab.com/kalilinux/packages/kali-themes/issues/1 --- debian/control | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/debian/control b/debian/control index fb47deed..25c7d79b 100644 --- a/debian/control +++ b/debian/control @@ -17,3 +17,25 @@ Description: Kali Themes (data files) . This package only contains the actual files, it doesn't change any system setting and doesn't enable any Kali theme by default. + +Package: kali-desktop-base +Architecture: all +Depends: kali-theme-common (= ${source:Version}), + desktop-base (>= 10.0.3), + ${misc:Depends} +Description: Kali version of Debian's desktop-base package + This package provides hooks into the various alternatives defined + by Debian's desktop-base to provide consistent Kali branding through + the whole distribution. + +Package: kali-theme +Architecture: all +Depends: kali-desktop-base (= ${source:Version}), + ${misc:Depends} +Description: Configure all desktops to use the Kali theme + Installing this package should configure most desktops to use the Kali theme + by default. + . + The actual artwork files are provided by kali-theme-common but this package + provides configuration files and other settings for each desktop so that + they use the Kali theme by default.