File: control

package info (click to toggle)
ruby-mime-types-data 3.2022.0105-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,576 kB
  • sloc: ruby: 9; makefile: 7
file content (28 lines) | stat: -rw-r--r-- 1,168 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
Source: ruby-mime-types-data
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Balasankar C <balasankarc@autistici.org>,
           Lucas Kanashiro <kanashiro@debian.org>
Build-Depends: debhelper-compat (= 13),
               gem2deb
Standards-Version: 4.6.1
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-mime-types-data.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-mime-types-data
Homepage: https://github.com/mime-types/mime-types-data/
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: ruby-mime-types-data
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${ruby:Depends},
         ${misc:Depends},
         ${shlibs:Depends}
Multi-Arch: foreign
Description: registry for information about MIME media type definitions
 This package consists of the gem mime-types-data that provides a registry for
 information about MIME media type definitions. It can be used with the Ruby
 mime-types library or other software to determine defined filename extensions
 for MIME types, or to use filename extensions to look up the likely MIME type
 definitions.