File: control

package info (click to toggle)
golang-github-kr-binarydist 0.0~git20120828.0.9955b0a-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 156 kB
  • ctags: 61
  • sloc: makefile: 13
file content (26 lines) | stat: -rw-r--r-- 1,029 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
Source: golang-github-kr-binarydist
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Nicolas Braud-Santoni <nicolas@braud-santoni.eu>
Build-Depends: bsdiff,
               debhelper (>= 9),
               dh-golang,
               golang-go
Standards-Version: 3.9.8
Homepage: https://github.com/kr/binarydist
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-kr-binarydist.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-kr-binarydist.git
XS-Go-Import-Path: github.com/kr/binarydist

Package: golang-github-kr-binarydist-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-go
Description: Go implementation of the bspatch algorithm
 This Go library implements binary diff and patch as
 described on http://www.daemonology.net/bsdiff/. It reads and writes
 files compatible with the tools there.
 .
 Documentation at http://go.pkgdoc.org/github.com/kr/binarydist.