File: control

package info (click to toggle)
ftp-cloudfs 0.25.2%2B20140217%2Bgit2a90c1a2eb-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 272 kB
  • ctags: 250
  • sloc: python: 2,032; sh: 120; makefile: 4
file content (56 lines) | stat: -rw-r--r-- 2,213 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
Source: ftp-cloudfs
Section: net
Priority: extra
Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders: Loic Dachary (OuoU) <loic@debian.org>,
           Julien Danjou <acid@debian.org>,
           Thomas Goirand <zigo@debian.org>,
           Ghe Rivero <ghe.rivero@stackops.com>,
           Mehdi Abaakouk <sileht@sileht.net>
Build-Depends: debhelper (>= 9),
               openstack-pkg-tools,
               python-all (>= 2.6.6-3~),
               python-setuptools
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/ftp-cloudfs.git
Vcs-Git: git://anonscm.debian.org/openstack/ftp-cloudfs.git
Homepage: https://github.com/cloudfs/ftp-cloudfs

Package: ftp-cloudfs
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Depends: adduser,
         lsb-base,
         python-ftp-cloudfs (= ${binary:Version}),
         ${misc:Depends},
         ${python:Depends}
Provides: python-ftp-cloudfs
Recommends: python-docutils
Description: FTP interface to Rackspace Cloud Files and OpenStack Object Storage
 FTP-CloudFS is an FTP server acting as a proxy to Rackspace Cloud Files or to
 OpenStack Object Storage (Swift). It allows you to connect via any FTP client
 to do upload/download or create containers. It supports pseudo-hierarchical
 folders/directories as described in the Rackspace Cloud Files API and the
 OpenStack Object Storage API.
 .
 This package contains the daemon.

Package: python-ftp-cloudfs
Architecture: all
Section: python
Pre-Depends: dpkg (>= 1.15.6~)
Depends: python-cloudfiles,
         python-daemon (>= 1.5.5),
         python-memcache (>= 1.45),
         python-pyftpdlib (>= 1.2.0),
         python-swiftclient,
         ${misc:Depends},
         ${python:Depends}
Description: FTP interface to Rackspace Cloud Files and OpenStack - Python lib
 FTP-CloudFS is an FTP server acting as a proxy to Rackspace Cloud Files or to
 OpenStack Object Storage (Swift). It allows you to connect via any FTP client
 to do upload/download or create containers. It supports pseudo-hierarchical
 folders/directories as described in the Rackspace Cloud Files API and the
 OpenStack Object Storage API.
 .
 This package contains the Python libraries.