[DRE-commits] [ruby-json-spec] 02/02: Upload to unstable

Miguel Landaeta nomadium at moszumanska.debian.org
Thu Jul 31 22:25:37 UTC 2014


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

nomadium pushed a commit to branch master
in repository ruby-json-spec.

commit 8bba58ddf579595cf192569841d775adefa73cc2
Author: Miguel Landaeta <nomadium at debian.org>
Date:   Thu Jul 31 18:55:11 2014 -0300

    Upload to unstable
---
 debian/changelog                       |  6 ++---
 debian/compat                          |  2 +-
 debian/control                         | 22 ++++++++++------
 debian/copyright                       | 47 ++++++++++++++++------------------
 debian/patches/01_disable_bundler.diff | 13 ++++++++++
 debian/patches/series                  |  1 +
 debian/ruby-json-spec.docs             |  3 +--
 debian/ruby-test-files.yaml            | 13 ----------
 debian/ruby-tests.rake                 |  7 +++++
 9 files changed, 62 insertions(+), 52 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e3e68c7..5257d4f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-ruby-json-spec (1.1.2-1) UNRELEASED; urgency=medium
+ruby-json-spec (1.1.2-1) unstable; urgency=medium
 
-  * Initial release (Closes: #nnnn)
+  * Initial release. (Closes: #756667)
 
- -- Miguel Landaeta <nomadium at debian.org>  Sat, 26 Jul 2014 21:15:07 -0300
+ -- Miguel Landaeta <nomadium at debian.org>  Thu, 31 Jul 2014 19:24:11 -0300
diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index 9bfcd01..4e9533a 100644
--- a/debian/control
+++ b/debian/control
@@ -2,18 +2,24 @@ Source: ruby-json-spec
 Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Uploaders:  <nomadium at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.7.5~)
+Uploaders: Miguel Landaeta <nomadium at debian.org>
+Build-Depends: debhelper (>= 9~), gem2deb (>= 0.7.5~), rake, ruby-rspec,
+ ruby-multi-json
 Standards-Version: 3.9.5
-#Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-json-spec.git
-#Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-json-spec.git;a=summary
+Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-json-spec.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-json-spec.git;a=summary
 Homepage: https://github.com/collectiveidea/json_spec
 XS-Ruby-Versions: all
 
 Package: ruby-json-spec
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-# multi_json (~> 1.0), rspec (< 4.0, >= 2.0), bundler (~> 1.0, development), rake (~> 10.0, development)
-Description: Easily handle JSON in RSpec and Cucumber
- RSpec matchers and Cucumber steps for testing JSON content
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
+ ruby-multi-json, ruby-rspec
+Suggests: cucumber
+Description: Ruby library that provides JSON helpers for RSpec and Cucumber
+ json_spec provides useful RSpec (testing tool for the Ruby language)
+ matchers and Cucumber (tool to validate acceptance tests written in a
+ behavior-driven development (BDD) styles) steps for testing JSON content.
+ .
+ It eases the testing of API-centric projects.
diff --git a/debian/copyright b/debian/copyright
index ec4ce0c..58e5f86 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,35 +1,32 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: json_spec
-Source: FIXME <http://example.com/>
+Source: json_spec <https://github.com/collectiveidea/json_spec>
 
 Files: *
-Copyright: <years> <put author's name and email here>
-           <years> <likewise for another author>
-License: GPL-2+ (FIXME)
+Copyright: 2011 Steve Richert <steve.richert at gmail.com>
+License: Expat
 
 Files: debian/*
-Copyright: 2014  <nomadium at debian.org>
-License: GPL-2+ (FIXME)
+Copyright: 2014 Miguel Landaeta <nomadium at debian.org>
+License: Expat
 Comment: the Debian packaging is licensed under the same terms as the original package.
 
-License: GPL-2+ (FIXME)
- This program is free software; you can redistribute it
- and/or modify it under the terms of the GNU General Public
- License as published by the Free Software Foundation; either
- version 2 of the License, or (at your option) any later
- version.
+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:
  .
- This program is distributed in the hope that it will be
- useful, but WITHOUT ANY WARRANTY; without even the implied
- warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
- PURPOSE.  See the GNU General Public License for more
- details.
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
  .
- You should have received a copy of the GNU General Public
- License along with this package; if not, write to the Free
- Software Foundation, Inc., 51 Franklin St, Fifth Floor,
- Boston, MA  02110-1301 USA
- .
- On Debian systems, the full text of the GNU General Public
- License version 2 can be found in the file
- `/usr/share/common-licenses/GPL-2'.
+ 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.
diff --git a/debian/patches/01_disable_bundler.diff b/debian/patches/01_disable_bundler.diff
new file mode 100644
index 0000000..81dc467
--- /dev/null
+++ b/debian/patches/01_disable_bundler.diff
@@ -0,0 +1,13 @@
+Description: Disable bundler usage
+Author: Miguel Landaeta <nomadium at debian.org>
+Forwarded: no
+Last-Update: 2014-07-31
+
+--- ruby-json-spec-1.1.2.orig/Rakefile
++++ ruby-json-spec-1.1.2/Rakefile
+@@ -1,4 +1,4 @@
+-require "bundler/gem_tasks"
++#require "bundler/gem_tasks"
+ require "rspec/core/rake_task"
+ require "cucumber/rake/task"
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..90bfa0b
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01_disable_bundler.diff
diff --git a/debian/ruby-json-spec.docs b/debian/ruby-json-spec.docs
index 07b3c9e..b43bf86 100644
--- a/debian/ruby-json-spec.docs
+++ b/debian/ruby-json-spec.docs
@@ -1,2 +1 @@
-# FIXME: READMEs found
-# README.md
+README.md
diff --git a/debian/ruby-test-files.yaml b/debian/ruby-test-files.yaml
deleted file mode 100644
index 05559a4..0000000
--- a/debian/ruby-test-files.yaml
+++ /dev/null
@@ -1,13 +0,0 @@
----
-- features/step_definitions/steps.rb
-- features/support/env.rb
-- spec/json_spec/configuration_spec.rb
-- spec/json_spec/helpers_spec.rb
-- spec/json_spec/matchers/be_json_eql_spec.rb
-- spec/json_spec/matchers/have_json_path_spec.rb
-- spec/json_spec/matchers/have_json_size_spec.rb
-- spec/json_spec/matchers/have_json_type_spec.rb
-- spec/json_spec/matchers/include_json_spec.rb
-- spec/json_spec/matchers_spec.rb
-- spec/json_spec/memory_spec.rb
-- spec/spec_helper.rb
diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
new file mode 100644
index 0000000..89a753d
--- /dev/null
+++ b/debian/ruby-tests.rake
@@ -0,0 +1,7 @@
+require 'rspec/core/rake_task'
+
+RSpec::Core::RakeTask.new(:spec) do |spec|
+  spec.pattern      = './spec/**/*_spec.rb'
+end
+
+task :default => :spec

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



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