gem2deb 0.30 source package in Ubuntu
Changelog
gem2deb (0.30) unstable; urgency=medium * Gem2Deb::Metadata: - workaround git usage in gemspecs. The fact that Debian source packages are *not* git repositories makes it necessary to patch upstream gemspec to drop usage of `git ls-files` in several packages. This change makes gem2deb try to override that with sane defaults for a Debian package. (Closes: #800933) - fail the build if there is a gemspec in the source package but we fail to load it. * gem2deb-test-runner: when dependency resolution is requested, fail if there is no working source gemspec to read the package name from. -- Antonio Terceiro <email address hidden> Tue, 15 Mar 2016 13:04:26 -0300
Upload details
- Uploaded by:
- Debian Ruby Extras Maintainers
- Uploaded to:
- Sid
- Original maintainer:
- Debian Ruby Extras Maintainers
- Architectures:
- all
- Section:
- ruby
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
gem2deb_0.30.dsc | 2.2 KiB | 3a8845688f1d9bb64989cdb079348066a72eb9a8cece194f820e3070ca11369c |
gem2deb_0.30.tar.xz | 62.4 KiB | 82027b80c3a47e296ffa83bcaca975f84030561f701944ed1ce3d76307ad0ae9 |
Available diffs
- diff from 0.29 to 0.30 (1.9 KiB)
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.