Package: ruby-rails-i18n
Version: 4.0.5-1
Severity: serious
Justification: fails to build from source
Tags: patch


Dear maintainer,

The latest version of ruby-rails-i18n fails to build from source due
to missing build dependencies. I first spotted this when it was
automatically synced to Ubuntu and failed to build there [1], but I
was also able to reproduce this on Sid via pbuilder.

After adding ruby-i18n and ruby-railties to build dependencies (see
the attached patch), the package built successfully.

[1] https://launchpadlibrarian.net/223726966/buildlog_ubuntu-xenial-amd64.ruby-rails-i18n_4.0.5-1_BUILDING.txt.gz

--
mvh / best regards
Hans Joachim Desserud
http://desserud.org
diff --git a/debian/control b/debian/control
index 6be6d27..9123b8f 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,10 @@ Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintain...@lists.alioth.debian.org>
 Uploaders: Pirate Praveen <prav...@debian.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.7.5~)
+Build-Depends: debhelper (>= 7.0.50~),
+               gem2deb (>= 0.7.5~),
+               ruby-i18n,
+               ruby-railties
 Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-rails-i18n.git
 Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-rails-i18n.git;a=summary

Reply via email to