Advertisement
Guest User

Untitled

a guest
Jul 25th, 2012
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. Control
  2. -----------------------
  3. Source: spotify-vault
  4. Section: non-free/net
  5. Priority: extra
  6. Maintainer: Timo
  7. Build-Depends: debhelper (>= 5.0.38), spotify-common, sun-java6-jdk, maven2, spotify-maven-config,
  8. spotify-supervision2-debhelper, protobuf-compiler (>= 2.4.1), libprotobuf-dev (>= 2.4.1), jzmq, libzmq3, libzmq3-dev,
  9. spotify-python-health, python-zmq, python-gevent-zeromq, spotify-python-hermes
  10. Standards-Version: 3.7.2
  11.  
  12.  
  13. Package: spotify-vault
  14. Architecture: all
  15. Depends: sun-java6-jre, spotify-supervision2, spotify-tools, jzmq, libzmq3
  16. Description: Vault service
  17.  
  18.  
  19. Package: spotify-vault-client-python
  20. Architecture: all
  21. Depends: ${python:Depends}, spotify-common, spotify-vault-proto, spotify-python-hermes, python-zmq, spotify-python-health
  22. Recommends: python-gevent-zeromq,
  23. Description: Spotify vault client library
  24.  
  25.  
  26. Package: spotify-vault-utils
  27. Architecture: all
  28. Depends: ${python:Depends}, spotify-vault-client-python, python-pycassa
  29. Description: Spotify vault utils (command line interface, setup cassandra permissions)
  30.  
  31.  
  32. Package: spotify-vault-proto
  33. Architecture: all
  34. Recommends: protobuf-compiler
  35. Description: Spotify vault protobuf definition
  36.  
  37.  
  38.  
  39.  
  40.  
  41. spotify-vault.install
  42. ----------------------
  43. bin/spvaultd usr/bin
  44. vault.conf etc/spotify/default/
  45. target/vault*.jar usr/share/spotify-vault/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement