doit 0.22.1-1 source package in Ubuntu

Changelog

doit (0.22.1-1) unstable; urgency=low


  * Imported Upstream version 0.22.1
  * Add get-orig-source target into debian/rules file

 -- Agustin Henze <email address hidden>  Thu, 15 Aug 2013 14:30:41 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
doit_0.22.1-1.dsc 2.2 KiB be01524ddde31df26b749d45479b4d42efe042c271cb122e2bbd213948884158
doit_0.22.1.orig.tar.gz 306.6 KiB c6652b1bd6f1a8c1403bded06413f737f62e2b3972b1e03cde39cf3e0cde8e2d
doit_0.22.1-1.debian.tar.gz 4.7 KiB f2126c98b01738111ee089299d3ffa203705f3cd81403548ad82c361d657895b

Available diffs

No changes file available.

Binary packages built by this source

python-doit: Automation tool 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

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.