summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control54
1 files changed, 54 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..9afb409
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,54 @@
+Source: golang-github-mightyguava-jl
+Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
+Uploaders:
+ Andrej Shadura <andrewsh@debian.org>,
+Section: golang
+Testsuite: autopkgtest-pkg-go
+Priority: optional
+Build-Depends:
+ debhelper-compat (= 13),
+ dh-sequence-golang,
+ golang-any,
+ golang-github-mattn-go-isatty-dev,
+ golang-github-stretchr-testify-dev,
+Standards-Version: 4.6.0
+Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-mightyguava-jl
+Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-mightyguava-jl.git
+Homepage: https://github.com/mightyguava/jl
+Rules-Requires-Root: no
+XS-Go-Import-Path: github.com/mightyguava/jl
+
+Package: golang-github-mightyguava-jl-dev
+Architecture: all
+Multi-Arch: foreign
+Depends:
+ golang-github-mattn-go-isatty-dev,
+ golang-github-stretchr-testify-dev,
+ ${misc:Depends},
+Description: pretty viewer for JSON logs (library)
+ jl is a parser and formatter for JSON logs, making machine-readable
+ JSON logs human readable again.
+ .
+ jl consumes JSON logs from stdin and writes human-readable logs to stdout.
+ .
+ jl currently supports 2 formatters: compact and logfmt.
+ .
+ This package provides a Go package for jl.
+
+Package: jl
+Architecture: any
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends},
+Built-Using:
+ ${misc:Built-Using},
+Static-Built-Using: ${misc:Static-Built-Using}
+Description: pretty viewer for JSON logs (program)
+ jl is a parser and formatter for JSON logs, making machine-readable
+ JSON logs human readable again.
+ .
+ jl consumes JSON logs from stdin and writes human-readable logs to stdout.
+ .
+ jl currently supports 2 formatters: compact and logfmt.
+ .
+ This package provides the command-line tool itself.