From 38a09d585684c59fa2c12506a722daa17eeac19d Mon Sep 17 00:00:00 2001 From: emrekgn Date: Tue, 25 Oct 2016 14:23:50 +0300 Subject: [PATCH] include bash as dep in control file --- debian/control | 2 +- debian/prerm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 8dbb9e6..77fc88f 100644 --- a/debian/control +++ b/debian/control @@ -8,5 +8,5 @@ Homepage: http://www.liderahenk.org.tr Package: ahenk Architecture: any -Depends:python3 (>= 3), cython, libidn11, libidn11-dev, python3-dev, python3-pip, python3-watchdog, libffi-dev, libssl-dev, python3-paramiko, python3-cpuinfo, python3-psutil (>= 4), libpam-script, python3-sleekxmpp, dmidecode, python3-easygui, notify-osd +Depends: bash, python3 (>= 3), cython, libidn11, libidn11-dev, python3-dev, python3-pip, python3-watchdog, libffi-dev, libssl-dev, python3-paramiko, python3-cpuinfo, python3-psutil (>= 4), libpam-script, python3-sleekxmpp, dmidecode, python3-easygui, notify-osd Description: Lider Ahenk is an open source project which provides solutions to manage, monitor and audit unlimited number of different systems and users on a network. diff --git a/debian/prerm b/debian/prerm index d52c4eb..297f69e 100644 --- a/debian/prerm +++ b/debian/prerm @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # prerm script for ahenk # /usr/bin/python3 /opt/ahenk/ahenkd.py clean