[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#770987: unblock: ruby-bootstrap-sass/2.3.1.0-5



Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Dear Release team,

This upload fixes RC bugs #770913, #739783 and #759919 (which caused it
to be removed from testing). So currently there is no rc bugs for this
package. #758181 cannot be solved for jessie (I will upload a new
version to experimental soon). debdiffs for each revision are attached.

Thanks
Praveen





diff -Nru ruby-bootstrap-sass-2.3.1.0/debian/changelog ruby-bootstrap-sass-2.3.1.0/debian/changelog
--- ruby-bootstrap-sass-2.3.1.0/debian/changelog	2014-11-24 03:17:20.000000000 +0530
+++ ruby-bootstrap-sass-2.3.1.0/debian/changelog	2014-11-22 21:20:31.000000000 +0530
@@ -1,3 +1,10 @@
+ruby-bootstrap-sass (2.3.1.0-3) unstable; urgency=medium
+
+  * Rebuild for ruby 2.1 compatibility.
+  * Bump standards version to 3.9.6 (no changes).
+
+ -- Pirate Praveen <praveen@debian.org>  Sat, 22 Nov 2014 21:20:11 +0530
+
 ruby-bootstrap-sass (2.3.1.0-2) unstable; urgency=low
 
   * Upload to unstable
diff -Nru ruby-bootstrap-sass-2.3.1.0/debian/control ruby-bootstrap-sass-2.3.1.0/debian/control
--- ruby-bootstrap-sass-2.3.1.0/debian/control	2014-11-24 03:17:20.000000000 +0530
+++ ruby-bootstrap-sass-2.3.1.0/debian/control	2014-11-22 21:18:43.000000000 +0530
@@ -2,9 +2,9 @@
 Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
-Uploaders: Praveen Arimbrathodiyil <praveen@debian.org>
+Uploaders: Pirate Praveen <praveen@debian.org>
 Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), ruby-sass (>=3.2~), ruby-sass-rails (>=3.2~)
-Standards-Version: 3.9.4
+Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-bootstrap-sass.git
 Vcs-Browser: http://anonscm.debian.org/?p=pkg-ruby-extras/ruby-bootstrap-sass.git;a=summary
 Homepage: http://github.com/thomas-mcdonald/bootstrap-sass
diff -Nru ruby-bootstrap-sass-2.3.1.0/debian/changelog ruby-bootstrap-sass-2.3.1.0/debian/changelog
--- ruby-bootstrap-sass-2.3.1.0/debian/changelog	2014-11-22 21:20:31.000000000 +0530
+++ ruby-bootstrap-sass-2.3.1.0/debian/changelog	2014-11-25 13:33:35.000000000 +0530
@@ -1,3 +1,9 @@
+ruby-bootstrap-sass (2.3.1.0-4) unstable; urgency=medium
+
+  * Ship assets (closes: #770913) 
+
+ -- Pirate Praveen <praveen@debian.org>  Tue, 25 Nov 2014 13:33:31 +0530
+
 ruby-bootstrap-sass (2.3.1.0-3) unstable; urgency=medium
 
   * Rebuild for ruby 2.1 compatibility.
diff -Nru ruby-bootstrap-sass-2.3.1.0/debian/install ruby-bootstrap-sass-2.3.1.0/debian/install
--- ruby-bootstrap-sass-2.3.1.0/debian/install	1970-01-01 05:30:00.000000000 +0530
+++ ruby-bootstrap-sass-2.3.1.0/debian/install	2014-11-25 13:32:41.000000000 +0530
@@ -0,0 +1 @@
+vendor usr/share/ruby-bootstrap-sass
diff -Nru ruby-bootstrap-sass-2.3.1.0/debian/patches/engine-root.patch ruby-bootstrap-sass-2.3.1.0/debian/patches/engine-root.patch
--- ruby-bootstrap-sass-2.3.1.0/debian/patches/engine-root.patch	1970-01-01 05:30:00.000000000 +0530
+++ ruby-bootstrap-sass-2.3.1.0/debian/patches/engine-root.patch	2014-11-25 13:32:41.000000000 +0530
@@ -0,0 +1,15 @@
+Index: ruby-bootstrap-sass/lib/bootstrap-sass/engine.rb
+===================================================================
+--- ruby-bootstrap-sass.orig/lib/bootstrap-sass/engine.rb
++++ ruby-bootstrap-sass/lib/bootstrap-sass/engine.rb
+@@ -1,7 +1,8 @@
+ module Bootstrap
+   module Rails
+     class Engine < ::Rails::Engine
++      config.root = '/usr/share/ruby-bootstrap-sass'
+       # Rails, will you please look in our vendor? kthx
+     end
+   end
+-end
+\ No newline at end of file
++end
diff -Nru ruby-bootstrap-sass-2.3.1.0/debian/patches/series ruby-bootstrap-sass-2.3.1.0/debian/patches/series
--- ruby-bootstrap-sass-2.3.1.0/debian/patches/series	1970-01-01 05:30:00.000000000 +0530
+++ ruby-bootstrap-sass-2.3.1.0/debian/patches/series	2014-11-25 13:32:41.000000000 +0530
@@ -0,0 +1 @@
+engine-root.patch
diff -Nru ruby-bootstrap-sass-2.3.1.0/debian/changelog ruby-bootstrap-sass-2.3.1.0/debian/changelog
--- ruby-bootstrap-sass-2.3.1.0/debian/changelog	2014-11-25 13:33:35.000000000 +0530
+++ ruby-bootstrap-sass-2.3.1.0/debian/changelog	2014-11-25 23:32:04.000000000 +0530
@@ -1,3 +1,10 @@
+ruby-bootstrap-sass (2.3.1.0-5) unstable; urgency=medium
+
+  * Fix test failures (closes: #759919)
+  * Change ruby-sass-rails to suggests (closes: #739783)
+
+ -- Pirate Praveen <praveen@debian.org>  Tue, 25 Nov 2014 23:31:58 +0530
+
 ruby-bootstrap-sass (2.3.1.0-4) unstable; urgency=medium
 
   * Ship assets (closes: #770913) 
diff -Nru ruby-bootstrap-sass-2.3.1.0/debian/control ruby-bootstrap-sass-2.3.1.0/debian/control
--- ruby-bootstrap-sass-2.3.1.0/debian/control	2014-11-25 19:38:55.000000000 +0530
+++ ruby-bootstrap-sass-2.3.1.0/debian/control	2014-11-25 23:31:11.000000000 +0530
@@ -14,7 +14,8 @@
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
-  ruby-sass (>=3.2~), ruby-sass-rails (>= 3.2~)
+  ruby-sass (>=3.2~)
+Suggests: ruby-sass-rails (>= 3.2~)
 Description: Twitter's Bootstrap, converted to Sass
  `bootstrap-sass` is an Sass-powered version of Twitter's Bootstrap, ready 
  to drop right into your Sass powered applications.
diff -Nru ruby-bootstrap-sass-2.3.1.0/debian/patches/use-minitest.patch ruby-bootstrap-sass-2.3.1.0/debian/patches/use-minitest.patch
--- ruby-bootstrap-sass-2.3.1.0/debian/patches/use-minitest.patch	2014-11-25 19:36:06.000000000 +0530
+++ ruby-bootstrap-sass-2.3.1.0/debian/patches/use-minitest.patch	1970-01-01 05:30:00.000000000 +0530
@@ -1,21 +0,0 @@
-Description: use minitest instead of test/unit
- Fix test failures.
- .
-Author: Pirate Praveen <praveen@debian.org>
-
-Bug-Debian: https://bugs.debian.org/759919
-Last-Update: 2014-11-25
-
---- ruby-bootstrap-sass-2.3.1.0.orig/test/test_helper.rb
-+++ ruby-bootstrap-sass-2.3.1.0/test/test_helper.rb
-@@ -1,7 +1,7 @@
- $:.unshift("#{File.dirname(__FILE__)}/..")
- 
--require 'test/unit'
-+require 'minitest/autorun'
- 
- require 'sass'
- require 'lib/bootstrap-sass/compass_functions'
--require 'lib/bootstrap-sass/rails_functions'
-\ No newline at end of file
-+require 'lib/bootstrap-sass/rails_functions'

Attachment: signature.asc
Description: OpenPGP digital signature


Reply to: