File: changelog

package info (click to toggle)
pomegranate-clojure 1.2.24-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 636 kB
  • sloc: xml: 135; sh: 37; makefile: 17
file content (227 lines) | stat: -rw-r--r-- 8,243 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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
pomegranate-clojure (1.2.24-5) unstable; urgency=medium

  * Team upload.
  * d/run-build-tests: accommodate the test-runner jar rename.

 -- Rob Browning <rlb@defaultvalue.org>  Fri, 21 Feb 2025 12:23:26 -0600

pomegranate-clojure (1.2.24-4) unstable; urgency=medium

  * Team upload.
  * Upload for build using libtools-build-clojure >= 0.10.6+ds-6 to make
    jar pom.properties reproducible. (Closes: #1095578)

 -- Rob Browning <rlb@defaultvalue.org>  Wed, 12 Feb 2025 18:07:06 -0600

pomegranate-clojure (1.2.24-3) unstable; urgency=medium

  * Team upload.
  * Use cognitect.test-runner for debian tests.  Now that it's in Debian,
    switch to libcognitect-test-runner-clojure, and test src/test/clojure
    rather than the jar.  Given that, mark the autopkgtests as superficial
    and rename d/tests/install to d/tests/net-and-isolated.

 -- Rob Browning <rlb@defaultvalue.org>  Tue, 11 Feb 2025 20:28:38 -0600

pomegranate-clojure (1.2.24-2) unstable; urgency=medium

  * Team upload.
  * Upload for build using libtools-build-clojure >= 0.10.6+ds-3 to make
    pom.xml reproducible. (Closes: #1095578)

 -- Rob Browning <rlb@defaultvalue.org>  Mon, 10 Feb 2025 12:55:16 -0600

pomegranate-clojure (1.2.24-1) unstable; urgency=medium

  * Team upload.
  * Update to upstream version '1.2.24'.
  * 0002_Skip-failing-deploy-artifacts-test.patch: remove after upgrade.
  * 0001_Skip_Network_Tests.patch: adjust for 1.2.24 and disable via #_.
  * 0001_Skip_Network_Tests.patch: just mark relevant tests as ^:network.
    Add ^:network metadata to the relevant tests instead of commenting
    them out so we'll be able to choose when to run them.
  * d/patches: change deps.edn dependencies to debian coordinates.  Now
    that upstream no longer provides a pom.xml, adjust the coordinates in
    the deps.edn for debian so that we'll be able to run tools.build to
    create the jar and pom.xml.  Add
    0002-deps.edn-change-dependencies-to-debian-coordinates.patch to make
    the changes.
  * libpomegranate-clojure.docs: switch to README.adoc and CHANGELOG.adoc.
  * Build debian jar/pom via tools.build.  Since upstream no longer
    provides a pom.xml, but does provide tools.build code to build a jar
    with a pom, use that.
  * d/run-build-tests: rely on libpomegranate-clojure.classpath.
  * Run src/test tests requiring network via autopkgtest.  Until we can
    use cognitect.test-runner, filter the tests in run-debian-tests
    ourselves, based on the :network metadata so we can run the :network
    tests via debian/tests/source (tools-build-clojure does something
    similar).
  * Run src/test-isolated tests via autopkgtest.
  * Run all tests via autopkgtest on installed jar.  Instead of running
    the source tests in a built source tree against the src/, add a --src
    option to run-build-tests that allows us to specify the source to test
    against and use that to run all the tests (network, isolated, and the
    rest) against the installed jar via autopkgtest.  Drop the more
    expensive debian/tests/source since testing the packaged jar makes
    them irrelevant.
  * d/control: update Standards-Version to 4.7.0.

 -- Rob Browning <rlb@defaultvalue.org>  Fri, 07 Feb 2025 17:35:56 -0600

pomegranate-clojure (1.2.1-5.1) unstable; urgency=medium

  * Team upload.
  * No-change, source-only upload for testing migration.
    (fix previous bungled upload)

 -- Jérôme Charaoui <jerome@riseup.net>  Tue, 21 Jan 2025 13:58:22 -0500

pomegranate-clojure (1.2.1-5) unstable; urgency=medium

  * Team upload.
  * No-change, source-only upload for testing migration.

 -- Jérôme Charaoui <jerome@riseup.net>  Mon, 20 Jan 2025 11:59:23 -0500

pomegranate-clojure (1.2.1-4) unstable; urgency=medium

  * Team upload.
  * fix missing jar in jar and test classpath (Closes: #1091055)
  * d/patches: skip failing test with latest maven-resolver
  * d/watch: remove uversionmangle, fix pattern

 -- Jérôme Charaoui <jerome@riseup.net>  Thu, 16 Jan 2025 14:28:09 -0500

pomegranate-clojure (1.2.1-3) unstable; urgency=medium

  * Team upload.

  [ Louis-Philippe Véronneau ]
  * d/foo.links: add compatibility shim for maven clj-commons -> com.cemerick

 -- Louis-Philippe Véronneau <pollo@debian.org>  Tue, 14 Jun 2022 14:29:24 -0400

pomegranate-clojure (1.2.1-2) unstable; urgency=medium

  * Team upload.

  [ Louis-Philippe Véronneau ]
  * d/patches: add 0001 to skip tests that require network access.

 -- Louis-Philippe Véronneau <pollo@debian.org>  Sat, 14 May 2022 16:54:14 -0400

pomegranate-clojure (1.2.1-1) unstable; urgency=medium

  * Team upload.
  * New upstream version. (Closes: #1010950)

  [ Louis-Philippe Véronneau ]
  * d/control: New email for the Clojure Team.
  * d/gbp.conf: create.
  * d/watch: update to v4 syntax and use git mode.
  * d/control: use debhelper-compat, version 13.
  * d/control: update dependencies.
  * d/*.classpath: clean and reorder.
  * d/rules: flesh out.
  * d/tests: run upstream unit tests as autopkgtests.
  * d/control: Standards-Version update to 4.6.1. No changes.
  * d/copyright: fix insecure URI.
  * d/control: add Rules-Requires-Root statement.

 -- Louis-Philippe Véronneau <pollo@debian.org>  Fri, 13 May 2022 23:21:42 -0400

pomegranate-clojure (1.1.0+really-2) unstable; urgency=medium

  * Autopkgtests should use clojure, not clojure1.8 (Closes: #927423)

 -- Elana Hashman <ehashman@debian.org>  Fri, 19 Apr 2019 09:43:22 -0400

pomegranate-clojure (1.1.0+really-1) unstable; urgency=medium

  * Depend on Clojure (1.10), not 1.8
  * Missed the actual upstream 1.1.0 release commit, oops (Closes: #923211)

 -- Elana Hashman <ehashman@debian.org>  Sat, 02 Mar 2019 21:42:40 -0500

pomegranate-clojure (1.1.0-1) unstable; urgency=medium

  * New upstream release.
  * Assert compliance with latest policy.

 -- Elana Hashman <ehashman@debian.org>  Mon, 04 Feb 2019 23:10:04 -0500

pomegranate-clojure (1.0.0-2) unstable; urgency=medium

  [ Tom Marble ]
  * Change libclojure from Build-Dep to Dep
  * Declare compliance with Debian Policy 4.1.3.

  [ Elana Hashman ]
  * Switch Vcs links over to salsa. (tomatillo)
  * Remove Eugenio to Uploaders.
  * Maven builds require libclojure as builddep, use 1.8.

 -- Elana Hashman <ehashman@debian.org>  Fri, 23 Mar 2018 00:08:03 -0400

pomegranate-clojure (1.0.0-1) unstable; urgency=medium

  * New upstream release

 -- Elana Hashman <ehashman@debian.org>  Tue, 14 Nov 2017 02:10:21 +0000

pomegranate-clojure (0.4.0-4) unstable; urgency=medium

  * Team upload.
  * New dependency on the libmaven-resolver-transport-http-java package

 -- Emmanuel Bourg <ebourg@apache.org>  Mon, 13 Nov 2017 14:05:42 +0100

pomegranate-clojure (0.4.0-3) unstable; urgency=medium

  * Team upload.
  * Depend on libwagon-http-java and libwagon-ssh-java instead of libwagon2-java

 -- Emmanuel Bourg <ebourg@apache.org>  Fri, 10 Nov 2017 15:06:12 +0100

pomegranate-clojure (0.4.0-2) unstable; urgency=medium

  * Include plexus dependencies (which are optional deps of maven-resolver).

 -- Elana Hashman <ehashman@debian.org>  Sat, 14 Oct 2017 14:35:33 +0000

pomegranate-clojure (0.4.0-1) unstable; urgency=medium

  * Update classpath to ensure all Java dependencies are included.
  * Import new upstream version 0.4.0.

 -- Elana Hashman <ehashman@debian.org>  Fri, 13 Oct 2017 10:28:04 -0400

pomegranate-clojure (0.4.0~alpha1-2) unstable; urgency=medium

  * Bump standards version to 4.0.0.
  * Release to unstable.

 -- Elana Hashman <debian@hashman.ca>  Mon, 07 Aug 2017 15:53:28 -0400

pomegranate-clojure (0.4.0~alpha1-1) experimental; urgency=medium

  * Fix classpath (Closes: #862272)
  * Import new upstream version (Closes: #862233)

  [ Emmanuel Bourg ]
  * Build with maven-debian-helper instead of javahelper
  * Removed the htmlized readme

 -- Elana Hashman <debian@hashman.ca>  Wed, 31 May 2017 08:48:16 +0200

pomegranate-clojure (0.3.1-1) unstable; urgency=medium

  * Upgrade version to most recent (Closes: #852246)

 -- Elana Hashman <debian@hashman.ca>  Sat, 06 May 2017 22:54:46 -0400

pomegranate-clojure (0.2.0-1) unstable; urgency=low

  * Initial Release. (Closes: #719764)

 -- Eugenio Cano-Manuel Mendoza <eugeniocanom@gmail.com>  Thu, 15 Aug 2013 04:48:05 +1000