1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: ditz
Section: devel
Priority: optional
Maintainer: Daniel Watkins <daniel@daniel-watkins.co.uk>
Build-Depends: debhelper (>= 7), quilt
Standards-Version: 3.8.0
Vcs-Bzr: http://bzr.daniel-watkins.co.uk/debian/ditz/
Package: ditz
Architecture: all
Depends: ruby1.8, libtrollop-ruby
Description: distributed issue tracker
Ditz is a simple, light-weight distributed issue tracker designed to
work with distributed version control systems like git, darcs,
Mercurial, and Bazaar. It can also be used with centralized systems like
SVN.
.
Ditz maintains an issue database directory on disk, with files written
in a line-based and human-editable format. This directory can be kept
under version control, alongside project code.
.
Ditz provides a simple, console-based interface for creating and
updating the issue database file, and some rudimentary static HTML
generation capabilities for producing world-readable status pages.
|