File: control

package info (click to toggle)
ruby-sys-filesystem 1.1.7-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 216 kB
  • ctags: 135
  • sloc: ruby: 1,223; makefile: 3
file content (26 lines) | stat: -rw-r--r-- 1,003 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
Source: ruby-sys-filesystem
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper (>= 9~),
               gem2deb,
               rake,
               ruby-ffi
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-sys-filesystem.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-sys-filesystem.git
Homepage: https://github.com/djberg96/sys-filesystem
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: ruby-sys-filesystem
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-ffi,
         ${misc:Depends},
         ${shlibs:Depends}
Description: ruby interface for getting file system information.
 The sys-filesystem library provides a cross-platform interface for
 gathering filesystem information, such as disk space and mount point data.