From 2d3c1d352873da085e373a36c1ce1b43eedf49c9 Mon Sep 17 00:00:00 2001 From: Fredrik Tolf Date: Tue, 23 Oct 2007 04:55:17 +0200 Subject: [PATCH] Additional dpkg work. --- debian/control | 14 ++++++++++++++ debian/rules | 1 + 2 files changed, 15 insertions(+) create mode 100644 debian/rules diff --git a/debian/control b/debian/control index 27e3a09..d4d3644 100644 --- a/debian/control +++ b/debian/control @@ -4,3 +4,17 @@ Priority: optional Maintainer: Fredrik Tolf Standards-Version: 3.6.1 +Package: doldaconnect +Architecture: any +Depends: ${shlibs:Depends} +Description: Dolda Connect is a client program for the Direct Connect peer-to-peer + filesharing network. It is written so that the user interface is + separated from the actual filesharing program, so that the user + interface can run on a different computer over the network, and can be + shut down temporarily (or only started temporarily), and can be + replaced altogether. + . + The protocol with which the user interface talks with the actual + client is also quite well defined, so that other kinds of clients can + be written as well, such as an automatic downloader, a chatbot, + etc. It can also be used in secure multiuser operation. diff --git a/debian/rules b/debian/rules new file mode 100644 index 0000000..f549901 --- /dev/null +++ b/debian/rules @@ -0,0 +1 @@ +#!/usr/bin/make -f -- 2.11.0