1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
Source: cia-clients
Section: net
Priority: optional
Maintainer: Christoph Berg <myon@debian.org>
Uploaders: Jelmer Vernooij <jelmer@debian.org>
Build-Depends: debhelper (>> 5), python, python-central (>= 0.5)
Standards-Version: 3.8.4
XS-Python-Version: current
Vcs-Browser: http://git.debian.org/?p=collab-maint/cia-clients.git
Vcs-Git: git://git.debian.org/collab-maint/cia-clients.git
Package: cia-clients
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
Suggests: tla | bzr (>= 0.15) | cvs | darcs | git-core | subversion | mercurial (>= 0.9.3)
Enhances: tla, bzr, cvs, darcs, git-core, subversion, mercurial (>= 0.9.3)
Homepage: http://cia.vc/doc/clients/
Description: clients scripts for CIA commit notification on IRC
CIA is a system for tracking open-source projects in real-time. People all
over the world are constantly collaborating and creating software, creating a
constant flow of new code and new ideas. CIA provides an easy way for people
to observe this flow. Commit messages will be posted in #commits on
freenode.net, and CIA bots can be asked to join other IRC networks and
channels for individual projects.
.
This collection include CIA client scripts for:
* Arch (tla)
* Bazaar (bzr)
* BitKeeper (bk)
* CVS
* Darcs
* Git
* Subversion (svn)
(the svnmailer package also includes CIA support)
* Mercurial (Hg)
.
See http://cia.vc/ for more information on the CIA system.
|