summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorMartin Lucina <mato@kotelna.sk>2011-03-28 10:39:51 +0200
committerMartin Lucina <martin@lucina.net>2012-01-23 08:53:37 +0100
commit3e20cb1b8a2b1ca222011df37334e5f4f88dd565 (patch)
tree4a753775186bc7f583f1ceb3f9aa675b6f110596 /debian/control
parent3f0085ddbef1a44b6bb7a0b23af497d56e0025fa (diff)
parente645fc2693acc796304498909786b7b47005b429 (diff)
Imported Debian patch 2.1.3-1debian/2.1.3-1
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control32
1 files changed, 4 insertions, 28 deletions
diff --git a/debian/control b/debian/control
index 4f25577..37c2012 100644
--- a/debian/control
+++ b/debian/control
@@ -2,14 +2,13 @@ Source: zeromq
Section: libs
Priority: optional
Maintainer: Martin Lucina <mato@kotelna.sk>
-Build-Depends: debhelper (>= 7), libglib2.0-dev [amd64 i386], python [amd64 i386], uuid-dev
+Build-Depends: debhelper (>= 7), uuid-dev
Standards-Version: 3.9.1
Homepage: http://www.zeromq.org/
-Package: libzmq0
+Package: libzmq1
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
-Recommends: zeromq-bin
Description: The ZeroMQ messaging library
The 0MQ lightweight messaging kernel is a library which extends the
standard socket interfaces with features traditionally provided by
@@ -20,33 +19,10 @@ Description: The ZeroMQ messaging library
.
This package contains the ZeroMQ shared library.
-Package: zeromq-bin
-Architecture: any
-Section: utils
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Breaks: zeromq-utils (<= 2.0.6beta.dfsg-1)
-Replaces: zeromq-utils (<= 2.0.6beta.dfsg-1)
-Description: Utilities for ZeroMQ
- 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
- abstraction of asynchronous message queues, multiple messaging
- patterns, message filtering (subscriptions), seamless access to
- multiple transport protocols and more.
- .
- This package contains the ZeroMQ devices:
- .
- * zmq_queue (Forwarder device for request-response messaging)
- * zmq_forwarder (Forwarder device for publish-subscribe messaging)
- * zmq_streamer (Streamer device for parallelized pipeline messaging)
- .
- These are building blocks intended to serve as intermediate nodes in
- complex messaging topologies.
-
Package: libzmq-dev
Architecture: any
Section: libdevel
-Depends: libzmq0 (= ${binary:Version}), ${misc:Depends}
+Depends: libzmq1 (= ${binary:Version}), ${misc:Depends}
Description: Development files and static library for the ZeroMQ library
The 0MQ lightweight messaging kernel is a library which extends the
standard socket interfaces with features traditionally provided by
@@ -61,7 +37,7 @@ Package: libzmq-dbg
Architecture: any
Priority: extra
Section: debug
-Depends: libzmq0 (= ${binary:Version}), ${misc:Depends}
+Depends: libzmq1 (= ${binary:Version}), ${misc:Depends}
Description: Debugging files for the ZeroMQ messaging library
The 0MQ lightweight messaging kernel is a library which extends the
standard socket interfaces with features traditionally provided by