aboutsummaryrefslogtreecommitdiffstats
path: root/debian/control
blob: f5076b3a7c019c8b14cb2909f8b9c412244a0eae (plain) (blame)
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
Source: pyg
Section: news
Priority: optional
Maintainer: Cosimo Alfarano <kalfa@debian.org>
<<<<<<< HEAD
Standards-Version: 3.5.6.0
Build-Depends: debhelper, python-dev (>= 2.1), flex, bison
=======
Standards-Version: 3.6.1.0
Build-Depends: debhelper (>= 3.0), python-dev (>= 2.1), flex, bison
>>>>>>> 32401d9... pyg 0.9.6-4 from archive.debian.org

Package: pyg
Architecture: any
Depends: python (>= 2.1)
Suggests: news-transport-system , mail-transport-agent, procmail
Description: Python Mail <-> News Gateway
 Python Gateway Script from news to mail and vice versa.
 .
 It is intended to be a full SMTP/NNTP rfc compliant gateway
 with whitelist manager.
 .
 You will probably have to install a mail-transport-agent and/or
 news-transport-system package to manage SMTP/NNTP traffic.
 .
 MTA is needed for mail2news service, since mail have to be
 processed on a box where pyg is installed. You can use a remote
 smtpserver for news2mail.
 .
 News system is useful but not needed, since you can send articles to a
 remote SMTP server (ie: moderated NG) where is installed pyg, otherwise you
 will need it.
 .
 It refers to rfc 822 (mail) and 850 (news).