[DRE-commits] [SCM] ruby-passenger.git branch, master, updated. upstream/3.0.11debian-6-gac7b053

Laurent Bigonville bigon at bigon.be
Tue Mar 20 16:03:57 UTC 2012


The following commit has been merged in the master branch:
commit ac7b0537a5a299ef559276fe29b19ef57eecdfee
Author: Laurent Bigonville <bigon at bigon.be>
Date:   Tue Mar 20 16:58:57 2012 +0100

    Add proper Provides/Conflict/Replaces/Breaks

diff --git a/debian/control b/debian/control
index 206cd90..9433226 100644
--- a/debian/control
+++ b/debian/control
@@ -17,6 +17,8 @@ Architecture: any
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, rubygems (>= 1.2), ruby-rack
 Suggests: python, rails, ruby-passenger-doc
+Breaks: libapache2-mod-passenger (<< 3.0.11debian)
+Replaces: libapache2-mod-passenger (<< 3.0.11debian)
 Description: Rails and Rack support for Apache2 and Nginx
  Phusion Passenger — a.k.a. mod_rails or mod_rack — makes
  deployment of Ruby web applications, such as those built on the
@@ -39,6 +41,9 @@ Section: doc
 Architecture: all
 Depends: ${misc:Depends}
 Suggests: www-browser
+Provides: passenger-doc
+Conflicts: passenger-doc
+Replaces: passenger-doc
 Description: Rails and Rack support for Apache2 - Documentation
  Phusion Passenger — a.k.a. mod_rails or mod_rack — makes
  deployment of Ruby web applications, such as those built on the

-- 
ruby-passenger.git



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