File: control

package info (click to toggle)
ruby-seed-fu 2.3.7-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 260 kB
  • sloc: ruby: 548; makefile: 9
file content (31 lines) | stat: -rw-r--r-- 1,192 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
Source: ruby-seed-fu
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Balasankar C <balasankarc@debian.org>
Build-Depends: debhelper-compat (= 12),
               gem2deb,
               rake,
               ruby-activerecord (>= 3.1),
               ruby-activesupport (>= 3.1),
               ruby-rspec (>= 2.11),
               ruby-sqlite3
Standards-Version: 4.4.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-seed-fu.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-seed-fu
Homepage: https://github.com/mbleigh/seed-fu
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: ruby-seed-fu
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-activerecord (>= 3.1),
         ruby-activesupport (>= 3.1),
         ${misc:Depends},
         ${shlibs:Depends}
Description: easily manage seed data in an Active Record application
 Seed Fu is an attempt to once and for all solve the problem of inserting and
 maintaining seed data in a database. Seed Fu depends on Active Record, but
 doesn't have to be used with a full Rails app.