[DRE-commits] [SCM] ruby-slim.git branch, master, updated. upstream/2.0.0_pre6-25-g36085fb

Jérémy Bobbio lunar at debian.org
Sat Mar 16 10:56:15 UTC 2013


The following commit has been merged in the master branch:
commit 271faf5590cee4bb06b1a05261e73bb533d82a84
Author: Jérémy Bobbio <lunar at debian.org>
Date:   Sat Mar 16 09:55:39 2013 +0000

    Fix Depends and Build-Depends
    
    ruby-sinatra is listed in Build-Depends on top of development dependencies
    listed in the gemspec to allow integration tests to be run (see Rakefile).

diff --git a/debian/control b/debian/control
index bd51444..be08c45 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Eugene Lavnikevich <e.lavnikevich at sam-solutions.net>
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), rake (>= 0.8.7), ruby-sass (>= 3.1.0), ruby-minitest, ruby-kramdown, ruby-builder
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), rake (>= 0.8.7), ruby-temple (>= 0.5.5~), ruby-tilt (>= 1.3.3~), ruby-sass (>= 3.1.0), ruby-minitest, ruby-kramdown, ruby-creole, ruby-builder, ruby-sinatra
 Standards-Version: 3.9.3
 Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-slim.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-slim.git;a=summary
@@ -14,7 +14,7 @@ XS-Ruby-Versions: all
 Package: ruby-slim
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-temple (>= 0.4.0~), ruby-tilt (>= 1.3.3~), ruby-kramdown, ruby-creole, ruby-builder
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-temple (>= 0.5.5~), ruby-tilt (>= 1.3.3~)
 Description: Slim is a template language.
  Slim is a template language whose goal is reduce the syntax to the essential 
  parts without becoming cryptic.

-- 
ruby-slim.git



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