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

filipe-guest at alioth.debian.org filipe-guest at alioth.debian.org
Sun Jan 18 21:40:24 UTC 2009


Author: filipe-guest
Date: 2009-01-18 21:40:24 +0000 (Sun, 18 Jan 2009)
New Revision: 3191

Modified:
   packages/mongrel/trunk/debian/changelog
   packages/mongrel/trunk/debian/control
   packages/mongrel/trunk/debian/shlibs.local
Log:
Fixed bug #512190 using debian/shlibs.local file.


Modified: packages/mongrel/trunk/debian/changelog
===================================================================
--- packages/mongrel/trunk/debian/changelog	2009-01-18 21:27:40 UTC (rev 3190)
+++ packages/mongrel/trunk/debian/changelog	2009-01-18 21:40:24 UTC (rev 3191)
@@ -1,8 +1,8 @@
-mongrel (1.1.5-5) UNRELEASED; urgency=low
+mongrel (1.1.5-5) unstable; urgency=low
 
-  * NOT RELEASED YET
+  * Corrected libc dependency using debian/shlibs.local (closes: #512190).
 
- -- Filipe Lautert <filipe at debian.org>  Sat, 20 Dec 2008 09:28:55 -0200
+ -- Filipe Lautert <filipe at debian.org>  Sun, 18 Jan 2009 19:19:23 -0200
 
 mongrel (1.1.5-4) unstable; urgency=low
 

Modified: packages/mongrel/trunk/debian/control
===================================================================
--- packages/mongrel/trunk/debian/control	2009-01-18 21:27:40 UTC (rev 3190)
+++ packages/mongrel/trunk/debian/control	2009-01-18 21:40:24 UTC (rev 3191)
@@ -25,7 +25,7 @@
 
 Package: mongrel
 Architecture: any
-Depends: libc6 (>= 2.6-1), libruby1.8 (>= 1.8.4), ruby1.8 (>= 1.8.4), rubygems1.8, libgemplugin-ruby (>= 0.2.2), libdaemons-ruby
+Depends: ${shlibs:Depends}, 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

Modified: packages/mongrel/trunk/debian/shlibs.local
===================================================================
--- packages/mongrel/trunk/debian/shlibs.local	2009-01-18 21:27:40 UTC (rev 3190)
+++ packages/mongrel/trunk/debian/shlibs.local	2009-01-18 21:40:24 UTC (rev 3191)
@@ -1 +1 @@
-libruby1.8 (>= 1.8.4)
+libruby1.8 1.8 libruby1.8 (>= 1.8.4)




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