summaryrefslogtreecommitdiff
path: root/control.in
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2013-11-24 10:58:16 -0500
committerEric S. Raymond <esr@thyrsus.com>2013-11-24 10:58:16 -0500
commitc22af972a7fae05b910bafeef7a787449527448c (patch)
tree4c5f6f928fa4ebf2378a42e854bcce1a23db8564 /control.in
parent403b5006f377f38eccd718b790c8e8fd23ca012a (diff)
downloadgpsd-c22af972a7fae05b910bafeef7a787449527448c.tar.gz
Templatize the control file, obeying DRY.
Diffstat (limited to 'control.in')
-rw-r--r--control.in29
1 files changed, 29 insertions, 0 deletions
diff --git a/control.in b/control.in
new file mode 100644
index 00000000..67088e55
--- /dev/null
+++ b/control.in
@@ -0,0 +1,29 @@
+# This is not a real Debian control file
+# It's project metadata for the shipper tool
+
+Package: gpsd
+
+Description: A monitoring daemon for GPSes, AIS radios, and other nav sensors.
+ gpsd is a userland daemon acting as a translator between GPS and
+ AIS receivers and their clients. gpsd listens on port 2947 for clients
+ requesting position/time/velocity information. The receivers are
+ expected to generate position information in a well-known format -- as
+ NMEA-0183 sentences, SiRF binary, Rockwell binary, Garmin binary
+ format, or other vendor binary protocols. gpsd takes this
+ information from the GPS and translates it into JSON objects in a uniform
+ and well-documented format that easier for clients to understand. The
+ distribution includes sample clients, application interface libraries,
+ and test/profiling tools.
+
+XBS-Destinations: savannah, freecode, mailto:@ANNOUNCE@
+
+XBS-Web-Directory: www
+
+Homepage: @WEBSITE@
+
+XBS-IRC-Channel: @IRCCHAN@
+
+XBS-Project-Tag-List: Communications, Scientific/Engineering, Geographical
+
+XBS-VC-Tag-Template: %(version)s
+