File: changelog

package info (click to toggle)
jsonnet 0.20.0%2Bds-3.1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 16,776 kB
  • sloc: cpp: 23,318; python: 1,788; javascript: 1,003; ansic: 885; sh: 745; makefile: 194; java: 140
file content (134 lines) | stat: -rw-r--r-- 4,475 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
jsonnet (0.20.0+ds-3.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Limit the symbols file to amd64. (Closes: #1102655)
  * Build and install the manpages.

 -- Adrian Bunk <bunk@debian.org>  Mon, 30 Jun 2025 16:31:34 +0300

jsonnet (0.20.0+ds-3) unstable; urgency=medium

  [ Fukui Daichi ]
  * debian: Add symbols for libjsonnet0
  * d/rules: Update flags to fortify the package
  * d/patches: Fix build failure after successful build
  * d/patches: Add patch for switch to the single header Rapid YAML
  * d/patches: Add patch for spelling correction
  * d/patches: Add manpages for commands automatically
  * d/patches: Modify python-binding fix patch to comply with dep3
  * d/patches: Add more fields to fix-build-failure patch
    Changes above are applied to address lintian reports.
  * d/control: Update debhelper-compat version
  * d/copyright: Update to adapt to upstream
  * d/patches: Remove redundant patches for jsonnet upstream
    These patches are already applied upstream.
  * Remove doc/_layouts/base.html
    This is because the file is not transitively compatible to DFSG.
  * Bump Standards-Version to 4.7.2

 -- Fukui Daichi <a.dog.will.talk@akane.waseda.jp>  Wed, 19 Mar 2025 13:57:48 +0000

jsonnet (0.20.0+ds-2.1) unstable; urgency=medium

  * Non-maintainer upload
  * remove deprecated declarations in python bindings (Closes: #1047367)

 -- Bastian Germann <bage@debian.org>  Wed, 15 Jan 2025 13:37:08 +0100

jsonnet (0.20.0+ds-2) unstable; urgency=medium

  * Team upload.

  [ zhangdandan <zhangdandan@loongson.cn> ]
  * add loongarch64 support (Closes: #1059439)

 -- Gianfranco Costamagna <locutusofborg@debian.org>  Sat, 02 Nov 2024 10:59:46 +0100

jsonnet (0.20.0+ds-1) unstable; urgency=medium

  * New upstream version 0.20.0+ds (Closes: #1037703)
  * Update d/copyright

 -- Fukui Daichi <a.dog.will.talk@akane.waseda.jp>  Sun, 30 Jul 2023 13:37:07 +0000

jsonnet (0.18.0+ds-3) unstable; urgency=medium

  * Add riscv64 architecture (Closes: #1014598)

 -- Fukui Daichi <a.dog.will.talk@akane.waseda.jp>  Sun, 31 Jul 2022 13:57:45 +0000

jsonnet (0.18.0+ds-2) unstable; urgency=medium

  * fix FTBFS on several release architectures (Closes: #1013310)
  * fix FTBFS error on armel
  * Allow only specific architectures as build targets

 -- Fukui Daichi <a.dog.will.talk@akane.waseda.jp>  Sat, 02 Jul 2022 13:23:19 +0000

jsonnet (0.18.0+ds-1) unstable; urgency=medium

  * Adopt package (Closes: #1012294)
  * New upstream version 0.18.0+ds
  * Update d/copyright to adapt to upstream
  * Remove tests-dont-use-python2.patch.
    This is because tests in upstream have moved to Python 3 only.

 -- Fukui Daichi <a.dog.will.talk@akane.waseda.jp>  Mon, 20 Jun 2022 13:00:37 +0000

jsonnet (0.17.0+ds-2) unstable; urgency=medium

  * Fix broken symlinks in libjsonnet-dev due to missing deps (Closes: #985511)

 -- Mo Zhou <lumin@debian.org>  Wed, 24 Mar 2021 09:49:24 +0800

jsonnet (0.17.0+ds-1) unstable; urgency=medium

  * New upstream version 0.17.0+ds
  * Rebase existing patches.

 -- Mo Zhou <lumin@debian.org>  Tue, 01 Dec 2020 11:12:06 +0800

jsonnet (0.16.0+ds-1) unstable; urgency=medium

  * New upstream version 0.16.0+ds

 -- Mo Zhou <lumin@debian.org>  Sun, 22 Nov 2020 14:34:43 +0800

jsonnet (0.15.0+ds-1) unstable; urgency=medium

  * New upstream version 0.15.0+ds
  * Bump Standards-Version to 4.5.0 (no change).
  * Update my mail address in control and copyright.
  * Specify Rules-Requires-Root: no .

 -- Mo Zhou <lumin@debian.org>  Thu, 13 Feb 2020 11:25:24 +0800

jsonnet (0.14.0+ds-2) unstable; urgency=medium

  * Build extensions for all supported python3 versions. (Closes: #942668)

 -- Mo Zhou <cdluminate@gmail.com>  Sun, 20 Oct 2019 09:40:58 +0800

jsonnet (0.14.0+ds-1) unstable; urgency=medium

  * New upstream version 0.14.0+ds
  * Install the libjsonnet++ dynanic/static libraries. (Closes: #931011)
  * Add the missing B-D libgtest-dev.
  * Update autopkgtest control file.

 -- Mo Zhou <cdluminate@gmail.com>  Wed, 18 Sep 2019 21:33:45 +0800

jsonnet (0.13.0+ds-1) unstable; urgency=medium

  * New upstream version 0.13.0+ds
  * Remove merged patches and refresh remaining ones.
  * Install new executable usr/bin/jsonnetfmt .
  * Update lintian overrides.

 -- Mo Zhou <cdluminate@gmail.com>  Tue, 25 Jun 2019 05:01:43 +0000

jsonnet (0.12.1+ds-1) unstable; urgency=low

  * Initial release. (Closes: #922047)

 -- Mo Zhou <cdluminate@gmail.com>  Sat, 18 May 2019 05:56:07 +0000