File: control

package info (click to toggle)
ruby-cairo 1.16.6-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,468 kB
  • sloc: ruby: 11,856; ansic: 9,835; sh: 36; makefile: 5
file content (31 lines) | stat: -rw-r--r-- 1,211 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
30
31
Source: ruby-cairo
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@alioth-lists.debian.net>
Uploaders: Paul van Tilburg <paulvt@debian.org>,
           Cédric Boutillier <boutil@debian.org>,
           HIGUCHI Daisuke (VDR dai) <dai@debian.org>
Build-Depends: debhelper-compat (= 12),
               gem2deb,
               libcairo2-dev (>= 1.6.0),
               rake,
               ruby-pkg-config
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-cairo.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-cairo
Homepage: https://github.com/rcairo/rcairo
XS-Ruby-Versions: all
Rules-Requires-Root: no

Package: ruby-cairo
Architecture: any
XB-Ruby-Versions: ${ruby:Versions}
Multi-Arch: same
Depends: ruby | ruby-interpreter,
         ${misc:Depends},
         ${shlibs:Depends}
Description: Cairo bindings for the Ruby language
 Cairo is a multi-platform library providing anti-aliased vector-based
 rendering for multiple target backends. This package contains libraries for
 using Cairo with the Ruby programming language. It is most likely useful in
 conjunction with Ruby bindings for other libraries such as GTK+.