rake-compiler 1.2.0-3 source package in Ubuntu

Changelog

rake-compiler (1.2.0-3) unstable; urgency=medium

  * Team upload

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.6.1, no changes needed.

  [ Cédric Boutillier ]
  * Add build-deps to packages needed for autopkgtest (Closes: #1021736)

 -- Cédric Boutillier <email address hidden>  Fri, 14 Oct 2022 15:58:23 +0200

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 Pocket Published Component Section

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
rake-compiler_1.2.0-3.dsc 1.5 KiB 55590465cbbe070a2bf2edb58caf0bad864f3f28e9ba6597120900ddc7fa718b
rake-compiler_1.2.0.orig.tar.gz 35.7 KiB 4c34d97e185ab33b00c78ba558f6e01f3433d5b7494614cc4561e3e494cd4857
rake-compiler_1.2.0-3.debian.tar.xz 4.9 KiB 548c7bdd65c4148305a189a29a122872d823f33d70017328012f9ae005f362bd

Available diffs

No changes file available.

Binary packages built by this source

rake-compiler: Rake-based Ruby Extension (C, Java) task generator

 The rake-compiler is first and foremost a productivity tool for Ruby
 developers. It's goal is to make the busy developer's life easier by
 simplifying the building and packaging of Ruby extensions by
 simplifying code and reducing duplication.
 .
 It follows *convention over configuration* by advocating a standardized
 build and package structure for both C and Java based RubyGems.
 .
 Rake-compiler is the result of many hard-won experiences dealing with
 several diverse RubyGems that provided native extensions for different
 platforms and different user configurations in different ways. Details
 such as differences in code portability, differences in code clarity,
 and differences in project directory structure often made it very
 difficult for newcomers to those RubyGems.