From: Dietmar Maurer Date: Tue, 30 Aug 2011 08:39:24 +0000 (+0200) Subject: add missing dependencies X-Git-Url: https://git.proxmox.com/?p=fence-agents-pve.git;a=commitdiff_plain;h=876a0fc0faab5812305630a99eb23a1105bc9f29;ds=sidebyside add missing dependencies --- diff --git a/debian/control b/debian/control index 25df5a9..3b59fa0 100644 --- a/debian/control +++ b/debian/control @@ -7,6 +7,8 @@ Standards-Version: 3.8.4 Package: fence-agents-pve Architecture: any -Depends: ${perl:Depends}, ${python:Depends}, ${shlibs:Depends}, ${misc:Depends} +Depends: ${perl:Depends}, ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, openipmi, sg3-utils, python-pexpect, python-pycurl, + libnet-snmp-perl, libnet-telnet-perl, snmp, telnet, openssh-client, + python-openssl, redhat-cluster-pve Description: fence agents for redhat cluster suite This package provides various fence agents. diff --git a/debian/rules b/debian/rules index 5d43bf4..ac67cdd 100755 --- a/debian/rules +++ b/debian/rules @@ -66,4 +66,5 @@ override_dh_install: rm ${DESTDIR}/usr/share/doc/fence-agents-pve/COPYING.applications rm ${DESTDIR}/usr/share/doc/fence-agents-pve/COPYING.libraries rm ${DESTDIR}/usr/share/doc/fence-agents-pve/README.licence - rm ${DESTDIR}/usr/share/doc/fence-agents-pve/COPYRIGHT \ No newline at end of file + rm ${DESTDIR}/usr/share/doc/fence-agents-pve/COPYRIGHT +