Project

General

Profile

« Previous | Next » 

Revision 3f9e014e

Added by Stephen Benjamin over 8 years ago

Add smart_proxy_dynflow

Closes GH-740

View differences:

plugins/smart_proxy_dynflow/changelog
ruby-smart-proxy-dynflow (0.0.3-1) unstable; urgency=low
* Initial release of 0.0.3
-- Stephen Benjamin <stephen@redhat.com> Tue, 11 Aug 2015 09:20:00 +0200
plugins/smart_proxy_dynflow/compat
7
plugins/smart_proxy_dynflow/control
Source: ruby-smart-proxy-dynflow
Section: ruby
Priority: optional
Maintainer: Stephen Benjamin <stephen@redhat.com>
Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~)
Standards-Version: 3.9.3
Homepage: https://github.com/theforeman/smart_proxy_dynflow
XS-Ruby-Versions: all
Package: ruby-smart-proxy-dynflow
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, foreman-proxy (>= 1.9.0~rc3), ruby-dynflow (>= 0.8.4), ruby-dynflow (<< 0.9.0), ruby-sequel, ruby-sqlite3
Description: Dynflow runtime for Foreman smart proxy
Dynflow runtime for Foreman smart proxy
plugins/smart_proxy_dynflow/copyright
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: ruby-smart-proxy-dynflow
Source: https://github.com/theforeman/smart_proxy_dynflow
Files: *
Copyright: 2015 Red Hat Inc. <foreman-dev@googlegroups.com>
License: GPL-3.0+
Files: debian/*
Copyright: 2015 Red Hat Inc. <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_dynflow/dynflow.rb
gem 'smart_proxy_dynflow', '0.0.3'
plugins/smart_proxy_dynflow/install
debian/dynflow.rb usr/share/foreman-proxy/bundler.d
settings.d/dynflow.yml etc/foreman-proxy/settings.d
plugins/smart_proxy_dynflow/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/dynflow.yml.example settings.d/dynflow.yml
%:
dh $@ --buildsystem=ruby --with ruby
plugins/smart_proxy_dynflow/source/format
3.0 (quilt)

Also available in: Unified diff