[DRE-commits] [SCM] ruby-actionpack-2.3.git branch, master, updated. debian/2.3.14-2

Ondřej Surý ondrej at sury.org
Mon Sep 26 10:43:29 UTC 2011


The following commit has been merged in the master branch:
commit 080560a38d107e6482e2e43e2181bf5b0a11dd6f
Author: Ondřej Surý <ondrej at sury.org>
Date:   Sat May 28 23:10:56 2011 +0200

    Add correct package name for rack

diff --git a/debian/control b/debian/control
index e022821..c5460e4 100644
--- a/debian/control
+++ b/debian/control
@@ -5,16 +5,22 @@ Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.al
 Uploaders: Ondřej Surý <ondrej at debian.org>
 DM-Upload-Allowed: yes
 Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.3~)
-Standards-Version: 3.9.1
-#Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-actionpack.git
-#Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-actionpack.git;a=summary
+Standards-Version: 3.9.2
+Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-actionpack.git
+Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-actionpack.git
 Homepage: http://www.rubyonrails.org
 XS-Ruby-Versions: all
 
 Package: ruby-actionpack
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-# activesupport (= 2.3.11, runtime), rack (~> 1.1.0, runtime)
+Depends: ${shlibs:Depends},
+	 ${misc:Depends},
+	 ruby | ruby-interpreter
+	 ruby-activesupport (>= ${source:Version}),
+	 ruby-rack (>= 1.1.0~) | librack-ruby (>= 1.1.0~)
 Description: Web-flow and rendering framework putting the VC in MVC.
- Eases web-request routing, handling, and response as a half-way front, half-way page controller. Implemented with specific emphasis on enabling easy unit/integration testing that doesn't require a browser.
+ Eases web-request routing, handling, and response as a half-way
+ front, half-way page controller. Implemented with specific emphasis
+ on enabling easy unit/integration testing that doesn't require a
+ browser.

-- 
ruby-actionpack-2.3.git



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