File: control

package info (click to toggle)
slapos.core 1.3.18-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,616 kB
  • ctags: 1,527
  • sloc: python: 13,563; sh: 157; sql: 44; makefile: 35
file content (86 lines) | stat: -rw-r--r-- 2,944 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
Source: slapos.core
Maintainer: Arnaud Fontaine <arnau@debian.org>
Uploaders: Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org>
Section: net
Priority: optional
Build-Depends: python-setuptools (>= 0.6b3),
               python (>= 2.7.2-2~),
               dh-python,
               debhelper (>= 10~)
Build-Depends-Indep: po-debconf
Standards-Version: 3.9.8
X-Python-Version: 2.7
Homepage: http://community.slapos.org
Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/slapos.core/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-apps/packages/slapos.core/trunk/

Package: slapos-client
Architecture: all
Provides: python-slapos.slap
Replaces: python-slapos.slap
Conflicts: python-slapos.slap
Depends: ${misc:Depends},
         ${python:Depends},
         python-xmlmarshaller (>= 0.9.3~),
         python-cliff,
         ucf,
         python-uritemplate,
         python-requests (>= 2.4.3)
Recommends: ipython | bpython
# For tests
Suggests: pyflakes
Description: Client-side to request applications with SlapOS 
 SlapOS allows one to turn any application into SaaS (Software as a Service),
 PaaS (Platform as a Service) or IaaS (Infrastructure as a Service) without
 loosing your freedom. SlapOS defines two types of servers: SlapOS server and
 SlapOS node.
 .
 This package contains libraries and tools to requests software releases and
 computer partitions.

Package: slapos-node-unofficial
Architecture: all
Provides: slapgrid,
          slapformat
Replaces: slapgrid,
          slapformat,
          slapos-client (<< 1.0.2.1-1~)
Conflicts: slapgrid,
           slapformat,
           slapos-client (<< 0.25-1~),
Depends: ${misc:Depends},
         ${python:Depends},
         slapos-client (= ${binary:Version}),
         ucf,
# slapos.format
         bridge-utils,
         uml-utilities,
         python-netaddr (>= 0.7.5~),
         python-psutil (>= 2.0.0),
Breaks: ${python:Breaks},
        slapos-client (<< 1.0.2.1-1~)
# slapos.grid
Recommends: libc6-dev | libc-dev,
            gcc | c-compiler,
            g++ | c++-compiler,
            make,
            libtool,
            autoconf,
            automake,
            python2.7-dev
# For tests
Suggests: python-mock
Description: Node-side to deploy applications with SlapOS (unofficial)
 SlapOS allows one to turn any application into SaaS (Software as a Service),
 PaaS (Platform as a Service) or IaaS (Infrastructure as a Service) without
 loosing your freedom. SlapOS defines two types of servers: SlapOS server and
 SlapOS node.
 .
 This package contains libraries and tools to deploy a node. This package is
 highly experimental and must only be used by people familiar with SlapOS.
 .
 Slapformat prepares a SlapOS node before running slapgrid. It then generates
 a report and sends the information to the configured SlapOS master.
 .
 Slapgrid allows you to easily deploy instances of software based on buildout
 profiles.