[DRE-maint] Bug#841487: ruby-kaminari: All the files under app/ are missing

Antonio Terceiro terceiro at debian.org
Fri Oct 21 11:03:08 UTC 2016


On Fri, Oct 21, 2016 at 02:29:43PM +0800, Andrew Lee wrote:
> Package: ruby-kaminari
> Version: 0.17.0-2
> Severity: important
> 
> Dear Maintainer,
> 
> I am fixing search function in obs-api package. And I noticed an error
> says: Missing partial kaminari/_paginator.
> 
> And I check our binary package, kaminari/_paginator isn't exist there.
> I checked the ruby-kaminari source package from git and found all the
> files under app/ doesn't ship in the binary package.
> 
> These are:
> app/views/kaminari/_gap.html.slim
> app/views/kaminari/_page.html.erb
> app/views/kaminari/_page.html.haml
> app/views/kaminari/_gap.html.erb
> app/views/kaminari/_next_page.html.erb
> app/views/kaminari/_next_page.html.slim
> app/views/kaminari/_paginator.html.haml
> app/views/kaminari/_first_page.html.haml
> app/views/kaminari/_last_page.html.slim
> app/views/kaminari/_prev_page.html.slim
> app/views/kaminari/_next_page.html.haml
> app/views/kaminari/_page.html.slim
> app/views/kaminari/_last_page.html.haml
> app/views/kaminari/_last_page.html.erb
> app/views/kaminari/_prev_page.html.erb
> app/views/kaminari/_paginator.html.erb
> app/views/kaminari/_paginator.html.slim
> app/views/kaminari/_first_page.html.slim
> app/views/kaminari/_first_page.html.erb
> app/views/kaminari/_gap.html.haml
> app/views/kaminari/_prev_page.html.haml

From a quick look, I think it needs to ship both app/ and config/. It's
probably better to install it using the rubygems layout, something like
this in debian/rules should do:

export DH_RUBY = --gem-install
export DH_RUBY_GEM_INSTALL_WHITELIST_APPEND = config
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 801 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-ruby-extras-maintainers/attachments/20161021/e719eebd/attachment.sig>


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