[DRE-commits] [SCM] ruby-thread-safe.git branch, master, updated. upstream/0.1.0-7-gd5ff881

Ondřej Surý ondrej at sury.org
Mon May 27 12:53:31 UTC 2013


The following commit has been merged in the master branch:
commit 4ff4c24d88d2527765c3cafaa9a04b075d03d2cf
Author: Ondřej Surý <ondrej at sury.org>
Date:   Thu Mar 28 15:30:11 2013 +0100

    Initial control file

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.

-- 
ruby-thread-safe.git



More information about the Pkg-ruby-extras-commits mailing list