gem2deb 0.36 source package in Ubuntu

Changelog

gem2deb (0.36) unstable; urgency=medium

  * dh-make-ruby:
    - use `FIXME` in Section: when package name is not `ruby-*`, to avoid
      tools being in section `ruby`.
    - avoid calling wnpp-check twice
  * gem2deb-test-runner: drop dependency on dpkg-dev. autopkgtest tests should
    be for installed packages, and pulling development tools is Wrong™.
  * Apply patch by James Clarke to fix crash when handling build failures in C
    extensions (Closes: #851172)

 -- Antonio Terceiro <email address hidden>  Fri, 15 Sep 2017 21:35:41 -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_0.36.dsc 2.2 KiB a79e240e279cf215aa6bc2be1ac47e697854dee0233438e769965d0c31086b6b
gem2deb_0.36.tar.xz 65.8 KiB ad44ce24b6283bf8c1d8a9b5d0a73b3866cdfd7def4e85ba158bccc00fca4adf

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 Debhelper7 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.