Source: gem2deb Section: ruby Priority: optional Maintainer: Debian Ruby Team Uploaders: Lucas Nussbaum , Antonio Terceiro , Gunnar Wolf , Cédric Boutillier , Christian Hofstaedtler , Georg Faerber , Lucas Kanashiro Build-Depends: dctrl-tools , debhelper-compat (= 12), devscripts , dpkg-dev (>= 1.17.14), python3-debian , rake , ruby (>= 1:2.1.0.3~), ruby-all-dev (>= 1:2.5), ruby-mocha (>= 0.14.0) , ruby-rspec , ruby-shoulda-context , ruby-test-unit Rules-Requires-Root: no Standards-Version: 4.5.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-compat (= 12), devscripts, gem2deb-test-runner (= ${binary:Version}), rake, ruby:any, ruby-all-dev (>= 1:2.5), ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends} Recommends: apt-file, build-essential, python3-debian Suggests: git-buildpackage, pristine-tar 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:any | ruby-interpreter, ruby-minitest, ruby-test-unit, ${misc:Depends}, ${shlibs:Depends} Breaks: gem2deb (<< 1.0.2~), ruby-kaminari (<< 1.0.1-5~), ruby-mime-types (<< 3.3.1-1~), ruby-rails-assets-jquery (<< 3.3.1-2~), Replaces: gem2deb (<< 1.0.2~) 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.