File: control

package info (click to toggle)
ruby-devise-i18n 1.8.0-2
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 876 kB
  • sloc: ruby: 118; makefile: 10
file content (32 lines) | stat: -rw-r--r-- 1,277 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
Source: ruby-devise-i18n
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Samyak Jain <samyak.jn11@gmail.com>
Build-Depends: debhelper (>= 11~),
               gem2deb,
               ruby-devise (>= 4.6)
Standards-Version: 4.3.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-devise-i18n.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-devise-i18n
Homepage: https://github.com/tigrish/devise-i18n
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Rules-Requires-Root: no

Package: ruby-devise-i18n
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-devise (>= 4.6),
         ${misc:Depends}
Description: Translations for the devise gem
 Devise is a flexible authentication solution for Rails based on Warden.
 Internationalization (aka i18n) is a means of adapting computer software to
 different languages, regional differences and technical requirements of a
 target market.
 .
 Devise supports i18n in controllers, models, and in other areas, but it does
 not have support for internationalized views. devise-i18n adds this support.
 Devise also does not include the actual translations. devise-i18n does this
 too.