From b3e37f13a9aadaa0736ca9a7a55ddca2c29577d0 Mon Sep 17 00:00:00 2001 From: GabMus Date: Sat, 23 Sep 2017 12:54:02 +0200 Subject: [PATCH] updated debian files --- debian/control | 7 +++---- debian/rules | 0 2 files changed, 3 insertions(+), 4 deletions(-) mode change 100644 => 100755 debian/rules diff --git a/debian/control b/debian/control index a5d3dc2..b7f0aee 100644 --- a/debian/control +++ b/debian/control @@ -12,17 +12,16 @@ Build-Depends: libappstream-glib-dev, meson (>= 0.40.0), pkg-config, - python-all + python3-all Package: razercommander Architecture: all Depends: gir1.2-gtk-3.0 (>= 3.14.0), - python3 (>= 3.4), python3-gi (>= 3.14.0) - Recommends: - gnome-icon-theme-symbolic + ${misc:Depends}, + ${python3:Depends} Description: Razer device manager for Linux Controls Razer peripherals (mice, keyboards, headphones) enabling the user to customize the light effects and setting up the macro functionality. diff --git a/debian/rules b/debian/rules old mode 100644 new mode 100755