File: control

package info (click to toggle)
git-lfs 2.7.1-1%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,976 kB
  • sloc: sh: 13,903; makefile: 333; ruby: 100
file content (42 lines) | stat: -rw-r--r-- 1,752 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
Source: git-lfs
Section: vcs
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Stephen Gelman <ssgelm@debian.org>
Build-Depends: debhelper (>= 11),
               dh-golang,
               git (>= 1.8.0),
               golang-any (>= 2:1.8~),
               ronn (>= 0.8.0-2~),
               golang-github-kr-pty-dev,
               golang-github-pkg-errors-dev,
               golang-github-spf13-cobra-dev,
               golang-github-rubyist-tracerx-dev (>= 0.0~git20170927.0.7879593),
               golang-github-bgentry-go-netrc-dev,
               golang-github-olekukonko-ts-dev,
               golang-github-thomsonreuterseikon-go-ntlm-dev,
               golang-github-xeipuuv-gojsonschema-dev (>= 0.0~git20170210.0.6b67b3f),
               golang-github-git-lfs-wildmatch-dev (>= 1.0.0),
               golang-github-git-lfs-go-netrc-dev,
               golang-github-git-lfs-gitobj-dev (>= 1.0.0),
               golang-github-mattn-go-isatty-dev,
               golang-golang-x-sync-dev,
Standards-Version: 4.3.0
Homepage: https://git-lfs.github.com/
Vcs-Browser: https://salsa.debian.org/go-team/packages/git-lfs
Vcs-Git: https://salsa.debian.org/go-team/packages/git-lfs.git
XS-Go-Import-Path: github.com/git-lfs/git-lfs
Testsuite: autopkgtest-pkg-go

Package: git-lfs
Architecture: any
Depends: git,
         ${misc:Depends},
         ${shlibs:Depends}
Built-Using: ${misc:Built-Using}
Description: Git Large File Support
 An open source Git extension for versioning large files.
 Git Large File Storage (LFS) replaces large files such as
 audio samples, videos, datasets, and graphics with text
 pointers inside Git, while storing the file contents on
 a remote server.