[DRE-commits] [ruby-vcr] 01/03: Correcting debian/c* files

Balasankar C balasankarc-guest at moszumanska.debian.org
Fri May 15 18:08:27 UTC 2015


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

balasankarc-guest pushed a commit to branch master
in repository ruby-vcr.

commit 7b448d204bb1bbf81747c9299cfdda50f78c18d4
Author: Balasankar C <balasankarc at autistici.org>
Date:   Fri May 15 23:37:17 2015 +0530

    Correcting debian/c* files
---
 debian/changelog |  6 +++---
 debian/control   | 30 +++++++++++++-----------------
 debian/copyright | 36 +++++++++++++++++-------------------
 3 files changed, 33 insertions(+), 39 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f406eb6..f6a51da 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-ruby-vcr (2.9.0-1) UNRELEASED; urgency=low
+ruby-vcr (2.9.0-1) experimental; urgency=medium
 
-  * Initial release (Closes: #695195).
+  * Initial release (Closes: #695195)
 
- -- Sebastien Badia <seb at sebian.fr>  Mon, 21 Apr 2014 03:00:37 +0200
+ -- Balasankar C <balasankarc at autistici.org>  Tue, 05 May 2015 21:57:54 +0530
diff --git a/debian/control b/debian/control
index 65c15a1..66ed239 100644
--- a/debian/control
+++ b/debian/control
@@ -2,37 +2,33 @@ Source: ruby-vcr
 Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Uploaders: Miguel Landaeta <nomadium at debian.org>
+Uploaders: Balasankar C <balasankarc at autistici.org>
 Build-Depends: debhelper (>= 7.0.50~),
-               gem2deb (>= 0.7.4~),
-               ruby-aruba,
+               gem2deb,
+               rake,
                ruby-curb,
                ruby-em-http-request,
+               ruby-excon,
                ruby-fakeweb,
+               ruby-faraday,
                ruby-httpclient,
                ruby-patron,
-               ruby-rspec,
-               ruby-simplecov,
+               ruby-rspec (>= 3.0.0),
                ruby-sinatra,
-               ruby-em-socksify,
                ruby-typhoeus,
                ruby-webmock
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-vcr.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-vcr.git;a=summary
 Homepage: https://github.com/vcr/vcr
+Testsuite: autopkgtest-pkg-ruby
 XS-Ruby-Versions: all
 
 Package: ruby-vcr
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ruby | ruby-interpreter,
-         ruby-multi-json,
-         ${misc:Depends},
-         ${shlibs:Depends}
-Recommends: ruby-excon, ruby-faraday
-Suggests: ruby-fakeweb, ruby-typhoeus, ruby-webmock
-Description: Save the HTTP interactions test suites for later replay
- VCR provides a simple API to record and replay your test suite's HTTP
- interactions.  It works with a variety of HTTP client libraries, HTTP stubbing
- libraries and testing frameworks.
+Depends: ruby | ruby-interpreter, ${misc:Depends}, ${shlibs:Depends}
+Description: Simple API to record and replay test suite's HTTP interatcions
+ Record your test suite's HTTP interactions and replay them during future test
+ runs for fast, deterministic, accurate tests. It works with a variety of HTTP
+ client libraries, HTTP stubbing libraries and testing frameworks.
diff --git a/debian/copyright b/debian/copyright
index 8f30afd..1b1a5b2 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,33 +1,31 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: vcr
-Upstream-Contact: Myron Marston <myron.marston at gmail.com>
 Source: https://github.com/vcr/vcr
 
 Files: *
-Copyright: 2010-2014, Myron Marston <myron.marston at gmail.com>
+Copyright: 2010-2015 Myron Marston
 License: Expat
 
 Files: debian/*
-Copyright: 2014, Miguel Landaeta <nomadium at debian.org>
+Copyright: 2015 Balasankar C <balasankarc at autistici.org>
 License: Expat
 Comment: the Debian packaging is licensed under the same terms as the original package.
 
 License: Expat
- Permission is hereby granted, free of charge, to any person obtaining
- a copy of this software and associated documentation files (the
- "Software"), to deal in the Software without restriction, including
- without limitation the rights to use, copy, modify, merge, publish,
- distribute, sublicense, and/or sell copies of the Software, and to
- permit persons to whom the Software is furnished to do so, subject to
- the following conditions:
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
  .
- The above copyright notice and this permission notice shall be included
- in all copies or substantial portions of the Software.
+ The above copyright notice and this permission notice shall be included in
+ all copies or substantial portions of the Software.
  .
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ THE SOFTWARE.

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



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