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-pkg-config
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Lucas Nussbaum <lucas@debian.org>
Build-Depends: debhelper-compat (= 13),
gem2deb (>= 1),
rake,
libcairo2-dev,
ruby-dev,
ruby-test-unit
Standards-Version: 4.6.1
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-pkg-config.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-pkg-config
Homepage: https://github.com/ruby-gnome/pkg-config
Testsuite: autopkgtest-pkg-ruby
Rules-Requires-Root: no
Package: ruby-pkg-config
Architecture: all
Depends: ruby:any,
${misc:Depends},
${ruby:Depends},
${shlibs:Depends}
Multi-Arch: foreign
Description: pkg-config implementation for Ruby
pkg-config can be used in your extconf.rb to properly detect necessary
libraries for compiling native Ruby extensions, using the pkg-config database.
Note that this package does not use pkg-config, only its database.
|