[DRE-commits] [ruby-sprite-factory] 01/03: Fix depends.
Andrew Lee
ajqlee at moszumanska.debian.org
Fri Dec 18 21:17:12 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 88c3d911e0a4ce7c6043e74d00f01ea2ad85fc45
Author: Andrew Lee (李健秋) <andrew.lee at collabora.co.uk>
Date: Sat Dec 19 05:12:44 2015 +0800
Fix depends.
---
debian/control | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index 8bc4978..099c38a 100644
--- a/debian/control
+++ b/debian/control
@@ -14,8 +14,8 @@ XS-Ruby-Versions: all
Package: ruby-sprite-factory
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-# rmagick (>= 0, development), chunky_png (>= 0, development)
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
+ ruby-rmagick, ruby-chunky-png
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
--
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