More dpkg work.
[doldaconnect.git] / debian / control
1 Source: doldaconnect
2 Section: network
3 Priority: optional
4 Maintainer: Fredrik Tolf <fredrik@dolda2000.com>
5 Build-Depends: debhelper, cdbs
6 Standards-Version: 3.6.1
7
8 Package: doldacond
9 Architecture: any
10 Depends: ${shlibs:Depends}
11 Description: Dolda Connect is a client program for the Direct Connect
12  peer-to-peer filesharing network. It is written so that the user
13  interface is separated from the actual filesharing program, so that
14  the user interface can run on a different computer over the network,
15  and can be shut down temporarily (or only started temporarily), and
16  can be replaced altogether.
17  .
18  The protocol with which the user interface talks with the actual
19  client is also quite well defined, so that other kinds of clients can
20  be written as well, such as an automatic downloader, a chatbot,
21  etc. It can also be used in secure multiuser operation.