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
|
Source: golang-github-git-lfs-gitobj
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Stephen Gelman <ssgelm@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-golang,
golang-any (>= 2:1.8~),
golang-github-davecgh-go-spew-dev,
golang-github-pmezard-go-difflib-dev,
golang-github-stretchr-testify-dev,
Standards-Version: 4.5.0
Homepage: https://github.com/git-lfs/gitobj
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-git-lfs-gitobj
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-git-lfs-gitobj.git
XS-Go-Import-Path: github.com/git-lfs/gitobj
Testsuite: autopkgtest-pkg-go
Rules-Requires-Root: no
Package: golang-github-git-lfs-gitobj-dev
Architecture: all
Depends: ${misc:Depends},
golang-github-stretchr-testify-dev
Description: gitobj reads and writes Git objects.
Package gitobj reads and writes loose and packed Git objects.
|