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

Paul van Tilburg paulvt at debian.org
Sat May 19 19:03:49 UTC 2012


The following commit has been merged in the master branch:
commit 8877facca9a446f896da363fb285038f175fed5c
Author: Paul van Tilburg <paulvt at debian.org>
Date:   Sat May 19 20:26:28 2012 +0200

    Removed the suggest for mongrel; it is not available anymore

diff --git a/debian/changelog b/debian/changelog
index 1a7f740..6e5e058 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -25,11 +25,12 @@ camping (2.1.498-1) experimental; 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.
+    - Replaced the suggest on mongrel by thin; mongrel is not available
+      anymore.
   * debian/copyright: reworked to fit the Debian copyright format version 1.0.
   * debian/ruby-test.rb: added to run the test apps from test/.
 
- -- Paul van Tilburg <paulvt at debian.org>  Mon, 30 Jan 2012 12:11:39 +0100
+ -- Paul van Tilburg <paulvt at debian.org>  Sat, 19 May 2012 20:24:31 +0200
 
 camping (2.0-2) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index f191fa2..477964a 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: thin | mongrel
+Suggests: thin
 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