File: control

package info (click to toggle)
golang-github-getlantern-hidden 0.0~git20190325.f02dbb0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 64 kB
  • sloc: makefile: 2
file content (26 lines) | stat: -rw-r--r-- 1,092 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-getlantern-hidden
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Micah Anderson <micah@debian.org>
Build-Depends: debhelper (>= 11),
               dh-golang,
               golang-any,
               golang-github-stretchr-testify-dev,
               golang-github-getlantern-hex-dev
Standards-Version: 4.3.0
Homepage: https://github.com/getlantern/hidden
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-getlantern-hidden
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-getlantern-hidden.git
XS-Go-Import-Path: github.com/getlantern/hidden
Testsuite: autopkgtest-pkg-go

Package: golang-github-getlantern-hidden-dev
Architecture: all
Depends: ${misc:Depends},
         golang-github-stretchr-testify-dev,
         golang-github-getlantern-hex-dev
Description: Hide text in text
 hidden provides the ability to "hide" binary data in a string using a hex
 encoding with non-printing characters. Hidden data is demarcated with
 a leading and trailing NUL character.