File: control

package info (click to toggle)
golang-github-d4l3k-messagediff 1.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 104 kB
  • ctags: 46
  • sloc: makefile: 2
file content (26 lines) | stat: -rw-r--r-- 1,148 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-d4l3k-messagediff
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Alexandre Viau <aviau@debian.org>
Build-Depends: debhelper (>= 9),
               dh-golang,
               golang-go,
               golang-golang-x-net-dev
Standards-Version: 3.9.8
Homepage: https://github.com/d4l3k/messagediff
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-d4l3k-messagediff.git
Vcs-Git: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-d4l3k-messagediff.git
XS-Go-Import-Path: github.com/d4l3k/messagediff

Package: golang-github-d4l3k-messagediff-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-go,
         golang-golang-x-net-dev
Description: library for doing diffs of arbitrary Golang structs
 messagediff is a library for doing diffs of arbitrary Golang structs. If the
 unsafe package is available messagediff will diff unexported fields in
 addition to exported fields. This is primarily used for testing purposes as
 it allows for providing informative error messages.