[DRE-commits] [ruby-compass-rails] 01/02: relax sprockets version
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Sun Dec 27 15:07:47 UTC 2015
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository ruby-compass-rails.
commit 7905c018f0f42016ca837947dc15f48ecf07fc53
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Sun Dec 27 20:33:50 2015 +0530
relax sprockets version
---
debian/changelog | 6 +++++
debian/patches/relax-sprockets-version.patch | 37 ++++++++++++++++++++++++++++
debian/patches/series | 1 +
3 files changed, 44 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index ca5f63e..2f9afc9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ruby-compass-rails (2.0.5-3) UNRELEASED; urgency=medium
+
+ * Fix sprockets dependency (Closes: #809150)
+
+ -- Pirate Praveen <praveen at debian.org> Sun, 27 Dec 2015 20:33:06 +0530
+
ruby-compass-rails (2.0.5-2) unstable; urgency=medium
* Team upload.
diff --git a/debian/patches/relax-sprockets-version.patch b/debian/patches/relax-sprockets-version.patch
new file mode 100644
index 0000000..5053e80
--- /dev/null
+++ b/debian/patches/relax-sprockets-version.patch
@@ -0,0 +1,37 @@
+Index: ruby-compass-rails/compass-rails.gemspec
+===================================================================
+--- ruby-compass-rails.orig/compass-rails.gemspec
++++ ruby-compass-rails/compass-rails.gemspec
+@@ -17,6 +17,6 @@ Gem::Specification.new do |gem|
+ gem.license = "MIT"
+
+ gem.add_dependency 'compass', '~> 1.0.0'
+- gem.add_dependency 'sprockets', '< 2.13'
++ gem.add_dependency 'sprockets', '~> 3.3'
+ gem.add_dependency 'sass-rails', '< 5.1'
+ end
+Index: ruby-compass-rails/metadata.yml
+===================================================================
+--- ruby-compass-rails.orig/metadata.yml
++++ ruby-compass-rails/metadata.yml
+@@ -30,16 +30,16 @@ dependencies:
+ name: sprockets
+ requirement: !ruby/object:Gem::Requirement
+ requirements:
+- - - "<"
++ - - "~>"
+ - !ruby/object:Gem::Version
+- version: '2.13'
++ version: '3.3'
+ type: :runtime
+ prerelease: false
+ version_requirements: !ruby/object:Gem::Requirement
+ requirements:
+- - - "<"
++ - - "~>"
+ - !ruby/object:Gem::Version
+- version: '2.13'
++ version: '3.3'
+ - !ruby/object:Gem::Dependency
+ name: sass-rails
+ requirement: !ruby/object:Gem::Requirement
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..7dcb185
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+relax-sprockets-version.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-compass-rails.git
More information about the Pkg-ruby-extras-commits
mailing list