Project

General

Profile

« Previous | Next » 

Revision de4ffd6e

Added by Michael Moll almost 6 years ago

add dependencies for Ubuntu/bionic

View differences:

dependencies/bionic/apipie-bindings/changelog
ruby-apipie-bindings (0.2.2-1) stable; urgency=low
* Initial release for Ubuntu/bionic
-- Michael Moll <mmoll@mmoll.at> Sat, 30 Jun 2018 13:31:29 +0200
dependencies/bionic/apipie-bindings/compat
7
dependencies/bionic/apipie-bindings/control
Source: ruby-apipie-bindings
Section: ruby
Priority: optional
Maintainer: Tomas Strachota <tstrachota@redhat.com>
Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~)
Standards-Version: 3.9.3
Homepage: http://github.com/Apipie/apipie-bindings
XS-Ruby-Versions: all
Package: ruby-apipie-bindings
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
ruby-json (>= 1.6.1),
ruby-rest-client (>= 1.6.5), ruby-rest-client (<< 3.0.0),
ruby-oauth,
Description: Ruby bindings for Apipie documented APIs
Bindings for API calls that are documented with Apipie. Bindings are generated on the fly.
dependencies/bionic/apipie-bindings/copyright
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: apipie-bindings
Source: https://github.com/Apipie/apipie-bindings
Files: *
Copyright: 2013-2014 Martin Bačovský <mbacovsk@redhat.com>
License: MIT
Files: debian/*
Copyright: 2014 Tomáš Strachota <tstrachota@redhat.com>
License: MIT
Comment: the Debian packaging is licensed under the same terms as the original package.
License: MIT
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
.
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
dependencies/bionic/apipie-bindings/ruby-apipie-bindings.docs
README.md
dependencies/bionic/apipie-bindings/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
%:
dh $@ --buildsystem=ruby --with ruby
override_dh_installchangelogs:
dh_installchangelogs doc/release_notes.md
dependencies/bionic/apipie-bindings/source/format
3.0 (quilt)
dependencies/bionic/apipie-bindings/watch
version=3
http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/apipie-bindings .*/apipie-bindings-(.*).tar.gz
dependencies/bionic/apipie-params/changelog
ruby-apipie-params (0.0.5-1) stable; urgency=low
* Initial release for Ubuntu/bionic
-- Michael Moll <mmoll@mmoll.at> Sat, 30 Jun 2018 13:31:29 +0200
dependencies/bionic/apipie-params/compat
7
dependencies/bionic/apipie-params/control
Source: ruby-apipie-params
Section: ruby
Priority: optional
Maintainer: Stephen Benjamin <stephen@redhat.com>
Build-Depends: debhelper, gem2deb
Standards-Version: 3.9.4
#Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-apipie-params.git
#Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-apipie-params.git;a=summary
Homepage: http://github.com/iNecas/apipie-params
XS-Ruby-Versions: all
Package: ruby-apipie-params
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, rake
Description: DSL for describing data structures
Allows defining structure of data and perform validation against it using json-schema
dependencies/bionic/apipie-params/copyright
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: apipie-params
Source: https://github.com/iNecas/apipie-params
Files: *
Copyright: 2012 Pavel Pkorny
License: MIT
Files: debian/*
Copyright: 2015 Red Hat Inc. <foreman-dev@googlegroups.com>
License: MIT
Comment: the Debian packaging is licensed under the same terms as the original package.
License: MIT
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
.
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
dependencies/bionic/apipie-params/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.9.1 ruby2.0 require-rubygems
#
# If you need to specify the .gemspec (eg there is more than one)
#export DH_RUBY_GEMSPEC=gem.gemspec
%:
dh $@ --buildsystem=ruby --with ruby
dependencies/bionic/apipie-params/source/format
3.0 (quilt)
dependencies/bionic/bundler_ext/changelog
ruby-bundler-ext (0.4.1-1) stable; urgency=low
* Initial release for Ubuntu/bionic
-- Michael Moll <mmoll@mmoll.at> Sat, 30 Jun 2018 13:31:29 +0200
dependencies/bionic/bundler_ext/compat
7
dependencies/bionic/bundler_ext/control
Source: ruby-bundler-ext
Section: ruby
Priority: optional
Maintainer: Greg Sutcliffe <greg.sutcliffe@gmail.com>
Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~)
Standards-Version: 3.9.3
Homepage: https://github.com/bundlerext/bundler_ext
XS-Ruby-Versions: all
Package: ruby-bundler-ext
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, bundler (>= 0)
Description: Load system gems via Bundler DSL
Simple library leveraging the Bundler Gemfile DSL to load gems already on the system and managed by the systems package manager (like yum/apt)
dependencies/bionic/bundler_ext/copyright
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: bundler_ext
Source: FIXME <http://example.com/>
Files: *
Copyright: <years> <put author's name and email here>
<years> <likewise for another author>
License: GPL-2+ (FIXME)
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 2 of the License, or (at your option) any later
version.
.
This program 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 package; if not, write to the Free
Software Foundation, Inc., 51 Franklin St, Fifth Floor,
Boston, MA 02110-1301 USA
.
On Debian systems, the full text of the GNU General Public
License version 2 can be found in the file
`/usr/share/common-licenses/GPL-2'.
Files: debian/*
Copyright: 2014 <>
License:
[LICENSE TEXT]
dependencies/bionic/bundler_ext/ruby-tests.rb
# FIXME
# there's a spec/ or a test/ directory in the upstream source, but
# no test suite was defined in the Gem specification. It would be
# a good idea to define it here so the package gets tested at build time.
# Examples:
# $: << 'lib' << '.'
# Dir['{spec,test}/**/*.rb'].each { |f| require f }
#
# require 'test/ts_foo.rb'
#
# require 'rbconfig'
# ruby = File.join(RbConfig::CONFIG['bindir'], RbConfig::CONFIG['ruby_install_name'])
# exec("#{ruby} -I. test/runtests.rb")
dependencies/bionic/bundler_ext/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
%:
dh $@ --buildsystem=ruby --with ruby
dependencies/bionic/bundler_ext/source/format
3.0 (quilt)
dependencies/bionic/bundler_ext/watch
version=3
http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/bundler_ext .*/bundler_ext-(.*).tar.gz
dependencies/bionic/chef-api/changelog
ruby-chef-api (0.6.0-1) unstable; urgency=low
* Initial release for Ubuntu/bionic
-- Michael Moll <mmoll@mmoll.at> Sat, 30 Jun 2018 13:31:29 +0200
dependencies/bionic/chef-api/compat
7
dependencies/bionic/chef-api/control
Source: ruby-chef-api
Section: ruby
Priority: optional
Maintainer: Michael Moll <mmoll@mmoll.at>
Build-Depends: debhelper, gem2deb
Standards-Version: 3.9.5
Homepage: https://github.com/sethvargo/chef-api
XS-Ruby-Versions: all
Package: ruby-chef-api
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
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/bionic/chef-api/copyright
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: chef-api
Source: https://github.com/sethvargo/chef-api
Files: *
Copyright: 2013-2014 Seth Vargo <sethvargo@gmail.com>
License: Apache 2.0
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Files: debian/*
Copyright: 2014 Michael Moll <mmoll@mmoll.at>
License: Apache 2.0
Comment: the Debian packaging is licensed under the same terms as the original package.
License: Apache 2.0
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
dependencies/bionic/chef-api/ruby-chef-api.docs
README.md
dependencies/bionic/chef-api/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=ruby2.1 require-rubygems
#
# If you need to specify the .gemspec (eg there is more than one)
#export DH_RUBY_GEMSPEC=gem.gemspec
%:
dh $@ --buildsystem=ruby --with ruby
override_dh_installchangelogs:
dh_installchangelogs CHANGELOG.md
dependencies/bionic/chef-api/source/format
3.0 (quilt)
dependencies/bionic/dynflow/changelog
ruby-dynflow (1.0.5-1) stable; urgency=low
* Initial release for Ubuntu/bionic
-- Michael Moll <mmoll@mmoll.at> Sat, 30 Jun 2018 13:31:29 +0200
dependencies/bionic/dynflow/compat
7
dependencies/bionic/dynflow/control
Source: ruby-dynflow
Section: ruby
Priority: optional
Maintainer: Stephen Benjamin <stephen@redhat.com>
Uploaders: Stephen Benjamin <stephen@redhat.com>
DM-Upload-Allowed: yes
Build-Depends: debhelper, gem2deb
Standards-Version: 3.9.3
XS-Ruby-Versions: all
Package: ruby-dynflow
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-algebrick (>= 0.7.0), ruby-algebrick (<< 0.8.0), ruby-apipie-params, ruby-concurrent (>= 1.0.0), ruby-concurrent (<< 2.0.0), ruby-multi-json, ruby-sequel (>= 4.0.0)
Suggests: doc-base
Description: DYNamic workFLOW orchestration engine
Dynflow (DYNamic workFLOW) is a workflow engine written in Ruby.
dependencies/bionic/dynflow/copyright
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: DYNamic workFLOW orchestration engine
Upstream-Contact: Ivan Necas <inecas@redhat.com>
Source: https://github.com/dynflow/dynflow
Files: *
Copyright: 2013, Ivan Necas
License: MIT
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
.
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Files: debian/*
Copyright: 2008, Ryan Niebur <ryanryan52@gmail.com>
2012, Paul van Tilburg <paulvt@debian.org>
2013, Greg Sutcliffe <gsutclif@redhat.com>
License: GPL-3
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 program 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.
.
On Debian systems, the full text of the GNU General Public License
version 3 can be found in the file `/usr/share/common-licenses/GPL-3'.
dependencies/bionic/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
%:
dh $@ --buildsystem=ruby --with ruby
#override_dh_installdocs:
# rake rdoc
# mv doc rdoc
# dh_installdocs
override_dh_clean:
rm -rf rdoc
dh_clean
override_dh_auto_install:
dh_auto_install
rm -rf debian/ruby-dynflow/usr/bin
dependencies/bionic/dynflow/source/format
3.0 (quilt)
dependencies/bionic/foreman-tasks-core/changelog
ruby-foreman-tasks-core (0.2.5-1) stable; urgency=low
* Initial release for Ubuntu/bionic
-- Michael Moll <mmoll@mmoll.at> Sat, 30 Jun 2018 13:31:29 +0200
dependencies/bionic/foreman-tasks-core/compat
7
dependencies/bionic/foreman-tasks-core/control
Source: ruby-foreman-tasks-core
Section: ruby
Priority: optional
Maintainer: Ivan Nečas <inecas@redhat.com>
Build-Depends: debhelper, gem2deb
Standards-Version: 3.9.4
#Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-foreman-tasks-core.git
#Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-foreman-tasks-core.git;a=summary
Homepage: http://github.com/theforeman/foreman-tasks
XS-Ruby-Versions: all
Package: ruby-foreman-tasks-core
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, rake,
Description: Foreman tasks - core bits
dependencies/bionic/foreman-tasks-core/copyright
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: ruby-foreman-remote-execution-core
Source: https://github.com/theforeman/foreman_remote_execution
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".
dependencies/bionic/foreman-tasks-core/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.9.1 ruby2.0 require-rubygems
#
# If you need to specify the .gemspec (eg there is more than one)
#export DH_RUBY_GEMSPEC=gem.gemspec
%:
dh $@ --buildsystem=ruby --with ruby
dependencies/bionic/foreman-tasks-core/source/format
3.0 (quilt)
dependencies/bionic/foreman_ansible_core/changelog
ruby-foreman-ansible-core (2.0.2-1) stable; urgency=low
* Initial release for Ubuntu/bionic
-- Michael Moll <mmoll@mmoll.at> Sat, 30 Jun 2018 13:31:29 +0200
dependencies/bionic/foreman_ansible_core/compat
7
dependencies/bionic/foreman_ansible_core/control
Source: ruby-foreman-ansible-core
Section: ruby
Priority: optional
Maintainer: Ivan Nečas <inecas@redhat.com>
Build-Depends: debhelper, gem2deb
Standards-Version: 3.9.4
#Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-foreman-ansible-core.git
#Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-foreman-ansible-core.git;a=summary
Homepage: http://github.com/theforeman/foreman_ansible
XS-Ruby-Versions: all
Package: ruby-foreman-ansible-core
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, rake,
ruby-foreman-tasks-core (>= 0.1.0), ruby-foreman-tasks-core (<< 1.0.0),
ruby-net-scp, ruby-net-ssh
Description: Foreman ansible - core bits
dependencies/bionic/foreman_ansible_core/copyright
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: ruby-foreman-remote-execution-core
Source: https://github.com/theforeman/foreman_remote_execution
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".
dependencies/bionic/foreman_ansible_core/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.9.1 ruby2.0 require-rubygems
#
# If you need to specify the .gemspec (eg there is more than one)
#export DH_RUBY_GEMSPEC=gem.gemspec
%:
dh $@ --buildsystem=ruby --with ruby
dependencies/bionic/foreman_ansible_core/source/format
3.0 (quilt)
dependencies/bionic/foreman_remote_execution_core/changelog
ruby-foreman-remote-execution-core (1.1.3-1) stable; urgency=low
* Initial release for Ubuntu/bionic
-- Michael Moll <mmoll@mmoll.at> Sat, 30 Jun 2018 13:31:29 +0200
dependencies/bionic/foreman_remote_execution_core/compat
7
dependencies/bionic/foreman_remote_execution_core/control
Source: ruby-foreman-remote-execution-core
Section: ruby
Priority: optional
Maintainer: Ivan Nečas <inecas@redhat.com>
Build-Depends: debhelper, gem2deb
Standards-Version: 3.9.4
#Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-foreman-remote-execution-core.git
#Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-foreman-remote-execution-core.git;a=summary
Homepage: http://github.com/theforeman/foreman_remote_execution
XS-Ruby-Versions: all
Package: ruby-foreman-remote-execution-core
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, rake,
ruby-foreman-tasks-core (>= 0.1.5), ruby-net-scp, ruby-net-ssh
Description: Foreman remote execution - core bits
dependencies/bionic/foreman_remote_execution_core/copyright
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: ruby-foreman-remote-execution-core
Source: https://github.com/theforeman/foreman_remote_execution
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".
dependencies/bionic/foreman_remote_execution_core/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.9.1 ruby2.0 require-rubygems
#
# If you need to specify the .gemspec (eg there is more than one)
#export DH_RUBY_GEMSPEC=gem.gemspec
%:
dh $@ --buildsystem=ruby --with ruby
dependencies/bionic/foreman_remote_execution_core/source/format
3.0 (quilt)
dependencies/bionic/hammer_cli/changelog
ruby-hammer-cli (0.13.0-1) stable; urgency=low
* Initial release for Ubuntu/bionic
-- Michael Moll <mmoll@mmoll.at> Sat, 30 Jun 2018 13:31:29 +0200
dependencies/bionic/hammer_cli/compat
7
dependencies/bionic/hammer_cli/control
Source: ruby-hammer-cli
Section: ruby
Priority: optional
Maintainer: Tomas Strachota <tstrachota@redhat.com>
Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), bash-completion
Standards-Version: 3.9.3
Homepage: http://github.com/theforeman/hammer-cli
XS-Ruby-Versions: all
Package: ruby-hammer-cli
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
ruby-clamp (>= 1.0.0), ruby-clamp (<< 1.2.0),
ruby-logging,
ruby-awesome-print,
ruby-highline,
ruby-fast-gettext (>= 1.2.0),
ruby-locale (>= 2.0.6),
ruby-apipie-bindings (>= 0.2.0),
ruby-unicode-display-width,
ruby-unicode
Description: Universal command-line interface
Hammer cli provides universal extendable CLI interface for ruby apps
dependencies/bionic/hammer_cli/copyright
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: hammer_cli
Source: https://github.com/theforeman/hammer-cli
Files: *
Copyright: 2012 Brian Gupta <brian.gupta@brandorr.com>
2013-2014 Foreman developers <foreman-dev@googlegroups.com>
2013-2014 Red Hat Inc. <foreman-dev@googlegroups.com>
License: GPL-3
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 program 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.
.
On Debian systems, the full text of the GNU General Public License
version 3 can be found in the file `/usr/share/common-licenses/GPL-3'.
Files: debian/*
Copyright: 2013-2014 Foreman developers <foreman-dev@googlegroups.com>
License: GPL-3
Comment: The Debian packaging is licensed under the same terms as the original package.
dependencies/bionic/hammer_cli/dirs
/etc/hammer
/etc/hammer/cli.modules.d
dependencies/bionic/hammer_cli/install
config/cli_config.yml etc/hammer
locale usr/share
dependencies/bionic/hammer_cli/ruby-hammer-cli.docs
README.md
doc
dependencies/bionic/hammer_cli/ruby-hammer-cli.manpages
man/hammer.1.gz
dependencies/bionic/hammer_cli/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 config/cli_config.template.yml config/cli_config.yml
cp hammer_cli_complete debian/ruby-hammer-cli.bash-completion
%:
dh $@ --buildsystem=ruby --with ruby,bash-completion
dependencies/bionic/hammer_cli/source/format
3.0 (quilt)
dependencies/bionic/hammer_cli_foreman/changelog
ruby-hammer-cli-foreman (0.13.0-1) stable; urgency=low
* Initial release for Ubuntu/bionic
-- Michael Moll <mmoll@mmoll.at> Sat, 30 Jun 2018 13:31:29 +0200
dependencies/bionic/hammer_cli_foreman/compat
7
dependencies/bionic/hammer_cli_foreman/control
Source: ruby-hammer-cli-foreman
Section: ruby
Priority: optional
Maintainer: Tomas Strachota <tstrachota@redhat.com>
DM-Upload-Allowed: yes
Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~)
Standards-Version: 3.9.3
Homepage: http://github.com/theforeman/hammer-cli-foreman
XS-Ruby-Versions: all
Package: ruby-hammer-cli-foreman
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
ruby-hammer-cli (>= 0.13.0),
ruby-apipie-bindings (>= 0.2.2),
ruby-rest-client (>= 1.8.0),
ruby-rest-client (<< 3.0.0)
Description: Foreman commands for Hammer
Foreman commands for Hammer CLI
dependencies/bionic/hammer_cli_foreman/copyright
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: hammer_cli_foreman
Source: https://github.com/theforeman/hammer-cli-foreman
Files: *
Copyright: 2012 Brian Gupta <brian.gupta@brandorr.com>
2013-2014 Foreman developers <foreman-dev@googlegroups.com>
2013-2014 Red Hat Inc. <foreman-dev@googlegroups.com>
License: GPL-3
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 program 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.
.
On Debian systems, the full text of the GNU General Public License
version 3 can be found in the file `/usr/share/common-licenses/GPL-3'.
Files: debian/*
Copyright: 2013-2014 Foreman developers <foreman-dev@googlegroups.com>
License: GPL-3
Comment: The Debian packaging is licensed under the same terms as the original package.
dependencies/bionic/hammer_cli_foreman/install
config/foreman.yml etc/hammer/cli.modules.d
locale/de usr/share/locale
locale/en usr/share/locale
locale/en_GB usr/share/locale
locale/es usr/share/locale
locale/fr usr/share/locale
locale/it usr/share/locale
locale/ja usr/share/locale
locale/ko usr/share/locale
locale/pt_BR usr/share/locale
locale/ru usr/share/locale
locale/zh_CN usr/share/locale
locale/zh_TW usr/share/locale
dependencies/bionic/hammer_cli_foreman/ruby-hammer-cli-foreman.docs
README.md
doc
dependencies/bionic/hammer_cli_foreman/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
%:
dh $@ --buildsystem=ruby --with ruby
dependencies/bionic/hammer_cli_foreman/source/format
3.0 (quilt)
dependencies/bionic/hammer_cli_foreman_bootdisk/changelog
ruby-hammer-cli-foreman-bootdisk (0.1.3) stable; urgency=low
* Initial release for Ubuntu/bionic
-- Michael Moll <mmoll@mmoll.at> Sat, 30 Jun 2018 13:31:29 +0200
dependencies/bionic/hammer_cli_foreman_bootdisk/compat
7
dependencies/bionic/hammer_cli_foreman_bootdisk/control
Source: ruby-hammer-cli-foreman-bootdisk
Section: ruby
Priority: optional
Maintainer: Dominic Cleal <dcleal@redhat.com>
DM-Upload-Allowed: yes
Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~)
Standards-Version: 3.9.3
Homepage: http://github.com/theforeman/hammer_cli_foreman_bootdisk
XS-Ruby-Versions: all
Package: ruby-hammer-cli-foreman-bootdisk
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
ruby-hammer-cli-foreman (>= 0.1.2)
Description: Foreman boot disk commands for Hammer CLI
This Hammer CLI plugin contains set of commands for foreman_bootdisk, a plugin
to Foreman for ISO/USB booting support.
dependencies/bionic/hammer_cli_foreman_bootdisk/copyright
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: hammer_cli_foreman_bootdisk
Source: Foreman <https://github.com/theforeman/hammer_cli_foreman_bootdisk>
Files: *
Copyright: 2014, Red Hat Inc.
License: GPL-3+
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 program 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.
.
On Debian systems, the full text of the GNU General Public License
version 3 can be found in the file `/usr/share/common-licenses/GPL-3'.
Files: debian/*
Copyright: 2014, Red Hat Inc.
License:
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 program 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.
.
On Debian systems, the full text of the GNU General Public License
version 3 can be found in the file `/usr/share/common-licenses/GPL-3'.
dependencies/bionic/hammer_cli_foreman_bootdisk/install
config/foreman_bootdisk.yml etc/hammer/cli.modules.d
dependencies/bionic/hammer_cli_foreman_bootdisk/ruby-hammer-cli-foreman-bootdisk.docs
README.md
dependencies/bionic/hammer_cli_foreman_bootdisk/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
%:
dh $@ --buildsystem=ruby --with ruby
dependencies/bionic/hammer_cli_foreman_bootdisk/source/format
3.0 (quilt)
dependencies/bionic/hammer_cli_foreman_bootdisk/watch
version=3
http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/hammer_cli_foreman .*/hammer_cli_foreman-(.*).tar.gz
dependencies/bionic/hammer_cli_foreman_discovery/changelog
ruby-hammer-cli-foreman-discovery (1.0.0-1) stable; urgency=low
* Initial release for Ubuntu/bionic
-- Michael Moll <mmoll@mmoll.at> Sat, 30 Jun 2018 13:31:29 +0200
dependencies/bionic/hammer_cli_foreman_discovery/compat
7
dependencies/bionic/hammer_cli_foreman_discovery/control
Source: ruby-hammer-cli-foreman-discovery
Section: ruby
Priority: optional
Maintainer: Michael Moll <mmoll@mmoll.at>
Build-Depends: debhelper, gem2deb
Standards-Version: 3.9.5
Homepage: https://github.com/theforeman/hammer-cli-foreman-discovery
XS-Ruby-Versions: all
Package: ruby-hammer-cli-foreman-discovery
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-hammer-cli-foreman (>= 0.1.2)
Description: Foreman CLI plugin for managing discovery hosts in foreman
Contains the code for managing host discovery in foreman (results and progress) in the Hammer CLI.
dependencies/bionic/hammer_cli_foreman_discovery/copyright
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: hammer_cli_foreman_discovery
Source: https://github.com/theforeman/hammer-cli-foreman-discovery
Files: *
Copyright: 2014-2015 Foreman developers <foreman-dev@googlegroups.com>
2014-2015 Red Hat Inc. <foreman-dev@googlegroups.com>
License: GPL-3
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 program 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.
.
On Debian systems, the full text of the GNU General Public License
version 3 can be found in the file `/usr/share/common-licenses/GPL-3'.
Files: debian/*
Copyright: 2013-2014 Foreman developers <foreman-dev@googlegroups.com>
License: GPL-3
Comment: The Debian packaging is licensed under the same terms as the original package.
dependencies/bionic/hammer_cli_foreman_discovery/install
config/foreman_discovery.yml etc/hammer/cli.modules.d
locale/de usr/share/locale
locale/en usr/share/locale
locale/en_GB usr/share/locale
locale/es usr/share/locale
locale/fr usr/share/locale
locale/it usr/share/locale
locale/ja usr/share/locale
locale/ko usr/share/locale
locale/pt_BR usr/share/locale
locale/ru usr/share/locale
locale/zh_CN usr/share/locale
locale/zh_TW usr/share/locale
dependencies/bionic/hammer_cli_foreman_discovery/ruby-hammer-cli-foreman-discovery.docs
README.md
dependencies/bionic/hammer_cli_foreman_discovery/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=ruby2.1 require-rubygems
#
# If you need to specify the .gemspec (eg there is more than one)
#export DH_RUBY_GEMSPEC=gem.gemspec
%:
dh $@ --buildsystem=ruby --with ruby
dependencies/bionic/hammer_cli_foreman_discovery/source/format
3.0 (quilt)
dependencies/bionic/hammer_cli_foreman_docker/changelog
ruby-hammer-cli-foreman-docker (0.0.4-1) stable; urgency=low
* Initial release for Ubuntu/bionic
-- Michael Moll <mmoll@mmoll.at> Sat, 30 Jun 2018 13:31:29 +0200
dependencies/bionic/hammer_cli_foreman_docker/compat
7
dependencies/bionic/hammer_cli_foreman_docker/control
Source: ruby-hammer-cli-foreman-docker
Section: ruby
Priority: optional
Maintainer: Michael Moll <mmoll@mmoll.at>
Build-Depends: debhelper, gem2deb
Standards-Version: 3.9.5
Homepage: https://github.com/theforeman/hammer_cli_foreman_docker
XS-Ruby-Versions: all
Package: ruby-hammer-cli-foreman-docker
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
... This diff was truncated because it exceeds the maximum size that can be displayed.

Also available in: Unified diff