File: control

package info (click to toggle)
golang-github-kr-binarydist 0.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 140 kB
  • sloc: makefile: 13
file content (26 lines) | stat: -rw-r--r-- 1,016 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: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Nicolas Braud-Santoni <nicoo@debian.org>
Build-Depends: bsdiff,
               debhelper-compat (= 12),
               dh-golang,
               golang-go
Standards-Version: 4.3.0
Homepage: https://github.com/kr/binarydist
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-kr-binarydist
Vcs-Git: https://salsa.debian.org/go-team/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.