[DRE-commits] r3561 - packages/thin/trunk/debian

Ryan Niebur ryan52-guest at alioth.debian.org
Tue May 19 01:23:35 UTC 2009


Author: ryan52-guest
Date: 2009-05-19 01:23:35 +0000 (Tue, 19 May 2009)
New Revision: 3561

Modified:
   packages/thin/trunk/debian/changelog
   packages/thin/trunk/debian/control
Log:
add (build-)depends on libopenssl-ruby1.8

Modified: packages/thin/trunk/debian/changelog
===================================================================
--- packages/thin/trunk/debian/changelog	2009-05-19 01:22:58 UTC (rev 3560)
+++ packages/thin/trunk/debian/changelog	2009-05-19 01:23:35 UTC (rev 3561)
@@ -5,8 +5,9 @@
     - refresh patches
   * add DM-Upload-Allowed field, so that I can upload this package
     myself in the future
+  * add (build-)depends on libopenssl-ruby1.8
 
- -- Ryan Niebur <ryanryan52 at gmail.com>  Mon, 18 May 2009 17:42:16 -0700
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Mon, 18 May 2009 18:23:27 -0700
 
 thin (1.2.0-1) unstable; urgency=low
 

Modified: packages/thin/trunk/debian/control
===================================================================
--- packages/thin/trunk/debian/control	2009-05-19 01:22:58 UTC (rev 3560)
+++ packages/thin/trunk/debian/control	2009-05-19 01:23:35 UTC (rev 3561)
@@ -4,7 +4,7 @@
 Maintainer: Ryan Niebur <ryanryan52 at gmail.com>
 DM-Upload-Allowed: yes
 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 (>= 0.12.6), libdaemons-ruby1.8 (>= 1.0.9), librack-ruby1.8 (>= 1.0.0)
+Build-Depends: debhelper (>= 7), quilt, ruby-pkg-tools, cdbs, ruby1.8, ruby1.8-dev, help2man, libeventmachine-ruby1.8 (>= 0.12.6), libdaemons-ruby1.8 (>= 1.0.9), librack-ruby1.8 (>= 1.0.0), libopenssl-ruby1.8
 Standards-Version: 3.8.1
 Homepage: http://code.macournoyer.com/thin/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-ruby-extras/packages/thin/trunk
@@ -12,7 +12,7 @@
 
 Package: thin1.8
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, librack-ruby1.8 (>= 1.0.0), ruby1.8, libeventmachine-ruby1.8 (>= 0.12.6), libdaemons-ruby1.8 (>= 1.0.9)
+Depends: ${shlibs:Depends}, ${misc:Depends}, librack-ruby1.8 (>= 1.0.0), ruby1.8, libeventmachine-ruby1.8 (>= 0.12.6), libdaemons-ruby1.8 (>= 1.0.9), libopenssl-ruby1.8
 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