rake 12.3.3-1ubuntu1 source package in Ubuntu

Changelog

rake (12.3.3-1ubuntu1) focal; urgency=medium

  * Depend on ruby:any instead of ruby, since we don't care which
    architecture our interpreter is.

 -- Steve Langasek <email address hidden>  Thu, 16 Jan 2020 15:10:19 -0800

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
rake_12.3.3.orig.tar.gz 119.4 KiB f47f04b76941858527d59939880b2e4e81dde5917d5a5e62b106d37548f7b294
rake_12.3.3-1ubuntu1.debian.tar.xz 7.8 KiB 9a18e12b14bfee4984f99e6721c8fb55f3fdc2fe0ecab0ed9f28e6d91051f7ed
rake_12.3.3-1ubuntu1.dsc 2.2 KiB 7ab5682d1a3d4c01cd5dde2c1128269ec4d9f199cfdc9432f18a2c166d7b952c

View changes file

Binary packages built by this source

rake: ruby make-like utility

 Rake is a simple ruby build program with capabilities similar to make.
 .
 Rake has the following features:
   * Rakefiles (rakes version of Makefiles) are completely defined in
     standard Ruby syntax. No XML files to edit. No quirky Makefile
     syntax to worry about (is that a tab or a space?)
   * Users can specify tasks with prerequisites.
   * Rake supports rule patterns to sythesize implicit tasks.
   * Rake is lightweight. It can be distributed with other
     projects as a single file. Projects that depend upon
     rake do not require that rake be installed on target
     systems.