[Debian-ha-commits] [resource-agents] 01/01: debian/control: add net-tools to Depends (Closes: #857368)

Valentin Vidic vvidic-guest at moszumanska.debian.org
Sat Mar 11 17:38:48 UTC 2017


This is an automated email from the git hooks/post-receive script.

vvidic-guest pushed a commit to branch master
in repository resource-agents.

commit bf6114991ef5f24bc091d35f704339db800d5983
Author: Valentin Vidic <Valentin.Vidic at CARNet.hr>
Date:   Sat Mar 11 18:29:31 2017 +0100

    debian/control: add net-tools to Depends (Closes: #857368)
    
    ifconfig is called by IPaddr agent and net-tools has changed
    priority from important to optional so it is not installed
    by default anymore.
---
 debian/control | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index b7ab7b5..3752224 100644
--- a/debian/control
+++ b/debian/control
@@ -23,6 +23,7 @@ Build-Depends: autoconf,
                libstonith1-dev (>= 1.0.12~),
                libtool,
                libxml2-utils,
+               net-tools,
                pkg-config,
                python,
 #              for systemd.pc:
@@ -36,7 +37,7 @@ Vcs-Git: git://anonscm.debian.org/debian-ha/resource-agents.git
 
 Package: resource-agents
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}, cluster-glue, gawk, python
+Depends: ${misc:Depends}, ${shlibs:Depends}, cluster-glue, gawk, net-tools, python
 Replaces: cluster-agents (<= 1:1.0.4-1), rgmanager (<= 3.0.12-2+b1), resource-agents-dev (<< 1:3.9.6)
 Conflicts: cluster-agents (<= 1:1.0.4-1), rgmanager (<= 3.0.12-2+b1), resource-agents-dev (<< 1:3.9.6)
 Provides: resource-agents-dev

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-ha/resource-agents.git



More information about the Debian-HA-Commits mailing list