]> git.proxmox.com Git - fence-agents-pve.git/commitdiff
add missing dependencies
authorDietmar Maurer <dietmar@proxmox.com>
Tue, 30 Aug 2011 08:39:24 +0000 (10:39 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 30 Aug 2011 08:39:24 +0000 (10:39 +0200)
debian/control
debian/rules

index 25df5a94e209513eb01b41edc9284a92ae9df8ba..3b59fa0fc382569192d93c64e4d21a3398493842 100644 (file)
@@ -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.
index 5d43bf49a400668c00e6e7eea2c0facaaf7a0a99..ac67cdd6c65e5a1544089a1a813be79cee4fdfdd 100755 (executable)
@@ -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
+