jq 1.3-1 source package in Ubuntu

Changelog

jq (1.3-1) unstable; urgency=low


  * New upstream release. (Closes: #725118)
  * Add a new patch that enables the creation of the manpage.
  * Add a new patch that disables valgrind on certain architectures
    reported as failing (because of missing valgrind support) by buildd
  * Remove a patch fixing destination directories (resolved by the
    automake toolchain used in this release).
  * Use github.com directly to check for new releases instead of the
    githubredir.debian.net services (as stated in uscan(1)).
  * Thanks to Faidon Liambotis and Michael Stapelberg for their extensive
    reviews.

 -- Simon Elsbrock <email address hidden>  Wed, 02 Oct 2013 21:25:22 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
jq_1.3-1.dsc 1.8 KiB ca6852f76781c1b1bbd1e2bb49ef98a34530596edf6dc3d8661082e0788f43cf
jq_1.3.orig.tar.gz 208.8 KiB 3250e09ffc4404d0ff79450da3e1572a48b95a8a95b3119713e6d37dffcf1bb3
jq_1.3-1.debian.tar.gz 10.6 KiB 8968f8313de5e60521c8239f48435e318c337fadb5816f1db9fb6d9dcef99ef8

Available diffs

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.