bbcloud 0.9 → 0.9.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env ruby
1
+ #! /usr/bin/ruby1.8
2
2
 
3
3
  begin
4
4
  require "bbcloud/cli"
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env ruby
1
+ #! /usr/bin/ruby1.8
2
2
 
3
3
  begin
4
4
  require "bbcloud/cli"
data/bin/brightbox-images CHANGED
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env ruby
1
+ #! /usr/bin/ruby1.8
2
2
 
3
3
  begin
4
4
  require "bbcloud/cli"
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env ruby
1
+ #! /usr/bin/ruby1.8
2
2
 
3
3
  begin
4
4
  require "bbcloud/cli"
data/bin/brightbox-types CHANGED
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env ruby
1
+ #! /usr/bin/ruby1.8
2
2
 
3
3
  begin
4
4
  require "bbcloud/cli"
data/bin/brightbox-users CHANGED
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env ruby
1
+ #! /usr/bin/ruby1.8
2
2
 
3
3
  begin
4
4
  require "bbcloud/cli"
data/bin/brightbox-zones CHANGED
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env ruby
1
+ #! /usr/bin/ruby1.8
2
2
 
3
3
  begin
4
4
  require "bbcloud/cli"
data/debian/changelog ADDED
@@ -0,0 +1,61 @@
1
+ bbcloud (0.9.1-0ubuntu0) lucid; urgency=low
2
+
3
+ * New upstream version
4
+
5
+ -- John Leach <john@brightbox.co.uk> Sat, 27 Nov 2010 17:25:16 +0000
6
+
7
+ bbcloud (0.9-0ubuntu0) lucid; urgency=low
8
+
9
+ * New upstream version
10
+
11
+ -- John Leach <john@brightbox.co.uk> Fri, 26 Nov 2010 21:54:05 +0000
12
+
13
+ bbcloud (0.8.2-0ubuntu0) lucid; urgency=low
14
+
15
+ * New upstream version
16
+
17
+ -- John Leach <john@brightbox.co.uk> Sun, 21 Nov 2010 21:29:15 +0000
18
+
19
+ bbcloud (0.8.1-0ubuntu0) lucid; urgency=low
20
+
21
+ * New upstream version
22
+
23
+ -- John Leach <john@brightbox.co.uk> Sun, 21 Nov 2010 11:35:08 +0000
24
+
25
+ bbcloud (0.8.0-0ubuntu0) lucid; urgency=low
26
+
27
+ * New upstream version
28
+
29
+ -- John Leach <john@brightbox.co.uk> Sat, 20 Nov 2010 23:26:41 +0000
30
+
31
+ bbcloud (0.7.0-0ubuntu0) lucid; urgency=low
32
+
33
+ * New upstream version
34
+ * Vendored new brightbox-fog-0.3.16
35
+
36
+ -- John Leach <john@brightbox.co.uk> Tue, 16 Nov 2010 15:14:40 +0000
37
+
38
+ bbcloud (0.6.1-0ubuntu0) lucid; urgency=low
39
+
40
+ * New upstream version
41
+
42
+ -- John Leach <john@brightbox.co.uk> Thu, 04 Nov 2010 17:51:47 +0000
43
+
44
+ bbcloud (0.5-0ubuntu0) lucid; urgency=low
45
+
46
+ * New upstream version
47
+
48
+ -- John Leach <john@brightbox.co.uk> Fri, 27 Oct 2010 17:11:46 +0100
49
+
50
+ bbcloud (0.4-0ubuntu0) lucid; urgency=low
51
+
52
+ * New upstream version
53
+
54
+ -- Neil Wilson <neil@aldur.co.uk> Fri, 22 Oct 2010 13:23:45 +0100
55
+
56
+ bbcloud (0.2-1) unstable; urgency=low
57
+
58
+ * Initial release
59
+
60
+ -- Neil Wilson <neil@aldur.co.uk> Wed, 13 Oct 2010 11:36:18 +0100
61
+
data/debian/compat ADDED
@@ -0,0 +1 @@
1
+ 5
data/debian/control ADDED
@@ -0,0 +1,33 @@
1
+ Source: bbcloud
2
+ Section: ruby
3
+ Priority: extra
4
+ Maintainer: John Leach <john@brightbox.co.uk>
5
+ Build-Depends: cdbs, debhelper (>= 5.0.0), ruby-pkg-tools (>= 0.14), ruby1.8-dev, pkg-config, ruby1.8, graphviz, quilt, bash-completion
6
+ Standards-Version: 3.9.1
7
+
8
+ Package: bbcloud
9
+ Architecture: all
10
+ Depends: libbbcloud-ruby
11
+ Description: CLI for the Brightbox cloud computing platform
12
+ bbcloud provides tools for interacting with the Brightbox cloud platform
13
+
14
+ Package: libbbcloud-ruby
15
+ Architecture: all
16
+ Depends: libbbcloud-ruby1.8, ${misc:Depends}
17
+ Description: CLI for the Brightbox cloud computing platform
18
+ bbcloud provides tools for interacting with the Brightbox cloud platform
19
+ .
20
+ This package is a dependency package, which depends on the package
21
+ containing the actual bbcloud package for the default Ruby version
22
+ (currently 1.8).
23
+
24
+ Package: libbbcloud-ruby1.8
25
+ Architecture: all
26
+ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby1.8,
27
+ libnet-ssh2-ruby, libnokogiri-ruby, libjson-ruby, libmime-types-ruby,
28
+ libhmac-ruby, libbuilder-ruby, libopenssl-ruby1.8
29
+ Description: CLI for the Brightbox cloud computing platform
30
+ bbcloud1.8 provides tools for interacting with the Brightbox cloud platform
31
+ .
32
+ This package contains the CLI for the Brightbox cloud computing platform for
33
+ Ruby 1.8.
data/debian/copyright ADDED
@@ -0,0 +1,19 @@
1
+ This package was debianized by John Leach <john@brightbox.co.uk>
2
+ Web, 13 Oct 2010 10:50:46 +0100.
3
+
4
+ Upstream Author:
5
+
6
+ John Leach <john@brightbox.co.uk>
7
+
8
+ Copyright:
9
+
10
+ Copyright (C) 2010, Brightbox Systems
11
+
12
+ License:
13
+
14
+ MIT License
15
+
16
+ On Debian systems, the complete text of the GNU Lesser General
17
+ Public License can be found in `/usr/share/common-licenses/MIT'.
18
+
19
+ The Debian packaging is by the same author and under the same copyright.
@@ -0,0 +1 @@
1
+ tools/bash_completion_script bbcloud
@@ -0,0 +1,9 @@
1
+ diff --git a/lib/bbcloud/vendor/fog-brightbox/lib/fog.rb b/lib/bbcloud/vendor/fog-brightbox/lib/fog.rb
2
+ index eb53b64..9dd629d 100644
3
+ --- a/lib/bbcloud/vendor/fog-0.3.23/lib/fog.rb
4
+ +++ b/lib/bbcloud/vendor/fog-0.3.23/lib/fog.rb
5
+ @@ -1,4 +1,3 @@
6
+ -require 'rubygems'
7
+ require 'base64'
8
+ require 'cgi'
9
+ require 'digest/md5'
@@ -0,0 +1,7 @@
1
+ diff --git a/lib/bbcloud/os_config.rb b/lib/bbcloud/os_config.rb
2
+ new file mode 100644
3
+ index 0000000..34ae18f
4
+ --- /dev/null
5
+ +++ b/lib/bbcloud/os_config.rb
6
+ @@ -0,0 +1 @@
7
+ +DISABLE_RUBYGEMS=1
@@ -0,0 +1,3 @@
1
+ disable_rubygems.patch
2
+ vendored-gems.patch
3
+ disable-rubygems-in-fog.patch