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 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65
|
Source: gem2deb
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Lucas Nussbaum <lucas@debian.org>,
Antonio Terceiro <terceiro@debian.org>,
Gunnar Wolf <gwolf@debian.org>,
Cédric Boutillier <boutil@debian.org>,
Christian Hofstaedtler <zeha@debian.org>,
Georg Faerber <georg@riseup.net>
Build-Depends: dctrl-tools <!nocheck>,
debhelper (>= 11~),
devscripts <!nocheck>,
dpkg-dev (>= 1.17.14),
lintian <!nocheck>,
python3-debian <!nocheck>,
rake <!nocheck>,
ruby (>= 1:2.1.0.3~),
ruby-all-dev (>= 1:2.5),
ruby-mocha (>= 0.14.0) <!nocheck>,
ruby-rspec <!nocheck>,
ruby-setup <!nocheck>,
ruby-shoulda-context <!nocheck>,
ruby-test-unit <!nocheck>
Standards-Version: 4.3.0
Vcs-Git: https://salsa.debian.org/ruby-team/gem2deb.git
Vcs-Browser: https://salsa.debian.org/ruby-team/gem2deb
Package: gem2deb
Architecture: any
Depends: debhelper (>= 11~),
devscripts,
gem2deb-test-runner (= ${binary:Version}),
rake,
ruby,
ruby-all-dev (>= 1:2.5),
ruby-setup,
${misc:Depends},
${perl:Depends},
${shlibs:Depends}
Recommends: apt-file,
build-essential,
python3-debian
Description: Debian Ruby packaging suite
gem2deb is a set of tools to create Debian package from ruby software
distributed with Rubygems. gem2tgz converts the .gem file to a tar archive,
then dh-make-ruby creates a Debian source package from that archive. That
Debian package uses the included Debhelper7 helper, dh_ruby, to generate
a proper Debian package. Both pure-ruby and native packages are supported.
Package: gem2deb-test-runner
Architecture: any
Depends: rake,
ruby | ruby-interpreter,
ruby-minitest,
ruby-test-unit,
${misc:Depends},
${shlibs:Depends}
Breaks: gem2deb (<< 0.17~)
Replaces: gem2deb (<< 0.17~)
Description: Debian Ruby packaging suite - tool to run tests
gem2deb is a set of tools to create Debian package from ruby software
distributed with Rubygems.
.
This package contains the tool to run the tests.
|