[DRE-commits] r3140 - packages/mongrel/trunk/debian

filipe-guest at alioth.debian.org filipe-guest at alioth.debian.org
Sat Dec 20 11:12:33 UTC 2008


Author: filipe-guest
Date: 2008-12-20 11:12:33 +0000 (Sat, 20 Dec 2008)
New Revision: 3140

Modified:
   packages/mongrel/trunk/debian/changelog
   packages/mongrel/trunk/debian/control
Log:
+  * Relaxed version dependency of libruby1.8 (from current ruby version
+    to fixed 1.8.4) - closes: #508975.



Modified: packages/mongrel/trunk/debian/changelog
===================================================================
--- packages/mongrel/trunk/debian/changelog	2008-12-19 21:18:03 UTC (rev 3139)
+++ packages/mongrel/trunk/debian/changelog	2008-12-20 11:12:33 UTC (rev 3140)
@@ -1,8 +1,9 @@
-mongrel (1.1.5-4) UNRELEASED; urgency=low
+mongrel (1.1.5-4) unstable; urgency=low
 
-  * NOT RELEASED YET
+  * Relaxed version dependency of libruby1.8 (from current ruby version
+    to fixed 1.8.4) - closes: #508975.
 
- -- Filipe Lautert <filipe at icewall.org>  Mon, 21 Jul 2008 23:52:59 -0300
+ -- Filipe Lautert <filipe at debian.org>  Sat, 20 Dec 2008 09:10:04 -0200
 
 mongrel (1.1.5-3) unstable; urgency=medium
 

Modified: packages/mongrel/trunk/debian/control
===================================================================
--- packages/mongrel/trunk/debian/control	2008-12-19 21:18:03 UTC (rev 3139)
+++ packages/mongrel/trunk/debian/control	2008-12-20 11:12:33 UTC (rev 3140)
@@ -26,7 +26,7 @@
 
 Package: mongrel
 Architecture: any
-Depends: ${shlibs:Depends}, ruby1.8 (>= 1.8.4), rubygems1.8, libgemplugin-ruby (>= 0.2.2), libdaemons-ruby
+Depends: libc6 (>= 2.6-1), libruby1.8 (>= 1.8.4), ruby1.8 (>= 1.8.4), rubygems1.8, libgemplugin-ruby (>= 0.2.2), libdaemons-ruby
 Suggests: rails, mongrel-doc
 Description: A small fast HTTP library and server for Ruby
  Mongrel is a fast HTTP library and server for Ruby that is intended




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