File: control

package info (click to toggle)
ruby-augeas 1%3A0.5.0%2Bgem-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 236 kB
  • sloc: ruby: 309; ansic: 305; makefile: 4
file content (29 lines) | stat: -rw-r--r-- 1,052 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
Source: ruby-augeas
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Matt Palmer <mpalmer@debian.org>
Build-Depends: debhelper-compat (= 13),
               gem2deb (>= 1),
               libaugeas-dev (>= 1.0.0),
               libxml2-dev,
               pkgconf,
               ruby-minitest,
               ruby-test-unit
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-augeas.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-augeas
Homepage: https://augeas.net/
Testsuite: autopkgtest-pkg-ruby
Rules-Requires-Root: no

Package: ruby-augeas
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
         ${ruby:Depends},
         ${shlibs:Depends}
Description: Augeas bindings for the Ruby language
 Augeas is a configuration editing tool. It parses configuration files in their
 native formats and transforms them into a tree. Configuration changes are made
 by populating this tree and saving it back into native config files.