[DRE-commits] r1268 - packages-wip/mongrel/trunk/debian

Filipe Lautert filipe-guest at alioth.debian.org
Wed Jan 10 19:46:34 CET 2007


Author: filipe-guest
Date: 2007-01-10 19:46:33 +0100 (Wed, 10 Jan 2007)
New Revision: 1268

Modified:
   packages-wip/mongrel/trunk/debian/control
   packages-wip/mongrel/trunk/debian/control.in
   packages-wip/mongrel/trunk/debian/rules
Log:
Corrected dependencies.



Modified: packages-wip/mongrel/trunk/debian/control
===================================================================
--- packages-wip/mongrel/trunk/debian/control	2007-01-10 18:42:24 UTC (rev 1267)
+++ packages-wip/mongrel/trunk/debian/control	2007-01-10 18:46:33 UTC (rev 1268)
@@ -9,7 +9,7 @@
 
 Package: mongrel
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby1.8 (>=1.8.4), libgems-ruby1.8, libgemplugin-ruby1.8 (>=0.2.2)
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby1.8 (>=1.8.4), libgems-ruby1.8, libgemplugin-ruby (>=0.2.2)
 Recommends: rails
 Description: A small fast HTTP library and server that runs Rails, Camping, and Nitro apps
  Mongrel is a fast HTTP library and server for Ruby that is intended

Modified: packages-wip/mongrel/trunk/debian/control.in
===================================================================
--- packages-wip/mongrel/trunk/debian/control.in	2007-01-10 18:42:24 UTC (rev 1267)
+++ packages-wip/mongrel/trunk/debian/control.in	2007-01-10 18:46:33 UTC (rev 1268)
@@ -10,7 +10,7 @@
 
 Package: mongrel
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby1.8 (>=1.8.4), libgems-ruby1.8, libgemplugin-ruby1.8 (>=0.2.2), 
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby1.8 (>=1.8.4), libgems-ruby1.8, libgemplugin-ruby (>=0.2.2), 
 Recommends: rails
 Description: A small fast HTTP library and server that runs Rails, Camping, and Nitro apps
  Mongrel is a fast HTTP library and server for Ruby that is intended

Modified: packages-wip/mongrel/trunk/debian/rules
===================================================================
--- packages-wip/mongrel/trunk/debian/rules	2007-01-10 18:42:24 UTC (rev 1267)
+++ packages-wip/mongrel/trunk/debian/rules	2007-01-10 18:46:33 UTC (rev 1268)
@@ -3,12 +3,14 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/dpatch.mk
 include /usr/share/dpatch/dpatch.make
 include /usr/share/ruby-pkg-tools/1/class/ruby-setup-rb.mk
 include /usr/share/ruby-pkg-tools/1/rules/uploaders.mk
 
+
 # Upstream distributes only "Ruby gems". What do we do? Just gzip the gem
 # and use it as our orig.tar.gz - A gem contains two files: metadata.gz
 # (a YAML package description for the Ruby Gems package system) and 
@@ -41,4 +43,3 @@
 		debian/mongrel_rails_svc.1\
 		debian/mongrel_rails.1\
 		debian/mongrel.1
-




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