doit 0.31.1-2 source package in Ubuntu

Changelog

doit (0.31.1-2) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/copyright: Use https protocol in Format field
  * d/changelog: Remove trailing whitespaces
  * d/control: Remove trailing whitespaces

  [ Iñaki Malerba ]
  * Test fixtures patch. (Closes: #907379)

 -- Agustin Henze <email address hidden>  Wed, 02 Jan 2019 15:41:31 +0000

Upload details

Uploaded by:
Agustin Henze
Uploaded to:
Sid
Original maintainer:
Agustin Henze
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
doit_0.31.1-2.dsc 2.2 KiB 18096f39861ccd795d8ad037601a6952d01ad924585aeddb6474fc22d18ef0c6
doit_0.31.1.orig.tar.gz 238.1 KiB b3e2c0ed09d6809c7d0e08dea277ddd4988c9ea2258fd62976d0b0fd7a22d606
doit_0.31.1-2.debian.tar.xz 5.4 KiB a1ee0ad7ae64161e7f17ba2d881f0512a791a5912413bd46201759f613d2292c

No changes file available.

Binary packages built by this source

python-doit-doc: Automation tool for executing any kind of task in a build-tools fashion - doc

 doit is an automation tool that brings the power of build-tools to execute any
 kind of task.
 .
 A task describes some computation to be done (actions), and contains some
 extra meta-data.
 The actions can be external programs or Python functions. A single task may
 define more than one action.
 doit uses the task’s meta-data to:
  * cache task results
  * correct execution order
  * parallel execution
  * powerful dependency system
 .
 This package contains API documentation and examples.

python3-doit: Automation tool (Python3) to execute any kind of task in a build-tools fashion

 doit is an automation tool that brings the power of build-tools to execute any
 kind of task.
 .
 A task describes some computation to be done (actions), and contains some
 extra meta-data.
 The actions can be external programs or Python functions. A single task may
 define more than one action.
 doit uses the task’s meta-data to:
  * cache task results
  * correct execution order
  * parallel execution
  * powerful dependency system
 .
 This is the Python 3 version of the package.