File: control

package info (click to toggle)
ruby-xdg 2.2.3-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 204 kB
  • sloc: ruby: 396; makefile: 5
file content (30 lines) | stat: -rw-r--r-- 1,103 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
Source: ruby-xdg
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Youhei SASAKI <uwabami@gfd-dennou.org>
Build-Depends: debhelper (>= 11~),
               gem2deb,
               rake
Standards-Version: 4.2.1
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-xdg.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-xdg
Homepage: https://rubyworks.github.com/xdg
XS-Ruby-Versions: all

Package: ruby-xdg
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ${misc:Depends},
         ${shlibs:Depends}
Description: Ruby interface for using XDG directory standard
 XDG provides a module for supporting the XDG Base Directory.
 Presently, it only supports the XDG Base Directory Standard.
 .
 If your program utilizes user or system-wide support files
 (e.g. configuration files), you owe it to yourself to checkout
 the XDG base directory standard.
 .
 You can learn more about the standard at:
 http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html