[DRE-commits] [ruby-aws-sdk] 01/08: Initial packaging
David Suárez
deiv-guest at moszumanska.debian.org
Sun Jun 15 20:19:02 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 2d1072e190eb140e9321d13066fa65764a85c6e5
Author: David Suárez <david.sephirot at gmail.com>
Date: Sun Jun 15 21:41:12 2014 +0200
Initial packaging
---
debian/changelog | 5 +++++
debian/compat | 1 +
debian/control | 21 +++++++++++++++++++++
debian/copyright | 28 ++++++++++++++++++++++++++++
debian/ruby-aws-sdk.docs | 1 +
debian/rules | 15 +++++++++++++++
debian/source/format | 1 +
debian/watch | 2 ++
8 files changed, 74 insertions(+)
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..74335a0
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+ruby-aws-sdk (1.43.2-1) unstable; urgency=medium
+
+ * Initial release (Closes: #751676)
+
+ -- David Suárez <david.sephirot at gmail.com> Sun, 15 Jun 2014 14:31:19 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7f8f011
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..0affa21
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,21 @@
+Source: ruby-aws-sdk
+Section: ruby
+Priority: optional
+Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
+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
+# uuidtools (~> 2.1), nokogiri (< 1.6.0, >= 1.4.4), json (~> 1.4)
+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.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..e1380fb
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,28 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: aws-sdk
+Source: https://github.com/aws/aws-sdk-ruby
+
+Files: *
+Copyright: copyright 2013. amazon web services, inc.
+License: Apache-2.0
+
+Files: debian/*
+Copyright: 2014 David Suárez <david.sephirot at gmail.com>
+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.
+ .
+ On Debian systems, the full text of the Apache licence can be found
+ in /usr/share/common-licenses/Apache-2.0
diff --git a/debian/ruby-aws-sdk.docs b/debian/ruby-aws-sdk.docs
new file mode 100644
index 0000000..b43bf86
--- /dev/null
+++ b/debian/ruby-aws-sdk.docs
@@ -0,0 +1 @@
+README.md
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..a5e7dc8
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,15 @@
+#!/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
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..0db1838
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/aws-sdk .*/aws-sdk-(.*).tar.gz
--
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