[DRE-commits] [ruby-toml] 01/01: Use two digit version constraint
Axel Wagner
merovius-guest at moszumanska.debian.org
Sat Jan 25 17:01:34 UTC 2014
This is an automated email from the git hooks/post-receive script.
merovius-guest pushed a commit to branch master
in repository ruby-toml.
commit 28a5a07e630b4fe931624e4ce03e49f97a181acd
Author: Axel Wagner <mero at merovius.de>
Date: Sat Jan 25 18:01:13 2014 +0100
Use two digit version constraint
---
Gemfile | 2 +-
debian/patches/Use-two-digit-version-constraint | 34 +++++++++++++++++++++++++
2 files changed, 35 insertions(+), 1 deletion(-)
diff --git a/Gemfile b/Gemfile
index efc04b5..9e81195 100644
--- a/Gemfile
+++ b/Gemfile
@@ -4,7 +4,7 @@ source 'https://rubygems.org'
gemspec
group :test do
- gem 'multi_json', '~> 1.7.8'
+ gem 'multi_json', '~> 1.7'
gem 'minitest'
gem 'simplecov', :require => false
gem 'simplecov-gem-adapter', :require => false
diff --git a/debian/patches/Use-two-digit-version-constraint b/debian/patches/Use-two-digit-version-constraint
new file mode 100644
index 0000000..d63ece2
--- /dev/null
+++ b/debian/patches/Use-two-digit-version-constraint
@@ -0,0 +1,34 @@
+Description: Use two-digit version constraint
+ upstream declares a dependency on multi_json < 1.8. Since it builds and tests
+ fine with 1.8.4, I think this is a mistake. A patch was submitted upstream.
+ .
+ ruby-toml (0.1.0-1) UNRELEASED; urgency=medium
+ .
+ * Initial release (Closes: #735290)
+Author: Axel Wagner <mero at merovius.de>
+Bug-Debian: http://bugs.debian.org/735290
+
+---
+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>
+
+--- ruby-toml-0.1.0.orig/Gemfile
++++ ruby-toml-0.1.0/Gemfile
+@@ -4,7 +4,7 @@ source 'https://rubygems.org'
+ gemspec
+
+ group :test do
+- gem 'multi_json', '~> 1.7.8'
++ gem 'multi_json', '~> 1.7'
+ gem 'minitest'
+ gem 'simplecov', :require => false
+ gem 'simplecov-gem-adapter', :require => false
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-toml.git
More information about the Pkg-ruby-extras-commits
mailing list