Please backport jq 1.2-8 (universe) from saucy
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Precise Backports |
Fix Released
|
Undecided
|
Unassigned | ||
Quantal Backports |
Fix Released
|
Undecided
|
Unassigned | ||
raring-backports |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
Please backport jq 1.2-8 (universe) from saucy to precise, quantal, raring.
Reason for the backport:
=======
jq is a powerful command-line JSON processor.
- with detailed manual
http://
- it's also mentioned in OpenStack Operations Guide:
http://
Testing:
========
Mark off items in the checklist [X] as you test them, but please leave the checklist so that backporters can quickly evaluate the state of testing.
You can test-build the backport in your PPA with backportpackage:
$ backportpackage -u ppa:<lp username>/<ppa name> -s saucy -d precise jq
$ backportpackage -u ppa:<lp username>/<ppa name> -s saucy -d quantal jq
$ backportpackage -u ppa:<lp username>/<ppa name> -s saucy -d raring jq
* precise:
[-] Package builds without modification
[X] Package builds with minimal patch to specify rake version to build manpage.
https:/
[X] jq installs cleanly and runs
* quantal:
[X] Package builds without modification
[X] jq installs cleanly and runs
* raring:
[X] Package builds without modification
[X] jq installs cleanly and runs
No reverse dependencies
description: | updated |
TESTCASE:
$ cat << EOF | jq '.[] | {City, Latitude, Longitude}'; echo $?
"precision" : "zip",
"Latitude" : 37.7668,
"Longitude" : -122.3959,
"precision" : "zip",
"Latitude" : 37.371991,
"Longitude" : -122.026020,
[
{
"Address": "",
"City": "SAN FRANCISCO",
"State": "CA",
"Zip": "94107",
"Country": "US"
},
{
"Address": "",
"City": "SUNNYVALE",
"State": "CA",
"Zip": "94085",
"Country": "US"
}
]
EOF