[DRE-commits] [SCM] taskjuggler.git branch, master, updated. upstream/3.1.0-16-gbf2932d

Carl Worth cworth at debian.org
Wed Mar 7 17:30:31 UTC 2012


The following commit has been merged in the master branch:
commit 98bfbb425dc5658c090a72365e4425430dc5fbe6
Author: Carl Worth <cworth at debian.org>
Date:   Wed Mar 7 08:09:56 2012 -0800

    control: Add dependencies noticed by gem2deb.
    
    Changing them to add the "ruby-" prefix that Debian packages include,
    (but that gem names do not). Also noting that ruby-rspec is a build
    dependency.

diff --git a/debian/control b/debian/control
index 464ae98..a22566d 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: Carl Worth <cworth at debian.org>
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.13~)
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.13~), ruby-rspec
 Standards-Version: 3.9.2
 Vcs-Git: git://git.debian.org/pkg-ruby-extras/taskjuggler.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/taskjuggler.git;a=summary
@@ -14,8 +14,7 @@ XS-Ruby-Versions: all
 Package: taskjuggler
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-# mail (>= 2.2.15), term-ansicolor (>= 1.0.7), rspec (>= 2.5.0, development)
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-mail, ruby-term-ansicolor
 Description: Project management with plain-text input and resource-constraint solving
  TaskJuggler 3 provides project management tools built around a
  text-based project description format.  It supports project scoping,

-- 
taskjuggler.git



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