doit 0.24.0-1 source package in Ubuntu

Changelog

doit (0.24.0-1) unstable; urgency=medium


  * Change the url in debian/watch file
  * Imported Upstream version 0.24.0
  * Bumped Standard-Version to 3.9.5 (no changes required)
  * Use pybuild as buildsystem
  * Update manpage
  * Run the test suite again
  * get-orig-source uses uscan instead of wget

 -- Agustin Henze <email address hidden>  Thu, 05 Dec 2013 11:39:03 -0300

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
Trusty release universe misc

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
doit_0.24.0-1.dsc 2.2 KiB ef295f330cbc07040bd8cc55ea5a536d2e1e1ae1a34f01a55afdce5e65cb8062
doit_0.24.0.orig.tar.bz2 323.1 KiB 2b7bfa6764984dd43cca4c562d92c5ddcf063bd746bbf49e91398fc617e32b86
doit_0.24.0-1.debian.tar.gz 5.1 KiB 4d2f9f828f5bb4b41f4c7e85b03e96af1d973d80e99ca18c733d3ea78e46b1ed

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.