gem2deb 1.6 source package in Ubuntu

Changelog

gem2deb (1.6) unstable; urgency=medium

  * debian/.gitattributes: add newline at the end
  * dh-make: bump Standards-Version in template to 4.6.0
  * Gem2Deb::GemInstaller: replace whitelist/blacklist with include/exclude
  * Gem2Deb::GemInstaller: remove empty directories inside ext/ as well

 -- Antonio Terceiro <email address hidden>  Sun, 17 Oct 2021 10:11:35 -0300

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
any
Section:
ruby
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
gem2deb_1.6.dsc 2.2 KiB fcbc7e786a5484f3ec6751faec07fa3980cbb4a74a00e37a31fccbb295fbc06c
gem2deb_1.6.tar.xz 69.8 KiB 0ba3e86ab3092e6872983525565d63b8868eae74abfb1372519b738ea9e687a1

Available diffs

No changes file available.

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.