Package: jq / 1.4-1~bpo70+1
Metadata
Package | Version | Patches format |
---|---|---|
jq | 1.4-1~bpo70+1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
enable manpages.patch | (download) |
Makefile.am |
1 1 + 0 - 0 ! |
patch makefile to always generate the manpage. |
disable valgrind tests.patch | (download) |
configure.ac |
7 0 + 7 - 0 ! |
disable valgrind tests valgrind is not supported on certain architectures. This patch disables the valgrind tests on these architectures so that a build can succeed nonetheless. . This is still needed because although valgrind exists on these platforms, it still fails execution. |
remove unecessary rakefile deps.patch | (download) |
docs/Rakefile |
82 0 + 82 - 0 ! |
patch rakefile to allow for easier manpage generation This patch disable some of the dependencies that are not required to build the actual manpage. |
patch version into build.patch | (download) |
configure.ac |
2 1 + 1 - 0 ! |
set release version manually. jq sets the build version by parsing the git branch. There is no git branch during package building however. This patch sets the version manually. The version can be looked up using `git describe --tags --match 'upstream*' | sed 's/^upstream\///'`. |
disable shared lib.patch | (download) |
Makefile.am |
16 8 + 8 - 0 ! |
disable building the shared library. Normally the jq binary is statically linked to it, instead we directly build against the source as it was done previously. |
1