[DRE-commits] r5592 - trunk/camping/debian

Paul van Tilburg paulvt at alioth.debian.org
Wed Jun 16 21:53:50 UTC 2010


Author: paulvt
Date: 2010-06-16 21:53:50 +0000 (Wed, 16 Jun 2010)
New Revision: 5592

Modified:
   trunk/camping/debian/changelog
   trunk/camping/debian/control
Log:
* Although activerecord is not needed for an Camping application, it is
  used by the camping binary (camping/server) during development.
* debian/rules:
  - The recommend on mongrel is not necessary, demoted to suggests.
  - Replaced recommend on libactivesupport-ruby1.8 by the actually
    intented libactiverecord-ruby1.8.

Modified: trunk/camping/debian/changelog
===================================================================
--- trunk/camping/debian/changelog	2010-06-16 10:55:10 UTC (rev 5591)
+++ trunk/camping/debian/changelog	2010-06-16 21:53:50 UTC (rev 5592)
@@ -1,3 +1,14 @@
+camping (2.0-2) unstable; urgency=low
+
+  * Although activerecord is not needed for an Camping application, it is
+    used by the camping binary (camping/server) during development.
+  * debian/rules:
+    - The recommend on mongrel is not necessary, demoted to suggests.
+    - Replaced recommend on libactivesupport-ruby1.8 by the actually
+      intented libactiverecord-ruby1.8.
+
+ -- Paul van Tilburg <paulvt at debian.org>  Wed, 16 Jun 2010 23:28:46 +0200
+
 camping (2.0-1) unstable; urgency=low
 
   * New upstream release.  

Modified: trunk/camping/debian/control
===================================================================
--- trunk/camping/debian/control	2010-06-16 10:55:10 UTC (rev 5591)
+++ trunk/camping/debian/control	2010-06-16 21:53:50 UTC (rev 5592)
@@ -12,7 +12,8 @@
 Package: camping
 Architecture: all
 Depends: ruby1.8, librack-ruby1.8, ${misc:Depends}
-Recommends: libactivesupport-ruby1.8, libsqlite3-ruby1.8 (>= 1.1.0.1), libmarkaby-ruby1.8, mongrel
+Recommends: libactiverecord-ruby1.8, libsqlite3-ruby1.8 (>= 1.1.0.1), libmarkaby-ruby1.8
+Suggests: 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




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