Try the command apt show fence-agents
, which will output some information about the package. For example on 16.04 this returns (emphasis mine):
Package: fence-agents
Version: 4.0.22-2
Priority: optional
Section: universe/admin
Origin: Ubuntu
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Original-Maintainer: Debian HA Maintainers <debian-ha-maintainers@lists.alioth.debian.org>
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 592 kB
Depends: perl, python:any, libc6 (>= 2.15), python-pycurl, python-pexpect
Recommends: libnet-telnet-perl, openssh-client, sg3-utils, snmp
Suggests: python-requests, python-suds
Conflicts: cman (<= 3.0.12-2ubuntu4)
Replaces: cman (<= 3.0.12-2ubuntu4)
Homepage: https://fedorahosted.org/cluster/wiki/HomePage
Download-Size: 169 kB
APT-Sources: http://ftp.uni-stuttgart.de/ubuntu xenial/universe amd64 Packages
Description: Fence Agents for Red Hat Cluster
Red Hat Fence Agents is a collection of scripts to handle remote
power management for several devices. They allow failed or
unreachable nodes to be forcibly restarted and removed from the
cluster.
You see that this package metadata contains names and email addresses of the Maintainer
for Ubuntu and the Original-Maintainer
, as well as a link for reporting Bugs
(in this case the generic Launchpad link) as well as a specific project Homepage
. This information should be a good start to get in contact with the responsible people or teams.