Debian Patches
Status for jshon/20180209.d919aea-1
Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
pr49.patch | [PATCH] Update Makefile to use $PREFIX Standard prefix is /usr/local. This makes it easier for me to install it (I always override this variable for my home folder) and is also more standard. See https://www.gnu.org/prep/standards/standards.html#Directory-Variables |
milhnl <myzzzl@gmail.com> | no | 2016-11-27 | ||
pr50.patch | [PATCH] Made the -0 (null-delimit) work on -k (print keys) too. This functionality should be there for two reasons: 1. The JSON spec allows \n in a key, so we have to deal with this possibility. 2. There's no reason for it not to work. This is a small patch, and now users can have null-delimited keys if they want to. |
Michiel van den Heuvel <me@milh.nl> | no | 2016-11-28 | ||
pr51.patch | [PATCH] Add -E tag:name:value syntax to get a value from name/value pairs | Garrick Staples <garrick.staples@gmail.com> | no | 2017-01-23 | ||
pr52.patch | [PATCH] add wrap option This option will wrap the top of the stack in given key. Manipulation example: $ cat sample.json {"a": 1, "b": 2} $ jshon -e a -w a2 -i a < sample.json { "a": { "a2": 1 }, "b": 2 } |
Felix Van der Jeugt <felix.vanderjeugt@gmail.com> | no | 2017-01-24 | ||
pr52_man.patch | Document functionality added in pr52.patch | Andreas Tille <tille@debian.org> | no | 2025-02-20 | ||
pr54.patch | [PATCH] Fix null termination in read_stream This came up in issue #53. |
Mikael Brockman <mikael@brockman.se> | no | 2017-03-02 | ||
pr61.patch | [PATCH] add rotate (-r) option | Felix Van der Jeugt <felix.vanderjeugt@gmail.com> | no | 2019-04-15 | ||
pr61_man.patch | Document functionality added in pr61.patch | Andreas Tille <tille@debian.org> | no | 2025-02-20 | ||
pr62.patch | [PATCH] fix build against musl | =?UTF-8?q?J=C3=B6rg=20Thalheim?= <joerg@thalheim.io> | no | 2020-05-06 | ||
pr64.patch | [PATCH] spelling: original | Josh Soref <jsoref@users.noreply.github.com> | no | https://github.com/keenerd/jshon/pull/64 | 2022-02-13 | |
pr67.patch | [PATCH] cast to an int to fix warning | unknown <theotheroracle@disroot.org> | no | 2023-08-06 | ||
remove_werror | # From: Jordan Metzmeier <jmetzmeier01@gmail.com> # Subject: Remove -Werror from compilation since it FTBS # on newer versions of GCC |
no | ||||
manpage_fixes | # From: Jordan Metzmeier <jmetzmeier01@gmail.com> # Subject: Fix macro errors in manpage and convert hyphens to minus signs. # Hypens can cause issues with copy and pasting examples from the manpage |
no | ||||
manpage_add_example | # From: Jordan Metzmeier <jmetzmeier01@gmail.com> # Subject: Add an example of how jshon can be used to create JSON # The description of jshon includes it's ability to create JSON. Examples # of how to do this were not present in any of the documentation |
no | ||||
fix_version.patch | Report correct version | Andreas Tille <tille@debian.org> | no | 2025-02-20 |
All known versions for source package 'jshon'
- 20180209.d919aea-1 (trixie, forky, sid)
- 20131010-3 (bookworm)