-
Notifications
You must be signed in to change notification settings - Fork 148
/
Copy pathcontrol
33 lines (31 loc) · 1.59 KB
/
control
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Source: foreman-proxy
Section: net
Priority: extra
Maintainer: Greg Sutcliffe <gsutclif@redhat.com>
Build-Depends: debhelper (>= 9.20160709), rename
Standards-Version: 3.9.1
Homepage: http://theforeman.org/projects/smart-proxy
Vcs-Git: git://github.com/theforeman/smart-proxy.git
Vcs-Browser: https://github.com/theforeman/smart-proxy
Package: foreman-proxy
Section: net
Priority: extra
Architecture: all
Depends: ruby, rake, ruby-sinatra (>= 1.3.3), ruby-rack (>= 1.1.0), ruby-json, ruby-augeas, ruby-bundler-ext, ruby-concurrent (>= 1.0.0), ruby-concurrent (<< 2.0.0), ruby-rsec, ruby-logging, ruby-sd-notify (>= 0.1.0), ruby-sd-notify (<< 0.2.0), ruby-webrick (>= 1.0.0)
Recommends: sudo, curl, ping, ruby-gssapi, ruby-rubyipmi (>= 0.10.0), ruby-redfish-client (>= 0.5.1), ruby-rkerberos (>= 0.1.1), ruby-libvirt (>= 0.6.0), ruby-rb-inotify, ruby-jwt (>= 1.5.6), ruby-xmlrpc (>= 0.3), foreman-debug
Suggests: foreman-proxy-journald
Description: RESTful proxies for DNS, DHCP, TFTP, and Puppet
Smart-Proxy is a project which provides a RESTful API to various sub-systems
like DNS, DHCP, TFTP, and Puppet.
.
Its goal is to provide API for a higher level orchestration tools.
Smart-Proxy provides an easy way to add or extended existing
sub-systems and APIs.
Package: foreman-proxy-journald
Architecture: all
Section: net
Priority: extra
Depends: foreman-proxy (= ${binary:Version}), ruby-logging-journald (>= 2.0), ruby-logging-journald (<< 3), ${misc:Depends}
Description: metapackage providing journald logging dependencies for foreman-proxy.
.
The foreman-proxy package should be installed along with this package.