[DRE-commits] [SCM] ruby-thin.git branch, master, updated. upstream/1.2.11-13-ga67af98

Laurent Arnoud laurent at spkdev.net
Sun Sep 25 20:33:19 UTC 2011


The following commit has been merged in the master branch:
commit a67af98e12b32a17dd36be6e3605df7d39a06010
Author: Laurent Arnoud <laurent at spkdev.net>
Date:   Sun Sep 25 22:28:04 2011 +0200

    Add Replaces, Breaks, Provides.
    
    Signed-off-by: Laurent Arnoud <laurent at spkdev.net>

diff --git a/debian/control b/debian/control
index 69a4928..62b52b8 100644
--- a/debian/control
+++ b/debian/control
@@ -15,6 +15,9 @@ Package: ruby-thin
 Architecture: any
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-rack (>= 1.0.0), libeventmachine-ruby1.8 (>= 0.12.6), ruby-daemons (>= 1.0.9)
+Replaces: thin (<< 1.2.4), thin1.8 (<< 1.2.4)
+Breaks: thin (<< 1.2.4), thin1.8 (<< 1.2.4)
+Provides: thin, thin1.8
 Description: fast and very simple Ruby web server
  Thin is a Ruby web server that glues together 3 of the best Ruby
  libraries in web history:

-- 
ruby-thin.git



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