File: control

package info (click to toggle)
yarsync 0.1.1%2Bdeb-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 624 kB
  • sloc: python: 1,905; makefile: 13
file content (30 lines) | stat: -rw-r--r-- 1,063 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
Source: yarsync
Section: utils
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Josenilson Ferreira da Silva <nilsonfsilva@hotmail.com>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-setuptools,
               python3-all,
               python3-pytest <!nocheck>,
               python3-pytest-cov <!nocheck>,
               python3-pytest-mock <!nocheck>,
               rsync <!nocheck>,
               pybuild-plugin-pyproject
Standards-Version: 4.6.1
Homepage: https://github.com/ynikitenko/yarsync
Vcs-Browser: https://salsa.debian.org/python-team/packages/yarsync.git
Vcs-Git: https://salsa.debian.org/python-team/packages/yarsync.git

Package: yarsync
Architecture: all
Depends: ${python3:Depends},
         ${misc:Depends},
         rsync
Description: file sync and backup too
 can be used to synchronize data between different hosts
 or locally. (eg for a backup drive).
 .
 provides a familiar git command interface when working with files.