doit 0.23.0-1 source package in Ubuntu

Changelog

doit (0.23.0-1) unstable; urgency=low


  * Imported Upstream version 0.23.0
  * Remove the command for run test cases in debian/rules file. It fix FTBFS in
    pbuilder, bug fixed in the next upstream version.

 -- Agustin Henze <email address hidden>  Fri, 20 Sep 2013 19:40:35 -0300

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.23.0-1.dsc 2.2 KiB 8f0020b69996cbae4c27152c25d0c8fadb33cf1944d027e74cfe0a893beead98
doit_0.23.0.orig.tar.gz 309.2 KiB 5d0421be6e5528e3be11bd0ede5c232e0c91f2b98b55688d7db1ce0638e1efbb
doit_0.23.0-1.debian.tar.gz 4.6 KiB 6d77b0e70caaa822a6856b06fd5e3fab49f81c9ffdb7ede3a8213f971841db61

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.