Bug#759527: marisa: Fail of tests in debci (autopkgtest)

2014-09-27 Thread Mitsuya Shibata
I commited fixed package. Now, searching sponsor.

http://lists.alioth.debian.org/pipermail/pkg-ime-devel/2014-September/004594.html
-- 
Mitsuya Shibata
mty.shib...@gmail.com


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#759527: marisa: Fail of tests in debci (autopkgtest)

2014-09-10 Thread Mitsuya Shibata
Hi,

Thank you for the report.

I missed to add ruby to Depends of ruby-marisa,
and this problem is exposed by the following fix.
(libruby drop ruby dependency)

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=747858

I will fix the next upload.

Thanks,
-- 
Mitsuya Shibata
mty.shib...@gmail.com


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#759527: marisa: Fail of tests in debci (autopkgtest)

2014-08-28 Thread Lucas Kanashiro
Source: marisa
Version: 0.2.4
Severity: normal
Tags: patch
User: autopkgtest-de...@lists.alioth.debian.org
Usertags: autopkgtest

Dear Maintainer,

The tests are failing in debci using autopkgtest. Bellow the
autopkgtest's log:

adt-run [03:12:20]: test ruby: [---
=== ruby ===
/tmp/adt-run.KYAzUZ/tree/debian/tests/ruby: 6:
/tmp/adt-run.KYAzUZ/tree/debian/tests/ruby: ruby: not found
adt-run [03:12:21]: test ruby: ---]


To solve this error in test suite I only added ruby package as 
a new dependency for ruby test.

Thanks for consider it!


-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.14-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru marisa-0.2.4.orig/debian/tests/control marisa-0.2.4/debian/tests/control
--- marisa-0.2.4.orig/debian/tests/control	2014-08-28 02:55:22.147150128 -0300
+++ marisa-0.2.4/debian/tests/control	2014-08-28 03:08:01.301822318 -0300
@@ -8,7 +8,7 @@
 Depends: libmarisa-perl
 
 Tests: ruby
-Depends: ruby-marisa
+Depends: ruby-marisa, ruby
 
 Tests: build
 Depends: libmarisa-dev, pkg-config, build-essential
Binary files marisa-0.2.4.orig/debian/tests/.control.swp and marisa-0.2.4/debian/tests/.control.swp differ