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 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
|
Source: moap
Section: devel
Priority: optional
Maintainer: Julien Lavergne <julien.lavergne@gmail.com>
Uploaders: Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org>,
Marc-Andre Lureau <marcandre.lureau@gmail.com>
Build-Depends: debhelper (>= 5),
cdbs
Build-Depends-Indep: python-dev,
dh-python,
python-librdf,
python-epydoc,
pychecker,
python-twisted-core
Standards-Version: 3.8.2
Homepage: http://thomas.apestaart.org/moap/trac/
Vcs-Svn: svn://svn.debian.org/python-apps/packages/moap/trunk
Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/moap/trunk/
X-Python-Version: >= 2.4
Package: moap
Architecture: all
Depends: ${misc:Depends},
${python:Depends},
python-librdf
Recommends: python-genshi,
python-cheetah,
python-twisted-core,
python-yahoo,
exuberant-ctags
Suggests: bzr,
cvs,
darcs,
git,
git-svn,
subversion
Description: Swiss army knife for project maintainers and developers
moap aims to help in keeping you in the flow of maintaining, developing and
releasing your project, automating whatever tasks can be automated.
.
Features:
Parse DOAP files and:
* submit releases to Freshmeat
* send out release announcement mails
* create iCal and RSS release feeds from DOAP file(s)
* template them using Genshi or Cheetah
* look up project home page rank on Google and Yahoo for given queries
.
Version control tools:
* currently supports Bazaar, CVS, Darcs, Git, SVN
* maintain ignore lists
* prepare ChangeLog entry based on local diff, using ctags
* check in based on ChangeLog entry
* show diff based on last ChangeLog entry
.
Bug tracker tools:
* show individual bugs and queries from trac and bugzilla
.
* get list of contributors from ChangeLog
* bash completion
|