File: control

package info (click to toggle)
ruby-kaminari 1.0.1-4%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 580 kB
  • sloc: ruby: 2,375; makefile: 11
file content (84 lines) | stat: -rw-r--r-- 2,916 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
Source: ruby-kaminari
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper (>= 11~),
               gem2deb,
               ruby-activesupport (>= 3.0.0~),
               ruby-kaminari-core <!nocheck>,
               ruby-kaminari-actionview <!nocheck>,
               ruby-kaminari-activerecord <!nocheck>,
Standards-Version: 4.1.4
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-kaminari.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-kaminari
Homepage: https://github.com/amatsuda/kaminari
Testsuite: autopkgtest
XS-Ruby-Versions: all

Package: ruby-kaminari
Architecture: all
X-DhRuby-Root: ./
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-activesupport (>= 3.0.0~),
         ruby-kaminari-core,
         ruby-kaminari-actionview,
         ruby-kaminari-activerecord,
         ${misc:Depends},
         ${shlibs:Depends}
Description: pagination engine plugin for Rails 3+ and other modern frameworks
 Kaminari is a Scope & Engine based, clean, powerful, agnostic, customizable
 and sophisticated paginator for Rails 3+
 .
 Features:
  * Clean
  * Easy to use
  * Simple scope-based API
  * Customizable engine-based I18n-aware helper
  * ORM & template engine agnostic
  * Modern
 .
 Learn more at /usr/share/doc/ruby-kaminari/README.rdoc

Package: ruby-kaminari-core
Architecture: all
X-DhRuby-Root: kaminari-core/
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, 
Description: Kaminari's core pagination library
 kaminari-core includes pagination logic independent from ORMs and view
 libraries.
 .
 Kaminari is a Scope & Engine based, clean, powerful, agnostic, customizable
 and sophisticated paginator for Rails 3+

Package: ruby-kaminari-actionview
Architecture: all
X-DhRuby-Root: kaminari-actionview/
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-actionview,
         ruby-kaminari-core (>= 1.0.1),
         ${misc:Depends},
         ${shlibs:Depends}
Description: Kaminari Action View adapter
 kaminari-actionview provides pagination helpers for your Action View templates
 .
 Kaminari is a Scope & Engine based, clean, powerful, agnostic, customizable
 and sophisticated paginator for Rails 3+

Package: ruby-kaminari-activerecord
Architecture: all
X-DhRuby-Root: kaminari-activerecord/
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-activerecord,
         ruby-kaminari-core (>= 1.0.1),
         ${misc:Depends},
         ${shlibs:Depends}
Description: Kaminari Active Record adapter
 kaminari-activerecord lets your Active Record models be paginatable
 .
 Kaminari is a Scope & Engine based, clean, powerful, agnostic, customizable
 and sophisticated paginator for Rails 3+