lintian doesn't like orphan packages with uploaders...
[debian/amanda] / debian / control
1 Source: amanda
2 Section: utils
3 Priority: optional
4 Maintainer: Debian QA Group <packages@qa.debian.org>
5 Vcs-Git: git://git.gag.com/debian/amanda
6 Vcs-Browser: http://git.gag.com/?p=debian/amanda
7 Build-Depends: debhelper (>= 5), dump [linux-any], gnuplot, libncurses5-dev, libreadline-dev, libtool, flex, perl, smbclient, bsd-mailx | mailx, lpr, mtx, xfsdump [linux-any], po-debconf, autotools-dev, libglib2.0-dev, procps, curl, libcurl4-openssl-dev
8 Standards-Version: 3.9.3
9
10 Package: amanda-common
11 Architecture: any
12 Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}, update-inetd, tar (>=1.12), perl5, bsd-mailx | mailx, debconf | debconf-2.0, adduser, openbsd-inetd | inet-superserver
13 Suggests: amanda-server (= ${binary:Version}) | amanda-client (= ${binary:Version})
14 Conflicts: amanda
15 Replaces: amanda, amanda-client
16 Description: Advanced Maryland Automatic Network Disk Archiver (Libs)
17  This package contains libraries required by the amanda client and
18  server packages.
19
20 Package: amanda-server
21 Architecture: any
22 Depends: ${misc:Depends}, ${shlibs:Depends}, amanda-common (= ${binary:Version}), bsd-mailx | mailx
23 Suggests: perl5, gnuplot, amanda-client (= ${binary:Version}), cpio | mt-st
24 Conflicts: amanda, amanda-common (<< 1:2.5.2p1-3)
25 Replaces: amanda-common (<< 1:2.5.2p1-3)
26 Description: Advanced Maryland Automatic Network Disk Archiver (Server)
27  Amanda is a backup system designed to archive many computers on a
28  network to a single large-capacity tape drive. This package is
29  suitable for large amounts of data to backup. For smaller solutions
30  take a look at afbackup, tob, ... 
31  .
32   Features:
33    * will back up multiple machines in parallel to a holding disk, blasting
34      finished dumps one by one to tape as fast as we can write files to
35      tape.  For example, a ~2 Gb 8mm tape on a ~240K/s interface to a host
36      with a large holding disk can be filled by Amanda in under 4 hours.
37    * built on top of standard backup software: Unix dump/restore, and
38      later GNU Tar and others.
39    * does simple tape management: will not overwrite the wrong tape.
40    * supports tape changers via a generic interface.  Easily customizable 
41      to any type of tape carousel, robot, or stacker that can be controlled 
42      via the unix command line.
43    * for a restore, tells you what tapes you need, and finds the proper
44      backup image on the tape for you.
45    * recovers gracefully from errors, including down or hung machines.
46    * reports results, including all errors in detail, in email to operators.
47    * will dynamically adjust backup schedule to keep within constraints: 
48      no more juggling by hand when adding disks and computers to network.
49    * includes a pre-run checker program, that conducts sanity checks on both
50      the tape server host and all the client hosts (in parallel), and will
51      send an e-mail report of any problems that could cause the backups to
52      fail.
53    * can compress dumps before sending or after sending over the net, with
54      either compress or gzip.
55    * can optionally synchronize with external backups, for those large
56      timesharing computers where you want to do full dumps when the system
57      is down in single-user mode (since BSD dump is not reliable on active
58      filesystems): Amanda will still do your daily dumps.
59    * lots of other options; Amanda is very configurable.
60  .
61  For important notes, see /usr/share/doc/amanda-server/README.Debian.
62  .
63  Explanation of suggested programs:
64   - perl is needed for some non essential server utilities
65   - gnuplot is needed for plotting statistics of backups
66   - to backup the tape server, you need to install the client too 
67
68 Package: amanda-client
69 Architecture: any
70 Depends: ${misc:Depends}, ${shlibs:Depends}, amanda-common (= ${binary:Version})
71 Suggests: gnuplot, dump, smbclient
72 Conflicts: amanda, amanda-common (<< 1:2.5.2p1-3)
73 Replaces: amanda-common (<< 1:2.5.2p1-3)
74 Description: Advanced Maryland Automatic Network Disk Archiver (Client)
75  Amanda is a backup system designed to archive many computers on a
76  network to a single large-capacity tape drive. This package is
77  suitable for large amounts of data to backup. For smaller solutions
78  take a look at afbackup, tob, ... 
79  .
80   Features:
81    * will back up multiple machines in parallel to a holding disk, blasting
82      finished dumps one by one to tape as fast as we can write files to
83      tape.  For example, a ~2 Gb 8mm tape on a ~240K/s interface to a host
84      with a large holding disk can be filled by Amanda in under 4 hours.
85    * built on top of standard backup software: Unix dump/restore, and
86      later GNU Tar and others.
87    * does simple tape management: will not overwrite the wrong tape.
88    * supports tape changers via a generic interface.  Easily customizable 
89      to any type of tape carousel, robot, or stacker that can be controlled 
90      via the unix command line.
91    * for a restore, tells you what tapes you need, and finds the proper
92      backup image on the tape for you.
93    * recovers gracefully from errors, including down or hung machines.
94    * reports results, including all errors in detail, in email to operators.
95    * will dynamically adjust backup schedule to keep within constraints: 
96      no more juggling by hand when adding disks and computers to network.
97    * includes a pre-run checker program, that conducts sanity checks on both
98      the tape server host and all the client hosts (in parallel), and will
99      send an e-mail report of any problems that could cause the backups to
100      fail.
101    * can compress dumps before sending or after sending over the net, with
102      either compress or gzip.
103    * can optionally synchronize with external backups, for those large
104      timesharing computers where you want to do full dumps when the system
105      is down in single-user mode (since BSD dump is not reliable on active
106      filesystems): Amanda will still do your daily dumps.
107    * lots of other options; Amanda is very configurable.
108  .
109  THIS PACKAGE RELIES ON A RUNNING AMANDA SERVER IN YOUR NETWORK.
110  .
111  For important notes, see /usr/share/doc/amanda-client/README.Debian.
112  .
113  Explanation of suggested programs:
114   - gnuplot is needed for plotting statistics of backups
115