File: control

package info (click to toggle)
svnmailer 1.0.9-3
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 6,292 kB
  • ctags: 11,579
  • sloc: python: 4,226; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 1,017 bytes parent folder | download
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
Source: svnmailer
Section: vcs
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends:
 debhelper (>= 9),
 dh-python,
 python (>= 2.6.6-3~),
Standards-Version: 3.9.8
Homepage: http://opensource.perlig.de/svnmailer/
Vcs-Git: https://anonscm.debian.org/git/collab-maint/svnmailer.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/svnmailer.git

Package: svnmailer
Architecture: all
Depends:
 python-subversion,
 ${misc:Depends},
 ${python:Depends},
Description: extensible Subversion commit notification tool
 The svnmailer is a tool, which is usually called by a Subversion hook
 to submit commit notifications in various ways (at the moment: mail via
 SMTP or a pipe to a sendmail like program, news via NNTP, CIA live
 tracker notification via XML-RPC). It is derived from the original
 mailer.py distributed with Subversion, but supposed to be much more
 consistent, better extensible and to have much more features. Have a
 look at the documentation for further details.