gron 0.7.1-2 source package in Ubuntu

Changelog

gron (0.7.1-2) unstable; urgency=medium

  * d/clean:
    - Remove generated manpage and CHANGELOG files (Closes: #1044498)
  * d/control:
    - Declare compliance with Debian Policy 4.6.2
  * d/copyrght:
    - Update years of Debian copyright
  * d/gron.lintian-overrides:
    - Ignore false positive typo in binary
  * d/patches:
    - Add patch drop-shebang-from-fish-completion
  * d/s/lintian-overrides:
    - Add override for long line in test data
  * d/rules:
    - Inject upstream version number into source before build
    - Install completions for fish shell

 -- Nick Morrott <email address hidden>  Sun, 25 Feb 2024 05:19:14 +0000

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
gron_0.7.1-2.dsc 2.1 KiB cbc24cd4e7da0459c5df54dc79e054f561f747e22dbfa2ed799c3c4039d4226e
gron_0.7.1.orig.tar.xz 250.9 KiB fcd12b1b7a2b4d9e8340a451285fd679f2d66933349351c527ac3a5d6cb46fa9
gron_0.7.1-2.debian.tar.xz 6.8 KiB 3ff89146a425dc9c58745f5fafe43a1e1bfbfb77f6f698a72a6acbc73b9607df

No changes file available.

Binary packages built by this source

gron: tool to transform JSON into discrete, greppable assignments

 gron transforms JSON into discrete assignments to make it easier to grep for
 what you want and see the absolute 'path' to it. gron can read JSON from a
 local file, over the network, or directly from STDIN.
 .
 gron eases the exploration of APIs that return large blobs of JSON but have
 terrible documentation.
 .
 gron can work backwards too, enabling you to turn your filtered data back
 into JSON.

gron-dbgsym: debug symbols for gron