jq 1.4-2.1~ubuntu14.04.1 source package in Ubuntu

Changelog

jq (1.4-2.1~ubuntu14.04.1) trusty-backports; urgency=medium

  * No-change backport to trusty

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.

jq (1.4-2) unstable; urgency=medium

  * Set valgrind build-dep to amd64 i386 only (Closes: #752529)
  * Remove unneeded test inhibitor

jq (1.4-1) unstable; urgency=medium

  * Imported Upstream version 1.4 (Closes: #750969, #715244, #742809, #741932)
  * Prevent execution of test suite on armel and armhf (Closes: #752046)
  * Update to Debian source version 9
  * Override dh_auto_configure and dh_auto_clean
 -- Felix Geyer <email address hidden>   Wed, 24 Dec 2014 13:02:42 +0100

Upload details

Uploaded by:
Felix Geyer
Uploaded to:
Trusty
Original maintainer:
Simon Elsbrock
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty backports universe misc

Downloads

File Size SHA-256 Checksum
jq_1.4.orig.tar.gz 201.5 KiB 586ed494b2aa5b7ea8578835bc22d0314c0f26d23db36c12221c6e31b0436f10
jq_1.4-2.1~ubuntu14.04.1.debian.tar.xz 11.5 KiB 2118c3e99ec711d7b8644f8bf65ce8c53e51255aaffdcef411defe766eae733c
jq_1.4-2.1~ubuntu14.04.1.dsc 1.8 KiB ad0f63a4b5c2f51df45be8bba938957e4837687e60bde93d19689bcd8fd158c7

View changes file

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.