[DRE-commits] [ruby-aws-sdk] 08/08: Wrap and sort

David Suárez deiv-guest at moszumanska.debian.org
Sun Jun 15 20:19:03 UTC 2014


This is an automated email from the git hooks/post-receive script.

deiv-guest pushed a commit to branch master
in repository ruby-aws-sdk.

commit ff57efb6e1c5475a487ff396496224983e377ab7
Author: David Suárez <david.sephirot at gmail.com>
Date:   Sun Jun 15 22:13:05 2014 +0200

    Wrap and sort
---
 debian/control              | 11 +++++++----
 debian/ruby-aws-sdk.install |  2 +-
 2 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/debian/control b/debian/control
index e899b54..999ce28 100644
--- a/debian/control
+++ b/debian/control
@@ -5,17 +5,20 @@ Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.al
 Uploaders: David Suárez <david.sephirot at gmail.com>
 Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.4.1~)
 Standards-Version: 3.9.5
-#Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-aws-sdk.git
-#Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-aws-sdk.git;a=summary
 Homepage: http://aws.amazon.com/sdkforruby
 XS-Ruby-Versions: all
 
 Package: ruby-aws-sdk
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-uuidtools (>= 2.1), ruby-nokogiri (>= 1.4.4), ruby-json (>= 1.4)
+Depends: ruby | ruby-interpreter,
+         ruby-json (>= 1.4),
+         ruby-nokogiri (>= 1.4.4),
+         ruby-uuidtools (>= 2.1),
+         ${misc:Depends},
+         ${shlibs:Depends}
 Suggests: pry
 Description: Amazon Web Services SDK for Ruby
  The AWS SDK for Ruby provides a Ruby API for AWS infrastructure services.
  The SDK helps take the complexity out of coding by providing Ruby classes
- for many AWS services including Amazon S3, Amazon EC2, DynamoDB, and more. 
+ for many AWS services including Amazon S3, Amazon EC2, DynamoDB, and more.
diff --git a/debian/ruby-aws-sdk.install b/debian/ruby-aws-sdk.install
index daf0c4a..462ceba 100644
--- a/debian/ruby-aws-sdk.install
+++ b/debian/ruby-aws-sdk.install
@@ -1,2 +1,2 @@
-endpoints.json	usr/lib/ruby/vendor_ruby/aws/
 ca-bundle.crt   usr/lib/ruby/vendor_ruby/aws/
+endpoints.json	usr/lib/ruby/vendor_ruby/aws/

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-aws-sdk.git



More information about the Pkg-ruby-extras-commits mailing list