[DRE-commits] r5874 - in trunk/libamazonec2-ruby: . debian debian/patches debian/source

Damien Raude-Morvan drazzib at alioth.debian.org
Sun Sep 26 19:42:21 UTC 2010


Author: drazzib
Date: 2010-09-26 19:42:18 +0000 (Sun, 26 Sep 2010)
New Revision: 5874

Added:
   trunk/libamazonec2-ruby/debian/
   trunk/libamazonec2-ruby/debian/changelog
   trunk/libamazonec2-ruby/debian/compat
   trunk/libamazonec2-ruby/debian/control
   trunk/libamazonec2-ruby/debian/copyright
   trunk/libamazonec2-ruby/debian/patches/
   trunk/libamazonec2-ruby/debian/patches/debian-changes-0.9.15-1
   trunk/libamazonec2-ruby/debian/patches/series
   trunk/libamazonec2-ruby/debian/rules
   trunk/libamazonec2-ruby/debian/source/
   trunk/libamazonec2-ruby/debian/source/format
   trunk/libamazonec2-ruby/debian/source/options
   trunk/libamazonec2-ruby/debian/watch
Log:
[svn-inject] Application des modifications Debian (0.9.15-1) pour le tronc


Property changes on: trunk/libamazonec2-ruby/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: trunk/libamazonec2-ruby/debian/changelog
===================================================================
--- trunk/libamazonec2-ruby/debian/changelog	                        (rev 0)
+++ trunk/libamazonec2-ruby/debian/changelog	2010-09-26 19:42:18 UTC (rev 5874)
@@ -0,0 +1,5 @@
+libamazonec2-ruby (0.9.15-1) UNRELEASED; urgency=low
+
+  * Initial release. (Closes: #593385)
+
+ -- Damien Raude-Morvan <drazzib at debian.org>  Fri, 17 Sep 2010 23:48:57 +0200

Added: trunk/libamazonec2-ruby/debian/compat
===================================================================
--- trunk/libamazonec2-ruby/debian/compat	                        (rev 0)
+++ trunk/libamazonec2-ruby/debian/compat	2010-09-26 19:42:18 UTC (rev 5874)
@@ -0,0 +1 @@
+7

Added: trunk/libamazonec2-ruby/debian/control
===================================================================
--- trunk/libamazonec2-ruby/debian/control	                        (rev 0)
+++ trunk/libamazonec2-ruby/debian/control	2010-09-26 19:42:18 UTC (rev 5874)
@@ -0,0 +1,53 @@
+Source: libamazonec2-ruby
+Section: ruby
+Priority: optional
+Maintainer: Damien Raude-Morvan <drazzib at debian.org>
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
+Build-Depends: cdbs, debhelper (>= 7), ruby-pkg-tools (>= 0.9), ruby1.8, ruby1.9.1, rake, rdoc, graphviz
+Standards-Version: 3.9.1
+Homepage: http://github.com/grempe/amazon-ec2
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-ruby-extras/trunk/libamazonec2-ruby/
+Vcs-Svn: svn://svn.debian.org/svn/pkg-ruby-extras/trunk/libamazonec2-ruby/
+
+Package: libamazonec2-ruby1.8
+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.
+ .
+ This package provides files 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.
+ .
+ This package provides files 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.
+ .
+ This package is a dependency package, which depends on Debian's default Ruby
+ version (currently 1.8.x).
+
+Package: libamazonec2-ruby-doc
+Section: doc
+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.
+ .
+ This package provides rdoc documentation and unit tests for
+ Amazon EC2 Ruby Gem.
+

Added: trunk/libamazonec2-ruby/debian/copyright
===================================================================
--- trunk/libamazonec2-ruby/debian/copyright	                        (rev 0)
+++ trunk/libamazonec2-ruby/debian/copyright	2010-09-26 19:42:18 UTC (rev 5874)
@@ -0,0 +1,75 @@
+Format-Specification: http://dep.debian.net/deps/dep5/
+Name: Amazon Web Services Elastic Compute Cloud (EC2) Ruby Gem
+Maintainer: Glenn Rempe <glenn at rempe.us>
+Source: http://github.com/grempe/amazon-ec2
+
+Files: *
+Copyright: Copyright (c) 2007-2010 Glenn Rempe
+Licence: other
+  This software is distributed under the Ruby License. A copy of which is
+  provided below.
+
+  RUBY LICENSE
+
+  http://www.ruby-lang.org/en/LICENSE.txt
+
+  Ruby is copyrighted free software by Yukihiro Matsumoto <matz at netlab.co.jp>.
+  You can redistribute it and/or modify it under either the terms of the GPL
+  (see COPYING.txt file), or the conditions below:
+
+On Debian systems, the complete text of the GNU General Public
+License can be found in the file `/usr/share/common-licenses/GPL'.
+
+  1. You may make and give away verbatim copies of the source form of the
+     software without restriction, provided that you duplicate all of the
+     original copyright notices and associated disclaimers.
+
+  2. You may modify your copy of the software in any way, provided that
+     you do at least ONE of the following:
+
+       a) place your modifications in the Public Domain or otherwise
+          make them Freely Available, such as by posting said
+          modifications to Usenet or an equivalent medium, or by allowing
+          the author to include your modifications in the software.
+
+       b) use the modified software only within your corporation or
+          organization.
+
+       c) rename any non-standard executables so the names do not conflict
+          with standard executables, which must also be provided.
+
+       d) make other distribution arrangements with the author.
+
+  3. You may distribute the software in object code or executable
+     form, provided that you do at least ONE of the following:
+
+       a) distribute the executables and library files of the software,
+          together with instructions (in the manual page or equivalent)
+          on where to get the original distribution.
+
+       b) accompany the distribution with the machine-readable source of
+          the software.
+
+       c) give non-standard executables non-standard names, with
+          instructions on where to get the original software distribution.
+
+       d) make other distribution arrangements with the author.
+
+  4. You may modify and include the part of the software into any other
+     software (possibly commercial). But some files in the distribution
+     are not written by the author, so that they are not under this terms.
+
+     They are gc.c(partly), utils.c(partly), regex.[ch], st.[ch] and some
+     files under the ./missing directory. See each file for the copying
+     condition.
+
+  5. The scripts and library files supplied as input to or produced as
+     output from the software do not automatically fall under the
+     copyright of the software, but belong to whomever generated them,
+     and may be sold commercially, and may be aggregated with this
+     software.
+
+  6. THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
+     IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
+     WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+     PURPOSE.

Added: trunk/libamazonec2-ruby/debian/patches/debian-changes-0.9.15-1
===================================================================
--- trunk/libamazonec2-ruby/debian/patches/debian-changes-0.9.15-1	                        (rev 0)
+++ trunk/libamazonec2-ruby/debian/patches/debian-changes-0.9.15-1	2010-09-26 19:42:18 UTC (rev 5874)
@@ -0,0 +1,361 @@
+Description: Upstream changes introduced in version 0.9.15-1
+ This patch has been created by dpkg-source during the package build.
+ Here's the last changelog entry, hopefully it gives details on why
+ those changes were made:
+ .
+ libamazonec2-ruby (0.9.15-1) UNRELEASED; urgency=low
+ .
+   * Initial release. (Closes: #593385)
+ .
+ The person named in the Author field signed this changelog entry.
+Author: Damien Raude-Morvan <drazzib at debian.org>
+Bug-Debian: http://bugs.debian.org/593385
+
+---
+The information above should follow the Patch Tagging Guidelines, please
+checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
+are templates for supplementary fields that you might want to add:
+
+Origin: <vendor|upstream|other>, <url of original patch>
+Bug: <url in upstream bugtracker>
+Bug-Debian: http://bugs.debian.org/<bugnumber>
+Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
+Forwarded: <no|not-needed|url proving that it has been forwarded>
+Reviewed-By: <name and email of someone who approved the patch>
+Last-Update: <YYYY-MM-DD>
+
+--- /dev/null
++++ libamazonec2-ruby-0.9.15/doc/rdoc-style.css
+@@ -0,0 +1,208 @@
++
++body {
++    font-family: Verdana,Arial,Helvetica,sans-serif;
++    font-size:   90%;
++    margin: 0;
++    margin-left: 40px;
++    padding: 0;
++    background: white;
++}
++
++h1,h2,h3,h4 { margin: 0; color: #efefef; background: transparent; }
++h1 { font-size: 150%; }
++h2,h3,h4 { margin-top: 1em; }
++
++a { background: #eef; color: #039; text-decoration: none; }
++a:hover { background: #039; color: #eef; }
++
++/* Override the base stylesheet's Anchor inside a table cell */
++td > a {
++  background: transparent;
++  color: #039;
++  text-decoration: none;
++}
++
++/* and inside a section title */
++.section-title > a {
++  background: transparent;
++  color: #eee;
++  text-decoration: none;
++}
++
++/* === Structural elements =================================== */
++
++div#index {
++    margin: 0;
++    margin-left: -40px;
++    padding: 0;
++    font-size: 90%;
++}
++
++
++div#index a {
++    margin-left: 0.7em;
++}
++
++div#index .section-bar {
++   margin-left: 0px;
++   padding-left: 0.7em;
++   background: #ccc;
++   font-size: small;
++}
++
++
++div#classHeader, div#fileHeader {
++    width: auto;
++    color: white;
++    padding: 0.5em 1.5em 0.5em 1.5em;
++    margin: 0;
++    margin-left: -40px;
++    border-bottom: 3px solid #006;
++}
++
++div#classHeader a, div#fileHeader a {
++    background: inherit;
++    color: white;
++}
++
++div#classHeader td, div#fileHeader td {
++    background: inherit;
++    color: white;
++}
++
++
++div#fileHeader {
++    background: #057;
++}
++
++div#classHeader {
++    background: #048;
++}
++
++
++.class-name-in-header {
++  font-size:  180%;
++  font-weight: bold;
++}
++
++
++div#bodyContent {
++    padding: 0 1.5em 0 1.5em;
++}
++
++div#description {
++    padding: 0.5em 1.5em;
++    background: #efefef;
++    border: 1px dotted #999;
++}
++
++div#description h1,h2,h3,h4,h5,h6 {
++    color: #125;;
++    background: transparent;
++}
++
++div#validator-badges {
++    text-align: center;
++}
++div#validator-badges img { border: 0; }
++
++div#copyright {
++    color: #333;
++    background: #efefef;
++    font: 0.75em sans-serif;
++    margin-top: 5em;
++    margin-bottom: 0;
++    padding: 0.5em 2em;
++}
++
++
++/* === Classes =================================== */
++
++table.header-table {
++    color: white;
++    font-size: small;
++}
++
++.type-note {
++    font-size: small;
++    color: #DEDEDE;
++}
++
++.xxsection-bar {
++    background: #eee;
++    color: #333;
++    padding: 3px;
++}
++
++.section-bar {
++   color: #333;
++   border-bottom: 1px solid #999;
++    margin-left: -20px;
++}
++
++
++.section-title {
++    background: #79a;
++    color: #eee;
++    padding: 3px;
++    margin-top: 2em;
++    margin-left: -30px;
++    border: 1px solid #999;
++}
++
++.top-aligned-row {  vertical-align: top }
++.bottom-aligned-row { vertical-align: bottom }
++
++/* --- Context section classes ----------------------- */
++
++.context-row { }
++.context-item-name { font-family: monospace; font-weight: bold; color: black; }
++.context-item-value { font-size: small; color: #448; }
++.context-item-desc { color: #333; padding-left: 2em; }
++
++/* --- Method classes -------------------------- */
++.method-detail {
++    background: #efefef;
++    padding: 0;
++    margin-top: 0.5em;
++    margin-bottom: 1em;
++    border: 1px dotted #ccc;
++}
++.method-heading {
++  color: black;
++  background: #ccc;
++  border-bottom: 1px solid #666;
++  padding: 0.2em 0.5em 0 0.5em;
++}
++.method-signature { color: black; background: inherit; }
++.method-name { font-weight: bold; }
++.method-args { font-style: italic; }
++.method-description { padding: 0 0.5em 0 0.5em; }
++
++/* --- Source code sections -------------------- */
++
++a.source-toggle { font-size: 90%; }
++div.method-source-code {
++    background: #262626;
++    color: #ffdead;
++    margin: 1em;
++    padding: 0.5em;
++    border: 1px dashed #999;
++    overflow: hidden;
++}
++
++div.method-source-code pre { color: #ffdead; overflow: hidden; }
++
++/* --- Ruby keyword styles --------------------- */
++
++.standalone-code { background: #221111; color: #ffdead; overflow: hidden; }
++
++.ruby-constant  { color: #7fffd4; background: transparent; }
++.ruby-keyword { color: #00ffff; background: transparent; }
++.ruby-ivar    { color: #eedd82; background: transparent; }
++.ruby-operator  { color: #00ffee; background: transparent; }
++.ruby-identifier { color: #ffdead; background: transparent; }
++.ruby-node    { color: #ffa07a; background: transparent; }
++.ruby-comment { color: #b22222; font-weight: bold; background: transparent; }
++.ruby-regexp  { color: #ffa07a; background: transparent; }
++.ruby-value   { color: #7fffd4; background: transparent; }
+\ No newline at end of file
+--- /dev/null
++++ libamazonec2-ruby-0.9.15/doc/fr_method_index.html
+@@ -0,0 +1,26 @@
++
++<?xml version="1.0" encoding="iso-8859-1"?>
++<!DOCTYPE html 
++     PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
++     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
++
++<!--
++
++    Methods
++
++  -->
++<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
++<head>
++  <title>Methods</title>
++  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
++  <link rel="stylesheet" href="rdoc-style.css" type="text/css" />
++  <base target="docwin" />
++</head>
++<body>
++<div id="index">
++  <h1 class="section-bar">Methods</h1>
++  <div id="index-entries">
++  </div>
++</div>
++</body>
++</html>
+\ No newline at end of file
+--- /dev/null
++++ libamazonec2-ruby-0.9.15/doc/created.rid
+@@ -0,0 +1 @@
++Fri, 17 Sep 2010 23:57:38 +0200
+--- /dev/null
++++ libamazonec2-ruby-0.9.15/doc/index.html
+@@ -0,0 +1,24 @@
++<?xml version="1.0" encoding="iso-8859-1"?>
++<!DOCTYPE html 
++     PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
++     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
++
++<!--
++
++    RDoc Documentation
++
++  -->
++<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
++<head>
++  <title>RDoc Documentation</title>
++  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
++</head>
++<frameset rows="20%, 80%">
++    <frameset cols="25%,35%,45%">
++        <frame src="fr_file_index.html"   title="Files" name="Files" />
++        <frame src="fr_class_index.html"  name="Classes" />
++        <frame src="fr_method_index.html" name="Methods" />
++    </frameset>
++    <frame src="files/README_rdoc.html" name="docwin" />
++</frameset>
++</html>
+\ No newline at end of file
+--- /dev/null
++++ libamazonec2-ruby-0.9.15/doc/fr_class_index.html
+@@ -0,0 +1,26 @@
++
++<?xml version="1.0" encoding="iso-8859-1"?>
++<!DOCTYPE html 
++     PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
++     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
++
++<!--
++
++    Classes
++
++  -->
++<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
++<head>
++  <title>Classes</title>
++  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
++  <link rel="stylesheet" href="rdoc-style.css" type="text/css" />
++  <base target="docwin" />
++</head>
++<body>
++<div id="index">
++  <h1 class="section-bar">Classes</h1>
++  <div id="index-entries">
++  </div>
++</div>
++</body>
++</html>
+\ No newline at end of file
+--- /dev/null
++++ libamazonec2-ruby-0.9.15/doc/fr_file_index.html
+@@ -0,0 +1,27 @@
++
++<?xml version="1.0" encoding="iso-8859-1"?>
++<!DOCTYPE html 
++     PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
++     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
++
++<!--
++
++    Files
++
++  -->
++<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
++<head>
++  <title>Files</title>
++  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
++  <link rel="stylesheet" href="rdoc-style.css" type="text/css" />
++  <base target="docwin" />
++</head>
++<body>
++<div id="index">
++  <h1 class="section-bar">Files</h1>
++  <div id="index-entries">
++    <a href="files/README_rdoc.html">README.rdoc</a><br />
++  </div>
++</div>
++</body>
++</html>
+\ No newline at end of file

Added: trunk/libamazonec2-ruby/debian/patches/series
===================================================================
--- trunk/libamazonec2-ruby/debian/patches/series	                        (rev 0)
+++ trunk/libamazonec2-ruby/debian/patches/series	2010-09-26 19:42:18 UTC (rev 5874)
@@ -0,0 +1 @@
+debian-changes-0.9.15-1

Added: trunk/libamazonec2-ruby/debian/rules
===================================================================
--- trunk/libamazonec2-ruby/debian/rules	                        (rev 0)
+++ trunk/libamazonec2-ruby/debian/rules	2010-09-26 19:42:18 UTC (rev 5874)
@@ -0,0 +1,15 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/ruby-pkg-tools/1/class/ruby-setup-rb.mk
+
+DEB_INSTALL_DOCS_ALL += README.rdoc
+
+install/libamazonec2-ruby1.8::
+	rm -rf $(CURDIR)/debian/$(cdbs_curpkg)/usr/bin/
+
+install/libamazonec2-ruby1.9.1::
+	rm -rf $(CURDIR)/debian/$(cdbs_curpkg)/usr/bin/
+
+get-orig-source:
+	uscan --force-download --rename


Property changes on: trunk/libamazonec2-ruby/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: trunk/libamazonec2-ruby/debian/source/format
===================================================================
--- trunk/libamazonec2-ruby/debian/source/format	                        (rev 0)
+++ trunk/libamazonec2-ruby/debian/source/format	2010-09-26 19:42:18 UTC (rev 5874)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: trunk/libamazonec2-ruby/debian/source/options
===================================================================
--- trunk/libamazonec2-ruby/debian/source/options	                        (rev 0)
+++ trunk/libamazonec2-ruby/debian/source/options	2010-09-26 19:42:18 UTC (rev 5874)
@@ -0,0 +1,3 @@
+# Do not generate diff for changes in bin/
+extend-diff-ignore = "(^|/)bin"
+

Added: trunk/libamazonec2-ruby/debian/watch
===================================================================
--- trunk/libamazonec2-ruby/debian/watch	                        (rev 0)
+++ trunk/libamazonec2-ruby/debian/watch	2010-09-26 19:42:18 UTC (rev 5874)
@@ -0,0 +1,3 @@
+version=3
+http://githubredir.debian.net/github/grempe/amazon-ec2 \
+/github/grempe/amazon-ec2/v(.*).tar.gz




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