[DRE-commits] r5886 - trunk/libamazonec2-ruby/debian
Damien Raude-Morvan
drazzib at alioth.debian.org
Sat Oct 2 23:42:42 UTC 2010
Author: drazzib
Date: 2010-10-02 23:42:41 +0000 (Sat, 02 Oct 2010)
New Revision: 5886
Modified:
trunk/libamazonec2-ruby/debian/changelog
trunk/libamazonec2-ruby/debian/control
Log:
Improve packages long descriptions
Modified: trunk/libamazonec2-ruby/debian/changelog
===================================================================
--- trunk/libamazonec2-ruby/debian/changelog 2010-09-30 12:53:21 UTC (rev 5885)
+++ trunk/libamazonec2-ruby/debian/changelog 2010-10-02 23:42:41 UTC (rev 5886)
@@ -1,5 +1,5 @@
-libamazonec2-ruby (0.9.15-1) UNRELEASED; urgency=low
+libamazonec2-ruby (0.9.15-1) unstable; urgency=low
* Initial release. (Closes: #593385)
- -- Damien Raude-Morvan <drazzib at debian.org> Fri, 17 Sep 2010 23:48:57 +0200
+ -- Damien Raude-Morvan <drazzib at debian.org> Sat, 02 Oct 2010 15:49:27 +0200
Modified: trunk/libamazonec2-ruby/debian/control
===================================================================
--- trunk/libamazonec2-ruby/debian/control 2010-09-30 12:53:21 UTC (rev 5885)
+++ trunk/libamazonec2-ruby/debian/control 2010-10-02 23:42:41 UTC (rev 5886)
@@ -13,29 +13,47 @@
Depends: ruby1.8, ${misc:Depends}
Suggests: libamazonec2-ruby-doc
Architecture: all
-Description: Ruby library for accessing Amazon EC2 - for ruby1.8
- A Ruby library for accessing the Amazon Web Services EC2, ELB, RDS,
- Cloudwatch, and Autoscaling APIs.
+Description: Ruby library for accessing Amazon EC2 - for ruby1.8
+ A Ruby library for accessing the Amazon Web Services (AWS) APIs like:
+ * Elastic Compute Cloud (EC2): provides resizable compute capacity via virtual
+ machine set up and allocation.
+ * Autoscaling: automatically scale your Amazon EC2 capacity up or down
+ * Elastic Load Balancing (ELB): distributes application traffic across
+ multiple Amazon EC2 instances
+ * Relational Database Service (RDS): set up, operate, and scale MySQL instance
+ * CloudWatch: provides monitoring for AWS like Amazon EC2.
.
- This package provides files ruby1.8.
+ This package provides files for ruby1.8.
Package: libamazonec2-ruby1.9.1
Depends: ruby1.9.1, ${misc:Depends}
Suggests: libamazonec2-ruby-doc
Architecture: all
Description: Ruby library for accessing Amazon EC2 - for ruby1.9
- A Ruby library for accessing the Amazon Web Services EC2, ELB, RDS,
- Cloudwatch, and Autoscaling APIs.
+ A Ruby library for accessing the Amazon Web Services (AWS) APIs like:
+ * Elastic Compute Cloud (EC2): provides resizable compute capacity via virtual
+ machine set up and allocation.
+ * Autoscaling: automatically scale your Amazon EC2 capacity up or down
+ * Elastic Load Balancing (ELB): distributes application traffic across
+ multiple Amazon EC2 instances
+ * Relational Database Service (RDS): set up, operate, and scale MySQL instance
+ * CloudWatch: provides monitoring for AWS like Amazon EC2.
.
- This package provides files ruby1.9.1.
+ This package provides files for ruby1.9.1.
Package: libamazonec2-ruby
Architecture: all
Depends: libamazonec2-ruby1.8, ${misc:Depends}
Suggests: libamazonec2-ruby-doc
Description: Ruby library for accessing Amazon EC2 (dummy package)
- A Ruby library for accessing the Amazon Web Services EC2, ELB, RDS,
- Cloudwatch, and Autoscaling APIs.
+ A Ruby library for accessing the Amazon Web Services (AWS) APIs like:
+ * Elastic Compute Cloud (EC2): provides resizable compute capacity via virtual
+ machine set up and allocation.
+ * Autoscaling: automatically scale your Amazon EC2 capacity up or down
+ * Elastic Load Balancing (ELB): distributes application traffic across
+ multiple Amazon EC2 instances
+ * Relational Database Service (RDS): set up, operate, and scale MySQL instance
+ * CloudWatch: provides monitoring for AWS like Amazon EC2.
.
This package is a dependency package, which depends on Debian's default Ruby
version (currently 1.8.x).
@@ -45,8 +63,14 @@
Depends: libamazonec2-ruby, ${misc:Depends}
Architecture: all
Description: Documentation for amazon-ec2-ruby (libamazonec2-ruby)
- A Ruby library for accessing the Amazon Web Services EC2, ELB, RDS,
- Cloudwatch, and Autoscaling APIs.
+ A Ruby library for accessing the Amazon Web Services (AWS) APIs like:
+ * Elastic Compute Cloud (EC2): provides resizable compute capacity via virtual
+ machine set up and allocation.
+ * Autoscaling: automatically scale your Amazon EC2 capacity up or down
+ * Elastic Load Balancing (ELB): distributes application traffic across
+ multiple Amazon EC2 instances
+ * Relational Database Service (RDS): set up, operate, and scale MySQL instance
+ * CloudWatch: provides monitoring for AWS like Amazon EC2.
.
This package provides rdoc documentation and unit tests for
Amazon EC2 Ruby Gem.
More information about the Pkg-ruby-extras-commits
mailing list