aboutsummaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-10-29 11:29:23 +0100
committerHarald Welte <laforge@gnumonks.org>2017-10-29 12:10:13 +0100
commitf826e8ab2b5130bf4c0589c5f2abc57861a275a4 (patch)
tree0ba030c30625d131ad6b3e1613b543f454061d50 /debian
parent3e51d3e5bd6d3c2dff79e47c7ad22c073b0dba93 (diff)
Debian: Cosmetic changes to control file; add better Description
Diffstat (limited to 'debian')
-rw-r--r--debian/control27
1 files changed, 20 insertions, 7 deletions
diff --git a/debian/control b/debian/control
index ea430164..9439a396 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,12 @@ Source: osmo-pcu
Section: net
Priority: optional
Maintainer: Holger Hans Peter Freyther <holger@moiji-mobile.com>
-Build-Depends: debhelper (>= 7.0.0~), dh-autoreconf, dh-systemd (>= 1.5), autotools-dev, pkg-config, libosmocore-dev (>= 0.10.1)
+Build-Depends: debhelper (>= 7.0.0~),
+ dh-autoreconf,
+ dh-systemd (>= 1.5),
+ autotools-dev,
+ pkg-config,
+ libosmocore-dev (>= 0.10.1)
Standards-Version: 3.8.4
Homepage: http://osmocom.org/projects/osmopcu
Vcs-Git: git://git.osmocom.org/osmo-pcu
@@ -11,14 +16,22 @@ Vcs-Browser: http://git.osmocom.org/osmo-pcu/
Package: osmo-pcu
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: osmo-pcu GSM PCU for GPRS and EDGE
- osmo-pcu for GPRS and EDGE support in the network
+Description: Osmocom GPRS/EDGE Packet Control Unit (PCU)
+ The GPRS Packet Control Unit is co-located with the GSM BTS or GSM BSC
+ in order to provide packet-switched services for 2G (2.5G, 2.75G)
+ networks. OsmoPCU is the Osmcoom implementation of this network
+ element. It interfaces to osmo-bts via the PCU socket of OsmoBTS
+ and via Gb (NS-over-IP) interface with the SGSN such as OsmoSGSN.
Package: osmo-pcu-dbg
Architecture: any
Section: debug
Priority: extra
-Depends: osmo-pcu (= ${binary:Version}), ${misc:Depends}
-Description: Debug symbols for the osmo-pcu
- Make debugging possible
-
+Depends: osmo-pcu (= ${binary:Version}),
+ ${misc:Depends}
+Description: Debug symbols for the Osmocom GPRS/EDGE Packet Control Unit (PCU)
+ The GPRS Packet Control Unit is co-located with the GSM BTS or GSM BSC
+ in order to provide packet-switched services for 2G (2.5G, 2.75G)
+ networks. OsmoPCU is the Osmcoom implementation of this network
+ element. It interfaces to osmo-bts via the PCU socket of OsmoBTS
+ and via Gb (NS-over-IP) interface with the SGSN such as OsmoSGSN.