[DRE-commits] [ruby-thread-safe] 04/15: Initial control file

Cédric Boutillier boutil at alioth.debian.org
Sun Sep 29 08:24:03 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 4ff4c24d88d2527765c3cafaa9a04b075d03d2cf
Author: Ondřej Surý <ondrej at sury.org>
Date:   Thu Mar 28 15:30:11 2013 +0100

    Initial control file
---
 debian/control |   15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/debian/control b/debian/control
index 78af968..1a639b5 100644
--- a/debian/control
+++ b/debian/control
@@ -5,15 +5,18 @@ Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.al
 Uploaders: Ondřej Surý <ondrej at debian.org>
 Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~)
 Standards-Version: 3.9.3
-#Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-thread-safe.git
-#Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-thread-safe.git;a=summary
+Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-thread-safe.git
+Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-thread-safe.git;a=summary
 Homepage: https://github.com/headius/thread_safe
 XS-Ruby-Versions: all
 
 Package: ruby-thread-safe
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-# atomic (>= 0)
-Description: A collection of data structures and utilities to make thread-safe programming in Ruby easier
- Thread-safe collections and utilities for Ruby
+Depends: ${shlibs:Depends},
+	 ${misc:Depends},
+	 ruby | ruby-interpreter
+	 ruby-atomic
+Description: thread-safe collections and utilities for Ruby
+ A collection of data structures and utilities to make thread-safe
+ programming in Ruby easier.

-- 
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