Project

General

Profile

« Previous | Next » 

Revision cb1ad80f

Added by Michael Moll over 9 years ago

package chef plugin for smart proxy

View differences:

dependencies/precise/chef-api/control
Package: ruby-chef-api
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-logify, ruby-mime-types
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-logify (>= 0.1), ruby-logify (<<1.0), ruby-mime-types
Description: A Chef API client in Ruby
A tiny Chef API client with minimal dependencies
dependencies/trusty/chef-api/control
Package: ruby-chef-api
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-logify, ruby-mime-types
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-logify (>= 0.1), ruby-logify (<<1.0), ruby-mime-types
Description: A Chef API client in Ruby
A tiny Chef API client with minimal dependencies
dependencies/wheezy/chef-api/control
Package: ruby-chef-api
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-logify, ruby-mime-types
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-logify (>= 0.1), ruby-logify (<<1.0), ruby-mime-types
Description: A Chef API client in Ruby
A tiny Chef API client with minimal dependencies
plugins/smart_proxy_chef/changelog
ruby-smart-proxy-chef (0.1.2-1) unstable; urgency=low
* Initial release
-- Michael Moll <mmoll@mmoll.at> Wed, 14 Jan 2015 02:07:21 +0100
plugins/smart_proxy_chef/chef.rb
gem 'smart_proxy_chef', '0.1.2'
plugins/smart_proxy_chef/compat
7
plugins/smart_proxy_chef/control
Source: ruby-smart-proxy-chef
Section: ruby
Priority: optional
Maintainer: Michael Moll <mmoll@mmoll.at>
Build-Depends: debhelper, gem2deb
Standards-Version: 3.9.3
Homepage: https://github.com/theforeman/smart_proxy_chef
XS-Ruby-Versions: all
Package: ruby-smart-proxy-chef
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, foreman-proxy (>= 1.7.0~rc1), ruby-chef-api (>= 0.5.0)
Description: Chef Plug-In for Foreman's Smart Proxy
Chef Plug-In for Foreman's Smart Proxy
plugins/smart_proxy_chef/copyright
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: ruby-smart-proxy-chef
Source: https://github.com/theforeman/smart_proxy_chef
Files: *
Copyright: 2012-2015 Foreman developers <foreman-dev@googlegroups.com>
License: GPL-3.0+
Files: debian/*
Copyright: 2015 Foreman developers <foreman-dev@googlegroups.com>
License: GPL-3.0+
License: GPL-3.0+
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
.
This package is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
.
On Debian systems, the complete text of the GNU General
Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
plugins/smart_proxy_chef/install
debian/chef.rb usr/share/foreman-proxy/bundler.d
settings.d/chef.yml etc/foreman-proxy/settings.d
plugins/smart_proxy_chef/rules
#!/usr/bin/make -f
#export DH_VERBOSE=1
#
# Uncomment to ignore all test failures (but the tests will run anyway)
#export DH_RUBY_IGNORE_TESTS=all
#
# Uncomment to ignore some test failures (but the tests will run anyway).
# Valid values:
#export DH_RUBY_IGNORE_TESTS=ruby1.8 ruby1.9.1 require-rubygems
#
# If you need to specify the .gemspec (eg there is more than one)
#export DH_RUBY_GEMSPEC=gem.gemspec
build:
cp settings.d/chef.yml.example settings.d/chef.yml
%:
dh $@ --buildsystem=ruby --with ruby
plugins/smart_proxy_chef/source/format
3.0 (quilt)

Also available in: Unified diff