File: control

package info (click to toggle)
ruby-gd 0.8.0-8
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid
  • size: 740 kB
  • sloc: ansic: 2,177; ruby: 226; makefile: 3
file content (30 lines) | stat: -rw-r--r-- 1,004 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
Source: ruby-gd
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Paul van Tilburg <paulvt@debian.org>
Build-Depends: debhelper-compat (= 13),
               gem2deb,
               libfreetype6-dev,
               libgd-dev,
               libjpeg-dev,
               libpng-dev,
               ruby-test-unit,
               zlib1g-dev
Standards-Version: 4.6.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-gd.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-gd
Homepage: https://rubygems.org/gems/ruby-gd
XS-Ruby-Versions: all
Rules-Requires-Root: no

Package: ruby-gd
Architecture: any
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${misc:Depends},
         ${ruby:Depends},
         ${shlibs:Depends}
Description: Extension library to use GD graphics library from Ruby
 Ruby extension library for using Thomas Boutell's GD library.
 The GD library is a popular library for creating and manipulating image
 files.