doit 0.21.1-1 source package in Ubuntu

Changelog

doit (0.21.1-1) unstable; urgency=low


  * Imported Upstream version 0.21.1
  * Add new dependency, the new version use six project for run in python2
    and python3.
  * Add missing dependencies (strace, python-gdbm, python3-gdbm).
  * Little improvements in package description.
  * Change the url in the Vcs-Git field by the canonical url.
  * Remove the command for run test cases in debian/rules file. It fix FTBFS in
    pbuilder.
  * Convert debian/copyright file to machine readable.

 -- Agustin Henze <email address hidden>  Fri, 31 May 2013 19:38:36 -0300

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Saucy: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
doit_0.21.1-1.dsc 1.6 KiB 6e9a6437295e109d02e7c15abb0e09dba091ec9e88f230241096ef04bb28cbe7
doit_0.21.1.orig.tar.gz 310.2 KiB 51a2d3bf02beb96a7bd1538c1866cfb6de956723a3edf5500ccfd507b4f507b2
doit_0.21.1-1.debian.tar.gz 4.3 KiB e438548dc484e5c82f7d5e16a154ba7da7bc6cb059d91dacf874de862612ec9d

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: No summary available for python-doit-doc in ubuntu saucy.

No description available for python-doit-doc in ubuntu saucy.

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.