[DRE-commits] [ruby-file-tail] 04/06: debian/control: Add missing dependency ruby-tins

Lucas Moura lucasmoura-guest at moszumanska.debian.org
Mon Jul 11 22:03:22 UTC 2016


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

lucasmoura-guest pushed a commit to branch master
in repository ruby-file-tail.

commit d986a9afd7886dded944ce5341e7cacb3d8d34c2
Author: Lucas Albuquerque Medeiros de Moura <lucas.moura128 at gmail.com>
Date:   Mon Jul 11 18:25:12 2016 -0300

    debian/control: Add missing dependency ruby-tins
---
 debian/changelog | 1 +
 debian/control   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 20ce048..9ac7769 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ ruby-file-tail (1.1.1-1) UNRELEASED; urgency=medium
 
   * Team upload.
   * New upstream release (Closes: #830384)
+  * debian/control: Add missing dependency ruby-tins (Closes: #830097)
 
  -- Lucas Albuquerque Medeiros de Moura <lucas.moura128 at gmail.com>  Mon, 11 Jul 2016 17:38:03 -0300
 
diff --git a/debian/control b/debian/control
index 2835047..69be5d8 100644
--- a/debian/control
+++ b/debian/control
@@ -18,9 +18,9 @@ Package: ruby-file-tail
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ruby | ruby-interpreter,
+         ruby-tins,
          ${misc:Depends},
          ${shlibs:Depends}
-Suggests: ruby-tins
 Description: Ruby library for following still-growing files
  Small ruby library that allows it to "tail" files in Ruby, including
  following a file that still is growing, like the UNIX command 'tail

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



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