[DRE-commits] [SCM] ruby-sass-rails.git branch, master, updated. upstream/3.2.5-8-g8f88a05

Antonio Terceiro terceiro at debian.org
Thu Jun 28 21:39:56 UTC 2012


The following commit has been merged in the master branch:
commit 8f88a059f06f1c06f1befca0c46d31dafde732dc
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Thu Jun 28 18:36:04 2012 -0300

    Prepare upload

diff --git a/debian/changelog b/debian/changelog
index b061eb5..e471ecc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-ruby-sass-rails (3.2.5-1) UNRELEASED; urgency=low
+ruby-sass-rails (3.2.5-1) unstable; urgency=low
 
   * Initial release
 
diff --git a/debian/control b/debian/control
index d8f084e..f0a31b9 100644
--- a/debian/control
+++ b/debian/control
@@ -16,5 +16,6 @@ Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-sass (>= 3.1.19), ruby-railties-3.2 (>= 3.2.0), ruby-tilt (>= 1.3.0)
 Description: Sass adapter for the Rails asset pipeline.
- Provides official integration for ruby on rails projects 
-  with the Sass stylesheet language
+ This package integrates Sass into the Rails asset pipeline, i.e. you can write
+ stylesheets using Sass and have them compiled into CSS before being sent to
+ the clients.
diff --git a/debian/copyright b/debian/copyright
index c77686d..fd4411e 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -25,7 +25,6 @@ License: MIT
  WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
 Files: debian/*
-Source: All files were build using debian build tools (git-buildpackage, etc.)
 Copyright: 2012 Gastón Ramos <ramos.gaston at gmail.com>
 License: GPL-2+
 
diff --git a/debian/ruby-sass-rails.docs b/debian/ruby-sass-rails.docs
index 53cfb6b..8d526b9 100644
--- a/debian/ruby-sass-rails.docs
+++ b/debian/ruby-sass-rails.docs
@@ -1,2 +1 @@
-# FIXME: READMEs found
-# README.markdown
+README.markdown
diff --git a/debian/rules b/debian/rules
index a5e7dc8..c6142f6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,15 +1,4 @@
 #!/usr/bin/make -f
-#export DH_VERBOSE=1
-#
-# Uncomment to ignore all test failures (but the tests will run anyway)
-#export DH_RUBY_IGNORE_TESTS=all
-#
-# Uncomment to ignore some test failures (but the tests will run anyway).
-# Valid values:
-#export DH_RUBY_IGNORE_TESTS=ruby1.8 ruby1.9.1 require-rubygems
-#
-# If you need to specify the .gemspec (eg there is more than one)
-#export DH_RUBY_GEMSPEC=gem.gemspec
 
 %:
 	dh $@ --buildsystem=ruby --with ruby

-- 
ruby-sass-rails.git



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