summaryrefslogtreecommitdiff
path: root/debian/control
blob: 5ffd41493aaf246f123aefc9eef75a26bf9344d2 (plain)
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
Source: libgit-annex-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
 Sean Whitton <spwhitton@spwhitton.name>,
Section: perl
Priority: optional
Build-Depends:
 debhelper-compat (= 12),
Build-Depends-Indep:
 git-annex <!nocheck>,
 libcapture-tiny-perl,
 libdata-compare-perl,
 libdigest-md5-file-perl,
 libdist-zilla-perl,
 libdist-zilla-plugin-git-perl,
 libfile-chdir-perl,
 libfile-chmod-perl,
 libfile-slurp-perl,
 libgit-repository-perl,
 libgit-wrapper-perl,
 libipc-system-simple-perl,
 libmoo-perl,
 libnamespace-clean-perl,
 libscalar-list-utils-perl,
 libterm-readkey-perl,
 libtest-simple-perl,
 libtry-tiny-perl,
 perl (>= 5.28.0),
Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libgit-annex-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libgit-annex-perl.git
Homepage: https://metacpan.org/release/Git-Annex

Package: libgit-annex-perl
Architecture: all
Depends:
 libdata-compare-perl,
 libdigest-md5-file-perl,
 libfile-chdir-perl,
 libfile-chmod-perl,
 libgit-repository-perl,
 libgit-wrapper-perl,
 libipc-system-simple-perl,
 libmoo-perl,
 libnamespace-clean-perl,
 libscalar-list-utils-perl,
 libterm-readkey-perl,
 libtry-tiny-perl,
 perl (>= 5.28.0),
 ${misc:Depends},
 ${perl:Depends},
Recommends:
 git-annex,
Description: Perl interface to git-annex repositories
 Perl interface to git-annex repositories, and some scripts which make
 use of this interface.  Requires git-annex installed to be useful.
 .
 Git::Annex -- class representing a git-annex repository
 .
 annex-review-unused -- interactively process `git annex unused` output
 .
 annex-to-annex -- use hardlinks to migrate files between git annex repos