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 63 64 65 66 67 68
|
Source: git-lfs
Section: vcs
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Stephen Gelman <ssgelm@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-golang,
git (>= 1.8.0),
golang-any (>= 2:1.12~),
ronn (>= 0.8.0-2~),
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.4~),
golang-github-git-lfs-go-netrc-dev,
golang-github-git-lfs-gitobj-dev (>= 2.0.0~),
golang-github-mattn-go-isatty-dev,
golang-github-ssgelm-cookiejarparser-dev,
golang-golang-x-sync-dev,
golang-github-dpotapov-go-spnego-dev,
Standards-Version: 4.5.1
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
Rules-Requires-Root: no
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.
Package: golang-github-git-lfs-git-lfs-dev
Architecture: all
Depends: 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.4~),
golang-github-git-lfs-go-netrc-dev,
golang-github-git-lfs-gitobj-dev (>= 2.0.0~),
golang-github-mattn-go-isatty-dev,
golang-github-ssgelm-cookiejarparser-dev,
golang-golang-x-sync-dev,
golang-github-dpotapov-go-spnego-dev,
${misc:Depends}
Description: Git Large File Support (library)
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.
|