gem2deb 2.2ubuntu1 source package in Ubuntu

Changelog

gem2deb (2.2ubuntu1) noble; urgency=medium

  * d/t/control: add fakeroot to the gem2deb test.
    The test is failing due to fakeroot not being installed. It probably
    started to happen because the fakeroot dependency was dropped from
    devscripts recently.

 -- Danilo Egea Gondolfo <email address hidden>  Thu, 14 Dec 2023 09:07:59 +0000

Upload details

Uploaded by:
Danilo Egea Gondolfo
Sponsored by:
Simon Quigley
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
ruby
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
gem2deb_2.2ubuntu1.tar.xz 78.2 KiB 5e9e03b55403382c9fb6874fbd7759816c07be5bc76a6baf7f0b8f395adbec43
gem2deb_2.2ubuntu1.dsc 2.4 KiB b537407b62c67486d21e0b186c75796bd9b171cb726af02332118fe1739b77de

View changes file

Binary packages built by this source

gem2deb: 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 Debhelper helper, dh_ruby, to generate
 a proper Debian package. Both pure-ruby and native packages are supported.

gem2deb-test-runner: 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.