From 225af56ba5090552ea6f9a8bbf35bfaab97d97f1 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Mon, 11 Aug 2014 16:32:05 -0400 Subject: add upstream source --- debian/control | 59 ---------------------------------------------------------- 1 file changed, 59 deletions(-) delete mode 100644 debian/control (limited to 'debian/control') diff --git a/debian/control b/debian/control deleted file mode 100644 index 72274f6..0000000 --- a/debian/control +++ /dev/null @@ -1,59 +0,0 @@ -Source: zeromq3 -Section: libs -Priority: optional -Maintainer: Laszlo Boszormenyi (GCS) -Build-Depends: debhelper (>= 9), - dh-autoreconf, - libpgm-dev, - pkg-config -Standards-Version: 3.9.5 -Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/zeromq3.git -Vcs-Git: git://anonscm.debian.org/collab-maint/zeromq3.git -Homepage: http://www.zeromq.org/ - -Package: libzmq3 -Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} -Pre-Depends: ${misc:Pre-Depends} -Multi-Arch: same -Description: lightweight messaging kernel (shared library) - ØMQ is a library which extends the standard socket interfaces with features - traditionally provided by specialised messaging middleware products. - . - ØMQ 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 libzmq shared library. - -Package: libzmq3-dev -Architecture: any -Section: libdevel -Depends: libzmq3 (= ${binary:Version}), ${misc:Depends} -Conflicts: libzmq-dev -Multi-Arch: same -Description: lightweight messaging kernel (development files) - ØMQ is a library which extends the standard socket interfaces with features - traditionally provided by specialised messaging middleware products. - . - ØMQ 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 development libraries and header files. - -Package: libzmq3-dbg -Architecture: any -Priority: extra -Section: debug -Depends: libzmq3 (= ${binary:Version}), ${misc:Depends} -Multi-Arch: same -Description: lightweight messaging kernel (debugging symbols) - ØMQ is a library which extends the standard socket interfaces with features - traditionally provided by specialised messaging middleware products. - . - ØMQ 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 debugging symbols for the ZeroMQ library. -- cgit v1.2.3