[DRE-commits] [ruby-thread-safe] 09/15: add missing comma in Depends field
Cédric Boutillier
boutil at alioth.debian.org
Sun Sep 29 08:24:04 UTC 2013
This is an automated email from the git hooks/post-receive script.
boutil pushed a commit to branch master
in repository ruby-thread-safe.
commit 3241cdb2b211fa37be6ffd1c49daf201447cbd0b
Author: Cédric Boutillier <boutil at debian.org>
Date: Thu Sep 26 01:05:43 2013 +0200
add missing comma in Depends field
---
debian/control | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index 1a639b5..c109212 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends},
${misc:Depends},
- ruby | ruby-interpreter
+ ruby | ruby-interpreter,
ruby-atomic
Description: thread-safe collections and utilities for Ruby
A collection of data structures and utilities to make thread-safe
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-thread-safe.git
More information about the Pkg-ruby-extras-commits
mailing list