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 32 33 34 35 36
|
Source: ruby-mini-portile2
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: cmake,
debhelper-compat (= 13),
gem2deb (>= 1),
rake,
ruby-minitar,
ruby-minitest-hooks,
ruby-webrick (>= 1.7.0),
pkg-config
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-mini-portile2.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-mini-portile2
Homepage: https://github.com/flavorjones/mini_portile
#NOT autopkgtest-pkg-ruby, on purpose
Testsuite: autopkgtest
Rules-Requires-Root: no
Package: ruby-mini-portile2
Architecture: all
Depends: ${misc:Depends},
${ruby:Depends},
${shlibs:Depends}
Breaks: ruby-nokogiri (<< 1.13.2)
Multi-Arch: foreign
Description: simplistic port-like solution for developers
It provides a standard and simplified way to compile against dependency
libraries without messing up one's system. It is not a general package
management system. It is not aimed to replace apt, macports or homebrew.
.
It's intended primarily to make sure that a developer of a library, can
reproduce a user's dependencies and environment by specifying a specific
version of an underlying dependency that one would like to use.
|