[DRE-commits] [ruby-yajl] 02/02: Debian revision
Balasankar C
balasankarc-guest at moszumanska.debian.org
Wed Jul 8 14:46:28 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-yajl.
commit 1e5abe16e17d89206a88f992589011769d1964a2
Author: Balasankar C <balasankarc at autistici.org>
Date: Wed Jul 8 20:16:13 2015 +0530
Debian revision
---
debian/changelog | 9 +++++++++
debian/control | 19 +++++++++++--------
debian/copyright | 8 ++++----
3 files changed, 24 insertions(+), 12 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 2bd403e..bc45f2c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+ruby-yajl (1.2.0-3) unstable; urgency=medium
+
+ * Team upload
+ * Fix FTBFS by patching tests to support new versions of RSpec and mocks
+ (Closes: #791775)
+ * Add myself to Uploaders
+
+ -- Balasankar C <balasankarc at autistici.org> Wed, 08 Jul 2015 20:04:54 +0530
+
ruby-yajl (1.2.0-2) unstable; urgency=medium
* Build against gem2deb >= 0.7.5~
diff --git a/debian/control b/debian/control
index cb533fb..043f625 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,10 @@ Source: ruby-yajl
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Uploaders: Praveen Arimbrathodiyil <pravi.a at gmail.com>, Antonio Terceiro <terceiro at debian.org>, Per Andersson <avtobiff at gmail.com>
+Uploaders: Praveen Arimbrathodiyil <pravi.a at gmail.com>,
+ Antonio Terceiro <terceiro at debian.org>,
+ Per Andersson <avtobiff at gmail.com>,
+ Balasankar C <balasankarc at autistici.org>
Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.7.5~), ruby-rspec
Standards-Version: 3.9.5
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-yajl.git
@@ -13,21 +16,21 @@ XS-Ruby-Versions: all
Package: ruby-yajl
Architecture: any
XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
+Depends: ruby | ruby-interpreter, ${misc:Depends}, ${shlibs:Depends}
Replaces: libyajl-ruby
Conflicts: libyajl-ruby
Description: Ruby interface to Yajl, a JSON stream-based parser library
Supported features include,
- .
- JSON parsing and encoding directly to and from an IO stream
- (file, socket, etc) or String. Compressed stream parsing and
+ .
+ JSON parsing and encoding directly to and from an IO stream
+ (file, socket, etc) or String. Compressed stream parsing and
encoding supported for Bzip2, Gzip and Deflate.
.
- Parse and encode *multiple* JSON objects to and from streams or strings
+ Parse and encode *multiple* JSON objects to and from streams or strings
continuously.
.
- JSON gem compatibility API - allows yajl-ruby to be used as a drop-in
+ JSON gem compatibility API - allows yajl-ruby to be used as a drop-in
replacement for the JSON gem
.
- Basic HTTP client (only GET requests supported for now) which parses JSON
+ Basic HTTP client (only GET requests supported for now) which parses JSON
directly off the response body *as it's being received*
diff --git a/debian/copyright b/debian/copyright
index f49d777..4aed083 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -42,19 +42,19 @@ License: BSD-3-clause
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
- .
+ .
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
- .
+ .
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
- .
+ .
3. Neither the name of Lloyd Hilaiel nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
- .
+ .
THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-yajl.git
More information about the Pkg-ruby-extras-commits
mailing list