jq 1.6-3 source package in Ubuntu

Changelog

jq (1.6-3) unstable; urgency=medium

  [ Alex Murray ]
  * Fix fromdate when local time is during daylight savings
    (Closes: #979308 LP: #1910162)
    - d/p/fix-ftbfs-when-localtime-is-dst.patch: Backport upstream patch
      which ensures fromdate uses the correct time during daylight savings

  [ ChangZhuo Chen (陳昌倬) ]
  * Bump Standards-Version to 4.6.2.
  * Clean modified files (Closes: #1047460)
  * Update Homepage.
  * Update d/copyright.
  * Add d/upstream/metadata.
  * Add d/gbp.conf.

 -- ChangZhuo Chen (陳昌倬) <email address hidden>  Mon, 21 Aug 2023 00:32:38 +0800

Upload details

Uploaded by:
ChangZhuo Chen (陳昌倬)
Uploaded to:
Sid
Original maintainer:
ChangZhuo Chen (陳昌倬)
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release main misc

Downloads

File Size SHA-256 Checksum
jq_1.6-3.dsc 1.9 KiB ac5ce4fd9188fb9524c91d283c3afe2e02c7c731989a7b65a877a6682ef26eed
jq_1.6.orig.tar.gz 410.0 KiB 3ba940b97571c866923f0409678033d33b5a98758dfc174fad8397ed908bc4d9
jq_1.6-3.debian.tar.xz 14.7 KiB d8f423777ec0fa886a60d069fbfe0af8aea75c9e941fab4972242da1538ccc6b

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 minimal 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.

jq-dbgsym: debug symbols for jq
libjq-dev: lightweight and flexible command-line JSON processor - development files

 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 minimal 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.
 .
 This package contains the development files.

libjq1: lightweight and flexible command-line JSON processor - shared library

 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 minimal 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.
 .
 This package contains the shared library.

libjq1-dbgsym: debug symbols for libjq1