[DRE-commits] r3233 - packages-wip/thin/trunk/debian

ryan52-guest at alioth.debian.org ryan52-guest at alioth.debian.org
Tue Feb 24 04:42:31 UTC 2009


Author: ryan52-guest
Date: 2009-02-24 04:42:31 +0000 (Tue, 24 Feb 2009)
New Revision: 3233

Modified:
   packages-wip/thin/trunk/debian/control
Log:
more versioned dependancies based on the gemspec

Modified: packages-wip/thin/trunk/debian/control
===================================================================
--- packages-wip/thin/trunk/debian/control	2009-02-24 01:35:26 UTC (rev 3232)
+++ packages-wip/thin/trunk/debian/control	2009-02-24 04:42:31 UTC (rev 3233)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Ryan Niebur <ryanryan52 at gmail.com>
 Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 7), quilt, ruby-pkg-tools, cdbs, ruby1.8, ruby1.8-dev, help2man, libeventmachine-ruby1.8, libdaemons-ruby1.8, librack-ruby1.8 (>= 0.9.1)
+Build-Depends: debhelper (>= 7), quilt, ruby-pkg-tools, cdbs, ruby1.8, ruby1.8-dev, help2man, libeventmachine-ruby1.8 (>= 0.12.4), libdaemons-ruby1.8 (>= 1.0.9), librack-ruby1.8 (>= 0.9.1)
 Standards-Version: 3.8.0
 Homepage: http://code.macournoyer.com/thin/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-ruby-extras/packages/thin/trunk
@@ -11,7 +11,7 @@
 
 Package: thin1.8
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, librack-ruby1.8 (>= 0.9.1), ruby1.8, libeventmachine-ruby1.8, libdaemons-ruby1.8
+Depends: ${shlibs:Depends}, ${misc:Depends}, librack-ruby1.8 (>= 0.9.1), ruby1.8, libeventmachine-ruby1.8 (>= 0.12.4), libdaemons-ruby1.8 (>= 1.0.9)
 Suggests: nginx, rails
 Description: fast and very simple Ruby web server (ruby 1.8 version)
  Thin is a Ruby web server that glues together 3 of the best Ruby




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