Your message dated Tue, 25 Nov 2014 18:47:46 +0000
with message-id <[email protected]>
and subject line Re: Bug#770987: unblock: ruby-bootstrap-sass/2.3.1.0-5
has caused the Debian Bug report #770987,
regarding unblock: ruby-bootstrap-sass/2.3.1.0-5
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
770987: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=770987
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
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 <[email protected]> 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
<[email protected]>
-Uploaders: Praveen Arimbrathodiyil <[email protected]>
+Uploaders: Pirate Praveen <[email protected]>
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 <[email protected]> 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 <[email protected]> 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 <[email protected]>
-
-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'
signature.asc
Description: OpenPGP digital signature
--- End Message ---
--- Begin Message ---
Control: tag -1 wontfix
On Wed, Nov 26, 2014 at 12:05:49AM +0530, Pirate Praveen wrote:
> 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.
ruby-bootstrap-sass isn't coming back into testing at this stage. Sorry if
that wasn't clear from #770914.
I suggest jessie-backports.
--
Jonathan Wiltshire [email protected]
Debian Developer http://people.debian.org/~jmw
4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC 74C3 5394 479D D352 4C51
signature.asc
Description: Digital signature
--- End Message ---