[DRE-commits] [ruby-parslet] 04/04: Add Depends and Build-Depends

Axel Wagner merovius-guest at moszumanska.debian.org
Sun Jan 26 00:44:46 UTC 2014


This is an automated email from the git hooks/post-receive script.

merovius-guest pushed a commit to branch master
in repository ruby-parslet.

commit ae5b16d69968926d6404740425330f87c3a8c7bd
Author: Axel Wagner <mail at merovius.de>
Date:   Sun Jan 26 01:21:39 2014 +0100

    Add Depends and Build-Depends
---
 debian/control | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 71c2241..55ee29b 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Axel Wagner <mero at merovius.de>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.6.1~)
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.6.1~), ruby-rspec, ruby-flexmock
 Standards-Version: 3.9.5
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-parslet.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-parslet.git;a=summary
@@ -13,8 +13,7 @@ XS-Ruby-Versions: all
 Package: ruby-parslet
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-# blankslate (~> 2.0), rspec (>= 0, development), flexmock (>= 0, development), rdoc (>= 0, development), sdoc (>= 0, development), guard (>= 0, development), guard-rspec (>= 0, development), rb-fsevent (>= 0, development), growl (>= 0, development)
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-blankslate (>= 2.0)
 Description: Parser construction library with great error reporting in Ruby.
  Parslet makes developing complex parsers easy. It does so by
  .

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-parslet.git



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