From 74ced509f49d3885dff9912511963d23075ed43b Mon Sep 17 00:00:00 2001 From: Richard Fuchs Date: Tue, 19 Apr 2011 16:50:44 +0000 Subject: [PATCH] add module descriptions and add a meta package --- debian/control | 17 +++++++++++++---- kernel-module/debian/control | 10 ++++++---- 2 files changed, 19 insertions(+), 8 deletions(-) diff --git a/debian/control b/debian/control index 9c092feff..7754d0c66 100644 --- a/debian/control +++ b/debian/control @@ -9,11 +9,20 @@ Homepage: http://sipwise.com/ Package: mediaproxy-ng-daemon Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} -Description: TODO - TODO +Description: Proxy for RTP and media streams used in NGCP, userspace part. + This daemon handles the first stages of proxying media streams and talks to + the kernel part of the proxy for eventual high-performance packet forwarding. Package: mediaproxy-ng-iptables Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} -Description: TODO - TODO +Description: IPtables extension module for the kernel-space NGCP media proxy. + Provides the IPtables extension needed to configure the mediaproxy rule. + +Package: mediaproxy-ng-full +Architecture: any +Depends: mediaproxy-ng-daemon mediaproxy-ng-iptables mediaproxy-ng-kernel-dkms +Description: NGCP RTP/media proxy - meta package. + This is a meta package for easy installation of all three parts of the NGCP + media proxy. It will install the user-space daemon, the kernel-space IPtables + module, and the IPtables extension module. diff --git a/kernel-module/debian/control b/kernel-module/debian/control index 4dc5197e8..312dae5ac 100644 --- a/kernel-module/debian/control +++ b/kernel-module/debian/control @@ -10,15 +10,17 @@ Homepage: http://sipwise.com/ Package: mediaproxy-ng-kernel-source Architecture: all Depends: debhelper (>= 5), module-assistant, ${misc:Depends} -Description: TODO - TODO +Description: IPtables kernel module for the NGCP media proxy - source. + Provides the kernel-space part of the NGCP media proxy for high- + performance packet forwarding. This package contains the source to be built with module-assistant or kernel-package. Package: mediaproxy-ng-kernel-dkms Architecture: all Depends: dkms (>= 1.95), ${misc:Depends} -Description: TODO - TODO +Description: IPtables kernel module for the NGCP media proxy - DKMS. + Provides the kernel-space part of the NGCP media proxy for high- + performance packet forwarding. This package contains the source to be built with dkms.