Package: ruby-gettext-setup
Version: 0.3-1
Severity: normal
Tags: patch

the test suite for ruby-gettext-setup fails under autopkgtest, because
it tries to load library code from the source package. Attached you will
find a patch that fixes this - it is trivial enough so it should
probably be pushed upstream.

There was an empty repository for this package under
/git/pkg-ruby-extras on alioth, which I removed. I could have uploaded
the fix myself, but I don't have write access to the pkg-puppet
repository, and have no intention in joining the team.

-- System Information:
Debian Release: stretch/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'testing-debug'), (500, 
'unstable'), (500, 'testing'), (1, 'experimental-debug'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 4.6.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=pt_BR.UTF-8, LC_CTYPE=pt_BR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages ruby-gettext-setup depends on:
ii  ruby               1:2.3.0+4
ii  ruby-fast-gettext  1.0.0-1
ii  ruby-gettext       3.1.7-1

ruby-gettext-setup recommends no packages.

ruby-gettext-setup suggests no packages.

-- no debconf information
From: Antonio Terceiro <terce...@debian.org>
Date: Sat, 27 Aug 2016 15:14:43 -0300
Subject: Fix test suite to also work against installed package

---
 spec/spec_helper.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index 21e99eb..60e1c22 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -3,4 +3,4 @@ SimpleCov.start do
   add_filter "/spec/"
 end
 
-require_relative '../lib/gettext-setup'
+require 'gettext-setup'

Attachment: signature.asc
Description: PGP signature

Reply via email to