[DRE-commits] [ruby-ogginfo] 02/05: Drop speex as build depend and move vorbis-tools to runtime depends

David Suárez deiv-guest at moszumanska.debian.org
Wed Sep 24 20:08:03 UTC 2014


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

deiv-guest pushed a commit to branch master
in repository ruby-ogginfo.

commit fd802cf4aaad244e52f3f3f0bbc7a2cdb6b7cbb2
Author: David Suárez <david.sephirot at gmail.com>
Date:   Wed Sep 24 21:55:56 2014 +0200

    Drop speex as build depend and move vorbis-tools to runtime depends
---
 debian/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 492fda5..9a90036 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: Gunnar Wolf <gwolf at debian.org>, Cédric Boutillier <cedric.boutillier at gmail.com>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), speex, vorbis-tools
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~)
 Standards-Version: 3.9.4
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-ogginfo.git
 Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-ogginfo.git;a=summary
@@ -13,7 +13,7 @@ XS-Ruby-Versions: all
 Package: ruby-ogginfo
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, vorbis-tools
 Description: Ruby library for accessing low-level information on ogg files
  Ruby-ogginfo provides access to the bitrate, length, samplerate, encoder,
  and tag information of ogg files. It can also access and write tags for

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



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