[DRE-commits] [SCM] ruby-bootstrap-sass.git branch, master, updated. upstream/2.3.1.0-10-gd5dffed

Praveen Arimbrathodiyil praveen at debian.org
Sat Jun 22 20:52:44 UTC 2013


The following commit has been merged in the master branch:
commit a4ea4dfba564054b2d65dad1c186a2aa689c620c
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Sun Jun 23 02:17:07 2013 +0530

    create compass-bootstrap-sass package

diff --git a/debian/changelog b/debian/changelog
index 0b72073..50446a4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+ruby-bootstrap-sass (2.3.1.0-2) unstable; urgency=low
+
+  * Upload to unstable
+  * Create compass-bootstrap-sass-plugin (closes: #706348)
+    - Thanks to Jonas Smedegaard for the tip. 
+
+ -- Praveen Arimbrathodiyil <praveen at debian.org>  Sun, 23 Jun 2013 02:14:55 +0530
+
 ruby-bootstrap-sass (2.3.1.0-1) experimental; urgency=low
 
   * Initial release (Closes: #706208)
diff --git a/debian/compass-bootstrap-sass-plugin.install b/debian/compass-bootstrap-sass-plugin.install
new file mode 100644
index 0000000..f963489
--- /dev/null
+++ b/debian/compass-bootstrap-sass-plugin.install
@@ -0,0 +1,2 @@
+vendor/assets/* usr/share/compass/frameworks/bootstrap-sass/vendor/assets
+templates usr/share/compass/frameworks/bootstrap-sass
diff --git a/debian/control b/debian/control
index 73a71fd..050a71c 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Praveen Arimbrathodiyil <praveen at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), ruby-sass (>= 3.2~), ruby-sass-rails (>= 3.2~)
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~)
 Standards-Version: 3.9.4
 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
@@ -14,11 +14,23 @@ Package: ruby-bootstrap-sass
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
- ruby-sass (>= 3.2~), ruby-sass-rails (>= 3.2~)
-# compass (>= 0, development), sass-rails (~> 3.2, development), sass (~> 3.2)
+  ruby-sass (>=3.2~), 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.
  .
  Import "bootstrap" in your SCSS file of choice to get all of Bootstrap's
  styles, mixins and variables!
+
+Package: compass-bootstrap-sass-plugin
+Architecture: all
+XB-Ruby-Versions: ${ruby:Versions}
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
+ ruby-compass | ruby-sass,ruby-bootstrap-sass
+Recommends: ruby-compass
+Description: Compass plugin implementing Twitter's Bootstrap
+ Compass is a framework for compiling CSS from similar yet more flexible
+ Sass (either .sass or .scss) source files.
+ .
+ This package contains an implementation of Twitter's Bootstrap,
+ including CSS Reset, CSS Fonts, and CSS Grids resources, for Compass.

-- 
ruby-bootstrap-sass.git



More information about the Pkg-ruby-extras-commits mailing list