[DRE-commits] [ruby-mono-logger] 01/03: Add logger-application as dep
Balasankar C
balasankarc-guest at moszumanska.debian.org
Tue Jul 7 15:50:49 UTC 2015
This is an automated email from the git hooks/post-receive script.
balasankarc-guest pushed a commit to branch master
in repository ruby-mono-logger.
commit d523068055ba1d75eb96c160ca43cab053cb5cab
Author: Balasankar C <balasankarc at autistici.org>
Date: Tue Jul 7 21:20:14 2015 +0530
Add logger-application as dep
---
debian/control | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/debian/control b/debian/control
index b92dbf7..3921a11 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,9 @@ Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
Uploaders: Balasankar C <balasankarc at autistici.org>
Build-Depends: debhelper (>= 7.0.50~),
- gem2deb,
- ruby-rspec
+ gem2deb,
+ ruby-logger-application,
+ ruby-test-unit
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-mono-logger.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-mono-logger.git
@@ -17,9 +18,10 @@ Package: ruby-mono-logger
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
+ ruby-logger-application,
${misc:Depends},
${shlibs:Depends}
Description: lock-free logger for Ruby
- A lock-free logger compatible with latest versions of Ruby. Ruby does not
- allow you to request a lock in a trap handler because that could deadlock,
+ A lock-free logger compatible with latest versions of Ruby. Ruby does not
+ allow you to request a lock in a trap handler because that could deadlock,
so Logger is not sufficient.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-mono-logger.git
More information about the Pkg-ruby-extras-commits
mailing list