Source: gem2deb Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Lucas Nussbaum , Antonio Terceiro , Gunnar Wolf , Cédric Boutillier , Christian Hofstaedtler , Georg Faerber Build-Depends: dctrl-tools , debhelper (>= 11~), devscripts , dpkg-dev (>= 1.17.14), lintian , python3-debian , rake , ruby (>= 1:2.1.0.3~), ruby-all-dev (>= 1:2.5), ruby-mocha (>= 0.14.0) , ruby-rspec , ruby-setup , ruby-shoulda-context , ruby-test-unit 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.