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
signature.asc
Description: PGP signature
_______________________________________________ Pkg-ruby-extras-maintainers mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers
