File: control

package info (click to toggle)
backup2swift 0.8-1.1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 268 kB
  • sloc: python: 712; sh: 19; makefile: 17
file content (17 lines) | stat: -rw-r--r-- 805 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Source: backup2swift
Section: python
Priority: optional
Maintainer: Kouhei Maeda <mkouhei@palmtb.net>
Build-Depends: debhelper (>= 8.0.0), dh-python, pep8, python3-all, python3-setuptools, python3-pytest, python3-mock, python3-swiftsc (>= 0.5)
Standards-Version: 3.9.4
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: 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.