rake 12.3.3-1 source package in Ubuntu

Changelog

rake (12.3.3-1) unstable; urgency=medium

  * Team upload

  [ Georg Faerber ]
  * CI: Disable reprotest job, as it leads to false positives
  * Drop compat file, rely on debhelper-compat

  [ Utkarsh Gupta ]
  * New upstream version 12.3.3
  * Refresh d/patches
  * Remove d/tests/control.autodep8
  * Bump Standards-Version to 4.4.0
  * Add d/upstream/metadata
  * Add salsa-ci.yml

 -- Utkarsh Gupta <email address hidden>  Sun, 15 Sep 2019 11:29:53 +0530

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

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
rake_12.3.3-1.dsc 2.1 KiB 690299b610f93ac9898111d05a1df9146b3dbff55f00a534ba6295a736ea2555
rake_12.3.3.orig.tar.gz 119.4 KiB f47f04b76941858527d59939880b2e4e81dde5917d5a5e62b106d37548f7b294
rake_12.3.3-1.debian.tar.xz 7.7 KiB a1fc0052f019918b7bff856bc5d12654fb6732ed1419c8582ac042f9634f1eab

Available diffs

No changes file available.

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.