File: control

package info (click to toggle)
ruby-friendly-id 5.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 436 kB
  • sloc: ruby: 3,248; makefile: 3
file content (28 lines) | stat: -rw-r--r-- 1,062 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
Source: ruby-friendly-id
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Samyak Jain <samyak.jn11@gmail.com>
Build-Depends: debhelper-compat (= 13),
               gem2deb,
               rake,
               ruby-activerecord (>= 2:4.0),
               ruby-mocha,
               ruby-sqlite3,
               ruby-railties (>= 2:4.0),
Standards-Version: 4.7.3
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-friendly-id.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-friendly-id
Homepage: https://github.com/norman/friendly_id
Testsuite: autopkgtest-pkg-ruby
Rules-Requires-Root: no

Package: ruby-friendly-id
Architecture: all
Depends: ruby-activerecord (>= 2:4.0),
         ${ruby:Depends},
         ${misc:Depends},
Description: Comprehensive slugging and pretty-URL plugin
 FriendlyId is the "Swiss Army bulldozer" of slugging and permalink plugins for
 Active Record. It lets you create pretty URLs and work with human-friendly
 strings as if they were numeric ids.