mail2redmine/debian/control

21 lines
727 B
Plaintext

Source: mail2redmine
Maintainer: Serghei Mihai <smihai@entrouvert.com>
Section: python
Priority: optional
Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 7.4.3)
Standards-Version: 3.9.1
Package: mail2redmine
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: Converts incoming exim emails to tickets
mail2redmine converts incoming email from Exim to Redmine tracker tickets by
using mail subject and body as ticket title and description respectively.
.
Ticket owner is detected from sender's address if a corresponding account
exists on Redmine. The email is sent to a fallback address if account doesn't
exist.
.
Email attachment are joined to the ticket.