jq 1.4-2.1 source package in Ubuntu

Changelog

jq (1.4-2.1) unstable; urgency=medium


  * Non-maintainer upload.
  * Restore the 1.3-1.1 NMU changelog.
  * Fix FTBFS on big endian architectures.
    Add big-endian-fix.patch.
    Patch by Dejan Latinovic <email address hidden>.
    Closes: #754754.

 -- Anibal Monsalve Salazar <email address hidden>  Mon, 21 Jul 2014 07:42:05 +0100

Upload details

Uploaded by:
Simon Elsbrock
Uploaded to:
Sid
Original maintainer:
Simon Elsbrock
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
jq_1.4-2.1.dsc 1.8 KiB 3a0be3ea85bfd0f8e78b7b0b3e24785753e17dce8890604e131a71f716f01c33
jq_1.4.orig.tar.gz 201.5 KiB 586ed494b2aa5b7ea8578835bc22d0314c0f26d23db36c12221c6e31b0436f10
jq_1.4-2.1.debian.tar.xz 11.4 KiB b30ce5f4b03bb7310a0c944c6cb63372b746a47d49387c45d4eb99909dd79a55

No changes file available.

Binary packages built by this source

jq: lightweight and flexible command-line JSON processor

 jq is like sed for JSON data – you can use it to slice
 and filter and map and transform structured data with
 the same ease that sed, awk, grep and friends let you
 play with text.
 .
 It is written in portable C, and it has zero runtime
 dependencies.
 .
 jq can mangle the data format that you have into the
 one that you want with very little effort, and the
 program to do so is often shorter and simpler than
 you’d expect.