File: control

package info (click to toggle)
ruby-validates-hostname 1.0.11-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 180 kB
  • sloc: ruby: 768; makefile: 3
file content (35 lines) | stat: -rw-r--r-- 1,343 bytes parent folder | download | duplicates (2)
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
Source: ruby-validates-hostname
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Balasankar C <balasankarc@autistici.org>
Build-Depends: debhelper-compat (= 12),
               gem2deb,
               rake,
               ruby-activerecord (>= 3.0),
               ruby-activesupport (>= 3.0),
               ruby-rails,
               ruby-rspec,
               ruby-rspec-collection-matchers,
               ruby-rspec-rails,
               ruby-sqlite3
Standards-Version: 4.5.1
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-validates-hostname.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-validates-hostname
Homepage: https://github.com/KimNorgaard/validates_hostname
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: ruby-validates-hostname
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-activerecord (>= 3.0),
         ruby-activesupport (>= 3.0),
         ${misc:Depends},
         ${shlibs:Depends}
Description: checks for valid hostnames
 This package provides the gem validates_hostname. This gem is basically an
 extension to ActiveRecord::Base for validating hostnames. The gem can be used
 with ActiveRecord objects to check whether a provided hostname is valid or
 not.