aboutsummaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2013-09-08 22:29:44 +0200
committerMatěj Cepl <mcepl@redhat.com>2013-09-08 22:29:44 +0200
commitaa233606dc5358292f26808439bd60836a9b5dfe (patch)
tree097a6fa9a952a8d77161f219c5c8b38da086099e /debian/control
parentc50ce75f2e06b6b8abe49e34775d343b74f7e8cd (diff)
downloadpygn-aa233606dc5358292f26808439bd60836a9b5dfe.tar.gz
New version from Debian0.9.8
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control29
1 files changed, 29 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..d956b52
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,29 @@
+Source: pyg
+Section: news
+Priority: optional
+Maintainer: Cosimo Alfarano <kalfa@debian.org>
+Standards-Version: 3.9.3
+Build-Depends: debhelper (>= 3.0), python-dev (>= 2.6.6-3~), flex, bison
+
+Package: pyg
+Architecture: any
+Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
+Suggests: news-transport-system , mail-transport-agent, procmail | maildrop | sensible-mda
+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).