[DRE-commits] [ruby-sprite-factory] 02/02: Description fix.
Andrew Lee
ajqlee at moszumanska.debian.org
Fri Dec 18 19:55:27 UTC 2015
This is an automated email from the git hooks/post-receive script.
ajqlee pushed a commit to branch master
in repository ruby-sprite-factory.
commit 5d8fc2a37f09e7bf3969a3c8b23eff3cf03d7e76
Author: Andrew Lee (李健秋) <andrew.lee at collabora.co.uk>
Date: Sat Dec 19 03:55:03 2015 +0800
Description fix.
---
debian/control | 19 +++++++++++++++++--
1 file changed, 17 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index 5d0a83d..8bc4978 100644
--- a/debian/control
+++ b/debian/control
@@ -16,5 +16,20 @@ Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
# rmagick (>= 0, development), chunky_png (>= 0, development)
-Description: Automatic CSS sprite generator
- Combines individual images from a directory into a single sprite image file and creates an appropriate CSS stylesheet
+Description: automatic css sprite generator
+ The sprite factory is a ruby library that can be used to generate
+ CSS sprites. It combines individual image files from a directory
+ into a single unified sprite image and creates an appropriate CSS
+ stylesheet for use in your web application.
+ .
+ The library provides:
+ * both a ruby API and a command line script.
+ * many customizable options.
+ * support for multiple layout algorithms - horizontal, vertical or
+ packed.
+ * support for any stylesheet syntax, including CSS and Sass.
+ * support for any image library, including RMagick and ChunkyPNG.
+ * support for any css selector style, including :hover pseudo-class
+ selectors.
+ * support for pngcrush'n the generated image file.
+ * compatible with Rails 3.1 asset pipeline.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-sprite-factory.git
More information about the Pkg-ruby-extras-commits
mailing list