File: control

package info (click to toggle)
ruby-mixlib-archive 0.4.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 148 kB
  • sloc: ruby: 285; makefile: 3
file content (28 lines) | stat: -rw-r--r-- 956 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-mixlib-archive
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Hleb Valoshka <375gnu@gmail.com>
Build-Depends: debhelper-compat (= 13),
               gem2deb,
               ruby-mixlib-log,
               ruby-rspec,
               rake
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-mixlib-archive.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-mixlib-archive
Homepage: https://chef.io
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: ruby-mixlib-archive
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby-mixlib-log,
         ${ruby:Depends},
         ${misc:Depends},
         ${shlibs:Depends}
Description: simple interface to various archive formats
 This package provides a simple interface to various archive formats.
 .
 Currently only uncompressed and gzipped TAR files are supported.