From: František Dvořák Date: Tue, 11 Mar 2014 20:21:45 +0000 (+0100) Subject: Rename packages according to rubygems.org, keep client named as rocci-cli. X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=897e01718bbea79936057633f2a9090c81a576d4;p=rOCCI-packaging.git Rename packages according to rubygems.org, keep client named as rocci-cli. --- diff --git a/rocci-api/debian/control b/rocci-api/debian/control index fa02344..fa4de3e 100644 --- a/rocci-api/debian/control +++ b/rocci-api/debian/control @@ -1,4 +1,4 @@ -Source: ruby-rocci-api +Source: ruby-occi-api Section: ruby Priority: optional Maintainer: FrantiÅ¡ek Dvořák @@ -9,12 +9,12 @@ Vcs-Browser: https://github.com/EGI-FCTF/rOCCI-api Vcs-Git: git://github.com/EGI-FCTF/rOCCI-api.git XS-Ruby-Versions: all -Package: ruby-rocci-api +Package: ruby-occi-api Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${misc:Depends}, ruby | ruby-interpreter, - ruby-rocci-core (>= 4.2.10), ruby-rocci-core (<< 4.3), + ruby-occi-core (>= 4.2.10), ruby-occi-core (<< 4.3), ruby-httparty, ruby-json Description: Ruby OCCI API OCCI (the Open Cloud Computing Interface) is a standard by the Open Grid Forum, diff --git a/rocci-api/debian/require-rubygems.overrides b/rocci-api/debian/require-rubygems.overrides index b997a40..4a36497 100644 --- a/rocci-api/debian/require-rubygems.overrides +++ b/rocci-api/debian/require-rubygems.overrides @@ -1 +1 @@ -debian/ruby-rocci-api/usr/lib/ruby/vendor_ruby/occi-api.rb +debian/ruby-occi-api/usr/lib/ruby/vendor_ruby/occi-api.rb diff --git a/rocci-api/gen-rocci-api.sh b/rocci-api/gen-rocci-api.sh index bd8645b..a6e2e57 100755 --- a/rocci-api/gen-rocci-api.sh +++ b/rocci-api/gen-rocci-api.sh @@ -26,7 +26,7 @@ else fi age=${age:-"1"} maint="FrantiÅ¡ek Dvořák " -p_name="ruby-rocci-api" +p_name="ruby-occi-api" if [ -n "$tag" ]; then git checkout "$tag" diff --git a/rocci-cli/debian/control b/rocci-cli/debian/control index 65aa06e..0bac714 100644 --- a/rocci-cli/debian/control +++ b/rocci-cli/debian/control @@ -1,4 +1,4 @@ -Source: ruby-rocci-cli +Source: rocci-cli Section: ruby Priority: optional Maintainer: FrantiÅ¡ek Dvořák @@ -8,11 +8,11 @@ Vcs-Browser: https://github.com/EGI-FCTF/rOCCI-cli Vcs-Git: git://github.com/EGI-FCTF/rOCCI-cli.git XS-Ruby-Versions: all -Package: ruby-rocci-cli +Package: rocci-cli Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${misc:Depends}, ruby | ruby-interpreter, ruby-json, - ruby-rocci-api (>= 4.2.0), ruby-rocci-api (<< 4.3), ruby-highline + ruby-occi-api (>= 4.2.0), ruby-occi-api (<< 4.3), ruby-highline Description: rOCCI client OCCI (the Open Cloud Computing Interface) is a standard by the Open Grid Forum, specifying a protocol and API to perform various remote management tasks in diff --git a/rocci-cli/debian/require-rubygems.overrides b/rocci-cli/debian/require-rubygems.overrides index cfadc94..20cd91d 100644 --- a/rocci-cli/debian/require-rubygems.overrides +++ b/rocci-cli/debian/require-rubygems.overrides @@ -1 +1 @@ -debian/ruby-rocci-cli/usr/lib/ruby/vendor_ruby/occi-cli.rb +debian/rocci-cli/usr/lib/ruby/vendor_ruby/occi-cli.rb diff --git a/rocci-cli/debian/ruby-rocci-cli.docs b/rocci-cli/debian/rocci-cli.docs similarity index 100% rename from rocci-cli/debian/ruby-rocci-cli.docs rename to rocci-cli/debian/rocci-cli.docs diff --git a/rocci-cli/gen-rocci-cli.sh b/rocci-cli/gen-rocci-cli.sh index 0474ff4..0f1feea 100755 --- a/rocci-cli/gen-rocci-cli.sh +++ b/rocci-cli/gen-rocci-cli.sh @@ -26,7 +26,7 @@ else fi age=${age:-"1"} maint="FrantiÅ¡ek Dvořák " -p_name="ruby-rocci-cli" +p_name="rocci-cli" if [ -n "$tag" ]; then git checkout "$tag" diff --git a/rocci-core/debian/control b/rocci-core/debian/control index 84bec91..a313f4a 100644 --- a/rocci-core/debian/control +++ b/rocci-core/debian/control @@ -1,4 +1,4 @@ -Source: ruby-rocci-core +Source: ruby-occi-core Section: ruby Priority: optional Maintainer: FrantiÅ¡ek Dvořák @@ -9,7 +9,7 @@ Vcs-Browser: https://github.com/EGI-FCTF/rOCCI-core Vcs-Git: git://github.com/EGI-FCTF/rOCCI-core.git XS-Ruby-Versions: all -Package: ruby-rocci-core +Package: ruby-occi-core Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${misc:Depends}, ruby | ruby-interpreter, ruby-activesupport-4.0, diff --git a/rocci-core/debian/require-rubygems.overrides b/rocci-core/debian/require-rubygems.overrides index a0dfb16..1081e04 100644 --- a/rocci-core/debian/require-rubygems.overrides +++ b/rocci-core/debian/require-rubygems.overrides @@ -1 +1 @@ -debian/ruby-rocci-core/usr/lib/ruby/vendor_ruby/occi-core.rb +debian/ruby-occi-core/usr/lib/ruby/vendor_ruby/occi-core.rb diff --git a/rocci-core/debian/ruby-rocci-core.docs b/rocci-core/debian/ruby-occi-core.docs similarity index 100% rename from rocci-core/debian/ruby-rocci-core.docs rename to rocci-core/debian/ruby-occi-core.docs diff --git a/rocci-core/gen-rocci-core.sh b/rocci-core/gen-rocci-core.sh index 9b31f75..3b225fc 100755 --- a/rocci-core/gen-rocci-core.sh +++ b/rocci-core/gen-rocci-core.sh @@ -26,7 +26,7 @@ else fi age=${age:-"1"} maint="FrantiÅ¡ek Dvořák " -p_name="ruby-rocci-core" +p_name="ruby-occi-core" if [ -n "$tag" ]; then git checkout "$tag"