Package: libzmq3
Source: zeromq3
Version: 3.2.3+dfsg-1~bpo60~dst+1
Architecture: amd64
Maintainer: Alessandro Ghedini <ghedo@debian.org>
Installed-Size: 632
Depends: libc6 (>= 2.7), libgcc1 (>= 1:4.1.1), libpgm-5.1-0 (>= 5.1.116~dfsg), libstdc++6 (>= 4.2.1)
Multi-Arch: same
Homepage: http://www.zeromq.org/
Priority: optional
Section: libs
Filename: pool/main/z/zeromq3/libzmq3_3.2.3+dfsg-1~bpo60~dst+1_amd64.deb
Size: 364462
SHA256: a49ac597fef88c8afd92231a359d35633386c84a0d73ff2aad86b39e56024021
SHA1: 480cfdb1eeaf2b1b2760aa63b701a044c4986131
MD5sum: 18949a9fc57bc09124287806f39c51e7
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-dbg
Source: zeromq3
Version: 3.2.3+dfsg-1~bpo60~dst+1
Architecture: amd64
Maintainer: Alessandro Ghedini <ghedo@debian.org>
Installed-Size: 2404
Depends: libzmq3 (= 3.2.3+dfsg-1~bpo60~dst+1)
Multi-Arch: same
Homepage: http://www.zeromq.org/
Priority: extra
Section: debug
Filename: pool/main/z/zeromq3/libzmq3-dbg_3.2.3+dfsg-1~bpo60~dst+1_amd64.deb
Size: 913276
SHA256: 2c8c50b4a31e7a58dabdf4a25dfbacac264fdf9b59d739ce96ef3f9d3eee8d9b
SHA1: 21d06258abae31e678333d7dbf2c9793d4191c72
MD5sum: 35c47aa9540cea8cde419241ecfb34f1
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.

Package: libzmq3-dev
Source: zeromq3
Version: 3.2.3+dfsg-1~bpo60~dst+1
Architecture: amd64
Maintainer: Alessandro Ghedini <ghedo@debian.org>
Installed-Size: 1492
Depends: libzmq3 (= 3.2.3+dfsg-1~bpo60~dst+1)
Conflicts: libzmq-dev
Multi-Arch: same
Homepage: http://www.zeromq.org/
Priority: optional
Section: libdevel
Filename: pool/main/z/zeromq3/libzmq3-dev_3.2.3+dfsg-1~bpo60~dst+1_amd64.deb
Size: 528890
SHA256: 81d47f4ac84f878fd67b75cbdec265f86ed4ea2803e1a1ef530f40ffab3760c4
SHA1: fb92aabce61a0dde344fe42dad08a565dbd4c24d
MD5sum: f4513297c03b84ee919917a14641aabf
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: python-requests
Source: requests
Version: 2.0.0-1~bpo60+2
Architecture: all
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Installed-Size: 252
Depends: python2.6, python (>= 2.6.6-3+squeeze3~), python (<< 2.7), ca-certificates, python-chardet, python-urllib3 (>= 1.7.1)
Homepage: http://python-requests.org
Priority: optional
Section: python
Filename: pool/main/r/requests/python-requests_2.0.0-1~bpo60+2_all.deb
Size: 53258
SHA256: a7cc793a3b9f205b47b2fd472d57e0d59d55ceda04a1bf11cc2e7d460dcff06c
SHA1: f67d473ffca50475eb1b4ee8ca0e56f4b664198d
MD5sum: 6414448576e9400da0e4453d0b496a6d
Description: elegant and simple HTTP library for Python, built for human beings
 Requests allow you to send HTTP/1.1 requests. You can add headers, form data,
 multipart files, and parameters with simple Python dictionaries, and access the
 response data in the same way. It's powered by httplib and urllib3, but it does
 all the hard work and crazy hacks for you.
 .
 Features
 .
   - International Domains and URLs
   - Keep-Alive & Connection Pooling
   - Sessions with Cookie Persistence
   - Browser-style SSL Verification
   - Basic/Digest Authentication
   - Elegant Key/Value Cookies
   - Automatic Decompression
   - Unicode Response Bodies
   - Multipart File Uploads
   - Connection Timeouts

Package: python-urllib3
Version: 1.7.1-1~bpo60+1
Architecture: all
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Installed-Size: 268
Depends: python2.6, python (>= 2.6.6-3+squeeze3~), python (<< 2.7), python-six
Recommends: ca-certificates
Homepage: http://urllib3.readthedocs.org
Priority: optional
Section: python
Filename: pool/main/p/python-urllib3/python-urllib3_1.7.1-1~bpo60+1_all.deb
Size: 49526
SHA256: f8274638d79a66684a605f5ce6d81dbe434601b11a73e89c6241305ed5c28d7f
SHA1: dc1ba81b29d4c84d9b1b5672a3f9ddc4f95e35ef
MD5sum: 37c708b1696eeaa8b3fc563bcf209b82
Description: HTTP library with thread-safe connection pooling for Python
 urllib3 supports features left out of urllib and urllib2 libraries.
 .
   - Re-use the same socket connection for multiple requests (HTTPConnectionPool
     and HTTPSConnectionPool) (with optional client-side certificate
     verification).
   - File posting (encode_multipart_formdata).
   - Built-in redirection and retries (optional).
   - Supports gzip and deflate decoding.
   - Thread-safe and sanity-safe.
   - Small and easy to understand codebase perfect for extending and
     building upon.

Package: python-zmq
Source: pyzmq
Version: 13.1.0-1~bpo60~dst+1
Architecture: amd64
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Installed-Size: 969
Depends: python2.6, python (>= 2.6.6-3+squeeze3~), python (<< 2.7), libc6 (>= 2.4), libzmq3
Homepage: http://www.zeromq.org/bindings:python
Priority: optional
Section: python
Filename: pool/main/p/pyzmq/python-zmq_13.1.0-1~bpo60~dst+1_amd64.deb
Size: 244040
SHA256: 0517208e7d719c2a449be733fae565c9a18f7281470c73941e555346c4ef0bcb
SHA1: f487a8a091fcf342d58f6b7b913278572be953c3
MD5sum: 99498490cd3572c472dffc604e7d99a3
Description: Python bindings for 0MQ library
 Python bindings for 0MQ. 0MQ is a small, fast, and free
 software library that gives you message-passing concurrency
 for applications in most common languages.
 .
 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.

Package: python-zmq-dbg
Source: pyzmq
Version: 13.1.0-1~bpo60~dst+1
Architecture: amd64
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Installed-Size: 2387
Depends: python-zmq (= 13.1.0-1~bpo60~dst+1), python2.6-dbg, python-dbg (>= 2.6), python-dbg (<< 2.7), libc6 (>= 2.4), libzmq3
Homepage: http://www.zeromq.org/bindings:python
Priority: extra
Section: debug
Filename: pool/main/p/pyzmq/python-zmq-dbg_13.1.0-1~bpo60~dst+1_amd64.deb
Size: 820534
SHA256: 5f8c07f44608ac16b152100bbf29b040ad63f910566a9d3d93b61c4d79b43ff0
SHA1: 7f46a31098454bdeb89f5cf1771590932449d528
MD5sum: 885c20e0df8a0695b7c87e000dfbd17c
Description: Python bindings for 0MQ library - debugging files
 Python bindings for 0MQ. 0MQ is a small, fast, and free
 software library that gives you message-passing concurrency
 for applications in most common languages.
 .
 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 extension built for the Python debug interpreter.

Package: salt-api
Source: salt
Version: 2014.7.1+ds-3~bpo60+1
Architecture: all
Maintainer: Debian Salt Team <pkg-salt-team@lists.alioth.debian.org>
Installed-Size: 120
Depends: python, salt-master
Recommends: python-cherrypy3
Homepage: http://saltstack.org/
Priority: extra
Section: admin
Filename: pool/main/s/salt/salt-api_2014.7.1+ds-3~bpo60+1_all.deb
Size: 19728
SHA256: 6b03196a11ed968750b86cc840f84bbce873c109f9a371ff7b6bc50957f40c8f
SHA1: 4a7c654738736529b3fd404225d1cdb16e33ed0e
MD5sum: 99f1c830adf99f70994daa2217ca613f
Description: Generic, modular network access system
 a modular interface on top of Salt that can provide a variety of entry points
 into a running Salt system. It can start and manage multiple interfaces
 allowing a REST API to coexist with XMLRPC or even a Websocket API.
 .
 The Salt API system is used to expose the fundamental aspects of Salt control
 to external sources. salt-api acts as the bridge between Salt itself and
 REST, Websockets, etc.

Package: salt-cloud
Source: salt
Version: 2014.7.1+ds-3~bpo60+1
Architecture: all
Maintainer: Debian Salt Team <pkg-salt-team@lists.alioth.debian.org>
Installed-Size: 112
Depends: python, salt-common (= 2014.7.1+ds-3~bpo60+1)
Recommends: python-netaddr
Suggests: python-botocore
Homepage: http://saltstack.org/
Priority: extra
Section: admin
Filename: pool/main/s/salt/salt-cloud_2014.7.1+ds-3~bpo60+1_all.deb
Size: 20526
SHA256: 783835293a030a03437e6e0db5229c8c7ddd37e5d93ef82b7363967336dffd21
SHA1: 86469eeb1fdc6508fbcd1faaa5d64da975384d88
MD5sum: ffbc7662d0f84725d3077da760980de3
Description: public cloud VM management system
 provision virtual machines on various public clouds via a cleanly
 controlled profile and mapping system.

Package: salt-common
Source: salt
Version: 2014.7.1+ds-3~bpo60+1
Architecture: all
Maintainer: Debian Salt Team <pkg-salt-team@lists.alioth.debian.org>
Installed-Size: 10980
Depends: python2.6, python (>= 2.6.6-3+squeeze3~), python (<< 2.7), python-dateutil, python-jinja2, python-apt, python-yaml, python-pkg-resources, python-requests (>= 1.0.0)
Recommends: lsb-release, python-mako
Suggests: salt-doc (= 2014.7.1+ds-3~bpo60+1)
Breaks: python-mako (<< 0.7.0)
Homepage: http://saltstack.org/
Priority: extra
Section: admin
Filename: pool/main/s/salt/salt-common_2014.7.1+ds-3~bpo60+1_all.deb
Size: 2395278
SHA256: a37717358c553db71034e8e84f0737896d2781c987ed285ef09d9201bc26223a
SHA1: cb9decc7aa6f3c82383a45195bc29481cbf3cb6f
MD5sum: 7cbfee989b4aa7e380f9f55821428982
Description: shared libraries that salt requires for all packages
 salt is a powerful remote execution manager that can be used to
 administer servers in a fast and efficient way.
 .
 It allows commands to be executed across large groups of
 servers. This means systems can be easily managed, but data can
 also be easily gathered.  Quick introspection into running
 systems becomes a reality.
 .
 Remote execution is usually used to set up a certain state on a
 remote system. Salt addresses this problem as well, the salt
 state system uses salt state files to define the state a server
 needs to be in.
 .
 Between the remote execution system, and state management Salt
 addresses the backbone of cloud and data center management.
 .
 This particular package provides shared libraries that
 salt-master, salt-minion, and salt-syndic require to function.

Package: salt-doc
Source: salt
Version: 2014.7.1+ds-3~bpo60+1
Architecture: all
Maintainer: Debian Salt Team <pkg-salt-team@lists.alioth.debian.org>
Installed-Size: 25116
Depends: libjs-sphinxdoc, libjs-jquery
Homepage: http://saltstack.org/
Priority: extra
Section: doc
Filename: pool/main/s/salt/salt-doc_2014.7.1+ds-3~bpo60+1_all.deb
Size: 3142604
SHA256: e3bdf1127b878dc7ab5b72a3873c7c2d85f8da0c57c59a98c4566e715cf3ba86
SHA1: 79fc47b13b9961c8eae0db80b66e120136130429
MD5sum: 4b6a0561a2467aec238c4ba246f9a94a
Description: additional documentation for salt, the distributed remote execution system
 salt is a powerful remote execution manager that can be used to
 administer servers in a fast and efficient way.
 .
 It allows commands to be executed across large groups of
 servers. This means systems can be easily managed, but data can
 also be easily gathered.  Quick introspection into running
 systems becomes a reality.
 .
 Remote execution is usually used to set up a certain state on a
 remote system. Salt addresses this problem as well, the salt
 state system uses salt state files to define the state a server
 needs to be in.
 .
 Between the remote execution system, and state management Salt
 addresses the backbone of cloud and data center management.
 .
 This particular package provides the HTML documentation for
 salt.

Package: salt-master
Source: salt
Version: 2014.7.1+ds-3~bpo60+1
Architecture: all
Maintainer: Debian Salt Team <pkg-salt-team@lists.alioth.debian.org>
Installed-Size: 180
Depends: python, salt-common (= 2014.7.1+ds-3~bpo60+1), python-m2crypto, python-crypto, msgpack-python, python-zmq (>= 13.1.0)
Recommends: python-git
Homepage: http://saltstack.org/
Priority: extra
Section: admin
Filename: pool/main/s/salt/salt-master_2014.7.1+ds-3~bpo60+1_all.deb
Size: 39600
SHA256: 324a5cbc0c38a01cd2e49901aa4d6cb3460f0556a1f8c8eccb43e6a66db11656
SHA1: b4ee3cad3831750d14d4f941d7b53a380ec35e2e
MD5sum: 185af2ef2f717ecf5871e494baaef2bc
Description: remote manager to administer servers via salt
 salt is a powerful remote execution manager that can be used to
 administer servers in a fast and efficient way.
 .
 It allows commands to be executed across large groups of
 servers. This means systems can be easily managed, but data can
 also be easily gathered.  Quick introspection into running
 systems becomes a reality.
 .
 Remote execution is usually used to set up a certain state on a
 remote system. Salt addresses this problem as well, the salt
 state system uses salt state files to define the state a server
 needs to be in.
 .
 Between the remote execution system, and state management Salt
 addresses the backbone of cloud and data center management.
 .
 This particular package provides the salt controller.

Package: salt-minion
Source: salt
Version: 2014.7.1+ds-3~bpo60+1
Architecture: all
Maintainer: Debian Salt Team <pkg-salt-team@lists.alioth.debian.org>
Installed-Size: 144
Depends: python, salt-common (= 2014.7.1+ds-3~bpo60+1), python-m2crypto, python-crypto, msgpack-python, python-zmq (>= 13.1.0), dctrl-tools
Recommends: dmidecode, debconf-utils
Suggests: python-augeas
Homepage: http://saltstack.org/
Priority: extra
Section: admin
Filename: pool/main/s/salt/salt-minion_2014.7.1+ds-3~bpo60+1_all.deb
Size: 29102
SHA256: c55f5e5fea09b3f4210ab56f5b54121cf28383ada282a4b29d717832fbf36594
SHA1: 859fd889d0c16768f8b12fc9acdf8a0fa6f0aed7
MD5sum: bc9de119c580ed89e47db75a15454f02
Description: client package for salt, the distributed remote execution system
 salt is a powerful remote execution manager that can be used to
 administer servers in a fast and efficient way.
 .
 It allows commands to be executed across large groups of
 servers. This means systems can be easily managed, but data can
 also be easily gathered.  Quick introspection into running
 systems becomes a reality.
 .
 Remote execution is usually used to set up a certain state on a
 remote system. Salt addresses this problem as well, the salt
 state system uses salt state files to define the state a server
 needs to be in.
 .
 Between the remote execution system, and state management Salt
 addresses the backbone of cloud and data center management.
 .
 This particular package provides the worker / agent for salt.

Package: salt-ssh
Source: salt
Version: 2014.7.1+ds-3~bpo60+1
Architecture: all
Maintainer: Debian Salt Team <pkg-salt-team@lists.alioth.debian.org>
Installed-Size: 100
Depends: python, salt-common (= 2014.7.1+ds-3~bpo60+1), msgpack-python
Homepage: http://saltstack.org/
Priority: extra
Section: admin
Filename: pool/main/s/salt/salt-ssh_2014.7.1+ds-3~bpo60+1_all.deb
Size: 21006
SHA256: 686a053027e970da334bacd59ef2b8128a6843c45fe081bf5f46fa6220291186
SHA1: 007759a8ce9300a842d890da512b90c0a4b5e3e0
MD5sum: 85b45e8bf8879752fe9a9f2213751283
Description: remote manager to administer servers via salt
 salt is a powerful remote execution manager that can be used to
 administer servers in a fast and efficient way.
 .
 It allows commands to be executed across large groups of
 servers. This means systems can be easily managed, but data can
 also be easily gathered.  Quick introspection into running
 systems becomes a reality.
 .
 Remote execution is usually used to set up a certain state on a
 remote system. Salt addresses this problem as well, the salt
 state system uses salt state files to define the state a server
 needs to be in.
 .
 Between the remote execution system, and state management Salt
 addresses the backbone of cloud and data center management.
 .
 This particular package provides the salt ssh controller. It
 is able to run salt modules and states on remote hosts via ssh.
 No minion or other salt specific software needs to be installed
 on the remote host.

Package: salt-syndic
Source: salt
Version: 2014.7.1+ds-3~bpo60+1
Architecture: all
Maintainer: Debian Salt Team <pkg-salt-team@lists.alioth.debian.org>
Installed-Size: 112
Depends: python, salt-master (= 2014.7.1+ds-3~bpo60+1)
Homepage: http://saltstack.org/
Priority: extra
Section: admin
Filename: pool/main/s/salt/salt-syndic_2014.7.1+ds-3~bpo60+1_all.deb
Size: 20236
SHA256: f188cc1021cd079d0cffa3f3872d8763aff4dd9dabbe7048c0fbded6791b8e29
SHA1: 8f85d77b5060303471ca1f9e9e8d1be0fbf9a344
MD5sum: d83128cd9804e0bed67cf14fd7fbb711
Description: master-of-masters for salt, the distributed remote execution system
 salt is a powerful remote execution manager that can be used to
 administer servers in a fast and efficient way.
 .
 It allows commands to be executed across large groups of
 servers. This means systems can be easily managed, but data can
 also be easily gathered.  Quick introspection into running
 systems becomes a reality.
 .
 Remote execution is usually used to set up a certain state on a
 remote system. Salt addresses this problem as well, the salt
 state system uses salt state files to define the state a server
 needs to be in.
 .
 Between the remote execution system, and state management Salt
 addresses the backbone of cloud and data center management.
 .
 This particular package provides the master of masters for salt
 - it enables the management of multiple masters at a time.