summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control15
1 files changed, 8 insertions, 7 deletions
diff --git a/debian/control b/debian/control
index 15b5b10..6718bcd 100644
--- a/debian/control
+++ b/debian/control
@@ -2,14 +2,14 @@ Source: zeromq
Section: libs
Priority: optional
Maintainer: Martin Lucina <mato@kotelna.sk>
-Build-Depends: debhelper (>= 7), uuid-dev, python [amd64 i386]
-Standards-Version: 3.9.1
+Build-Depends: debhelper (>= 7), uuid-dev, libpgm-dev, pkg-config
+Standards-Version: 3.9.2
Homepage: http://www.zeromq.org/
Package: libzmq1
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: The ZeroMQ messaging library
+Description: ZeroMQ lightweight messaging kernel (shared library)
The 0MQ lightweight messaging kernel is a library which extends the
standard socket interfaces with features traditionally provided by
specialised messaging middleware products. 0MQ sockets provide an
@@ -23,7 +23,7 @@ Package: libzmq-dev
Architecture: any
Section: libdevel
Depends: libzmq1 (= ${binary:Version}), ${misc:Depends}
-Description: Development files and static library for the ZeroMQ library
+Description: ZeroMQ lightweight messaging kernel (development libraries and header files)
The 0MQ lightweight messaging kernel is a library which extends the
standard socket interfaces with features traditionally provided by
specialised messaging middleware products. 0MQ sockets provide an
@@ -31,14 +31,15 @@ Description: Development files and static library for the ZeroMQ library
patterns, message filtering (subscriptions), seamless access to
multiple transport protocols and more.
.
- This package contains ZeroMQ related development libraries and header files.
+ This package contains the ZeroMQ development libraries and header
+ files.
Package: libzmq-dbg
Architecture: any
Priority: extra
Section: debug
Depends: libzmq1 (= ${binary:Version}), ${misc:Depends}
-Description: Debugging files for the ZeroMQ messaging library
+Description: ZeroMQ lightweight messaging kernel (debugging symbols)
The 0MQ lightweight messaging kernel is a library which extends the
standard socket interfaces with features traditionally provided by
specialised messaging middleware products. 0MQ sockets provide an
@@ -46,4 +47,4 @@ Description: Debugging files for the ZeroMQ messaging library
patterns, message filtering (subscriptions), seamless access to
multiple transport protocols and more.
.
- This package contains the debugging synmbols of the ZeroMQ library.
+ This package contains the debugging synmbols for the ZeroMQ library.