File: control

package info (click to toggle)
backup2swift 0.8-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 272 kB
  • sloc: python: 712; makefile: 39; sh: 19
file content (29 lines) | stat: -rw-r--r-- 1,367 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
Source: backup2swift
Section: python
Priority: optional
Maintainer: Kouhei Maeda <mkouhei@palmtb.net>
Build-Depends: debhelper (>= 8.0.0), python-all, python-setuptools, python-pytest, pep8, python-mock, python-swiftsc (>= 0.5), python-argparse, python3-all, python3-setuptools, python3-pytest, python3-mock, python3-swiftsc (>= 0.5)
Standards-Version: 3.9.4
X-Python-Version: >= 2.6, >= 3.2
Homepage: https://github.com/mkouhei/backup2swift
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/backup2swift.git
Vcs-Git: git://anonscm.debian.org/openstack/backup2swift.git

Package: python-backup2swift
Architecture: all
Provides: ${python:Provides}
Depends: ${python:Depends}, ${misc:Depends}, python-swiftsc (>= 0.5), python-argparse
Description: backup data to OpenStack Swift - python 2.x
 This utility is used to backup data to OpenStack Swift. It provides a command
 interface and backup rotation. It depends on a simple swift client library
 called swiftsc.
 .
 This package provides the python 2 module.

Package: python3-backup2swift
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}, python3-swiftsc (>= 0.5)
Description: backup data to OpenStack Swift - python 3.x
 This utility is used to backup data to OpenStack Swift. It provides a command
 interface and backup rotation. It depends on a simple swift client library
 called swiftsc.