chiark / gitweb /
update debian version
[inn-innduct.git] / debian / control
1 Source: inn2
2 Section: news
3 Priority: extra
4 Maintainer: Marco d'Itri <md@linux.it>
5 Build-Depends: bison, debhelper (>> 4.1.16), quilt (>= 0.40), groff-base, libperl-dev (>= 5.8.0), libdb4.6-dev, libpam0g-dev, libssl-dev (>= 0.9.7), libkrb5-dev
6 Standards-Version: 3.8.0
7
8 Package: inn2
9 Architecture: any
10 Depends: ${shlibs:Depends}, ${misc:Depends}, cron, exim4 | mail-transport-agent, time, procps, perl, ${PERLAPI}
11 Pre-Depends: inn2-inews (>= 2.3.999+20030227-1)
12 Suggests: gnupg, wget
13 Replaces: inn, inewsinn, innfeed, ninpaths, inn2-dev
14 Provides: news-transport-system
15 Conflicts: inn2-lfs, cnews, inn, inewsinn, innfeed, ninpaths, suck (<= 4.2.5-2)
16 Description: 'InterNetNews' news server
17  This package provides INN 2.x, which is a very complex news server
18  daemon useful for big sites. The 'inn' package still exists for smaller
19  sites which do not need the complexity of INN 2.x.
20  .
21  The news transport is the part of the system that stores the articles
22  and the lists of which groups are available and so on, and provides
23  those articles on request to users. It receives news (either posted
24  locally or from a newsfeed site), files it, and passes it on to any
25  downstream sites. Each article is kept for a period of time and then
26  deleted (this is known as 'expiry').
27  .
28  By default Debian's INN will install in a fairly simple 'local-only'
29  configuration.
30  .
31  In order to make use of the services provided by INN you'll have to
32  use a user-level newsreader program such as trn. The newsreader is
33  the program that fetches articles from the server and shows them to
34  the user, remembering which the user has seen so that they don't get
35  shown again. It also provides the posting interface for the user.
36 Homepage: http://www.isc.org/products/INN/
37
38 Package: inn2-lfs
39 Architecture: any
40 Depends: ${shlibs:Depends}, ${misc:Depends}, cron, exim4 | mail-transport-agent, time, procps, perl, ${PERLAPI}
41 Pre-Depends: inn2-inews (>= 2.3.999+20030227-1)
42 Suggests: gnupg, wget
43 Replaces: inn, inewsinn, innfeed, ninpaths, inn2-dev
44 Provides: news-transport-system, inn2
45 Conflicts: inn2, cnews, inn, inewsinn, innfeed, ninpaths, suck (<= 4.2.5-2)
46 Description: 'InterNetNews' news server (LFS version)
47  This package provides INN 2.x, which is a very complex news server
48  daemon useful for big sites. The 'inn' package still exists for smaller
49  sites which do not need the complexity of INN 2.x.
50  .
51  This version of the package is compiled with Large Files Support.
52  .
53  The news transport is the part of the system that stores the articles
54  and the lists of which groups are available and so on, and provides
55  those articles on request to users. It receives news (either posted
56  locally or from a newsfeed site), files it, and passes it on to any
57  downstream sites. Each article is kept for a period of time and then
58  deleted (this is known as 'expiry').
59  .
60  By default Debian's INN will install in a fairly simple 'local-only'
61  configuration.
62  .
63  In order to make use of the services provided by INN you'll have to
64  use a user-level newsreader program such as trn. The newsreader is
65  the program that fetches articles from the server and shows them to
66  the user, remembering which the user has seen so that they don't get
67  shown again. It also provides the posting interface for the user.
68 Homepage: http://www.isc.org/products/INN/
69
70 Package: inn2-inews
71 Architecture: any
72 Depends: ${shlibs:Depends}, ${misc:Depends}
73 Provides: inews
74 Conflicts: inewsinn, inn2 (<< 2.3.1), cnews
75 Replaces: inewsinn, inn2 (<< 2.3.1)
76 Description: NNTP client news injector, from InterNetNews (INN)
77  'inews' is the program that newsreaders call when the user wishes to
78  post an article; it does a few elementary checks and passes the article
79  on to the news server for posting.
80  .
81  This version is the one from Rich Salz's InterNetNews news transport
82  system (which is also available as a Debian package).
83
84 Package: inn2-dev
85 Section: devel
86 Architecture: any
87 Conflicts: inn, inn-dev
88 Description: The libinn.a library, headers and man pages
89  You will only need this if you are going to compile programs that 
90  require the functions in libinn.a.