[DRE-commits] [SCM] camping.git branch, master, updated. upstream/2.1-11-g60a9b8d

Paul van Tilburg paulvt at debian.org
Tue Jan 31 21:23:24 UTC 2012


The following commit has been merged in the master branch:
commit 60a9b8d1b1d275076df601de9ca9031698c126e4
Author: Paul van Tilburg <paulvt at debian.org>
Date:   Mon Jan 30 12:12:27 2012 +0100

    Added a suggest on thin as an alternative to mongrel.

diff --git a/debian/changelog b/debian/changelog
index b1a401f..3f1833a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -25,10 +25,11 @@ camping (2.1.498-1) UNRELEASED; urgency=low
     - Replaced the dependency on libmarkaby-ruby by ruby-mab.
     - Added an alternative depend on ruby-tilt, so the user can choose
       between Mab and Tilt.
+    - Added a suggest on thin as an alternative to mongrel.
   * debian/copyright: reworked to fit the DEP5 format. 
   * debian/ruby-test.rb: added to run the test apps from test/.
 
- -- Paul van Tilburg <paulvt at debian.org>  Wed, 25 Jan 2012 13:57:57 +0100
+ -- Paul van Tilburg <paulvt at debian.org>  Mon, 30 Jan 2012 12:11:39 +0100
 
 camping (2.0-2) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 057837c..f191fa2 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,7 @@ Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${misc:Depends}, ruby | ruby-interpreter, ruby-rack
 Recommends: ruby-activerecord-2.3, ruby-sqlite3 (>= 1.1.0.1), ruby-mab | ruby-tilt
-Suggests: mongrel
+Suggests: thin | mongrel
 Description: small Ruby web framework for Model-View-Controller type applications
  Camping is a web framework which consistently stays at less than 4kb of
  code.  The idea here is to store a complete fledgling web application

-- 
camping.git



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