File: changelog

package info (click to toggle)
khmer 3.0.0~a3%2Bdfsg-9~0exp
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 64,644 kB
  • sloc: cpp: 53,755; ansic: 46,858; python: 19,891; makefile: 632; sh: 166; xml: 19; javascript: 16
file content (291 lines) | stat: -rw-r--r-- 9,149 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
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
khmer (3.0.0~a3+dfsg-9~0exp) experimental; urgency=medium

  * d/patches/non-x86-compat.patch: add support for non-x86 systems
  * d/control: build everywhere

 -- Michael R. Crusoe <crusoe@debian.org>  Sun, 18 Feb 2024 09:40:13 +0100

khmer (3.0.0~a3+dfsg-8) unstable; urgency=medium

  * d/patches/nose2pytest: rename setup/teardown methods to Pytest way.
    Closes: #1063977.

 -- Michael R. Crusoe <crusoe@debian.org>  Sat, 17 Feb 2024 12:38:43 +0100

khmer (3.0.0~a3+dfsg-7) unstable; urgency=medium

  * Team upload.
  * Refresh d/p/python3.12-support.patch with missing Ubuntu changes.

 -- Olivier Gayot <olivier.gayot@canonical.com>  Wed, 29 Nov 2023 21:57:29 +0100

khmer (3.0.0~a3+dfsg-6) unstable; urgency=medium

  * Team upload.

  [ Olivier Gayot ]
  * Add support for Python 3.12
    Closes: #1055687 (LP: #2044383)

  [ Andreas Tille ]
  * Build-Depends: s/dh-python/dh-sequence-python3/ (routine-update)

 -- Andreas Tille <tille@debian.org>  Wed, 29 Nov 2023 15:51:50 +0100

khmer (3.0.0~a3+dfsg-5) unstable; urgency=medium

  * Team Upload.
  * Use sphinx-build since build_sphinx option is
    removed (Closes: #1042657)
  * Bump Standards-Version to 4.6.2 (no changes needed)

 -- Nilesh Patra <nilesh@debian.org>  Sat, 09 Sep 2023 13:03:41 +0530

khmer (3.0.0~a3+dfsg-4) unstable; urgency=medium

  * Team Upload.
  * Add patch to find object files at the right location (Closes: #1020031)
  * d/rules: split oxli make rules into two, pass parameters/env-vars to not
    over-clean for make-all call

 -- Nilesh Patra <nilesh@debian.org>  Sat, 24 Sep 2022 21:04:43 +0530

khmer (3.0.0~a3+dfsg-3) unstable; urgency=medium

  * debian/control: stop building on no-amd64 due to use of assembly
    in third_party/cqf

 -- Michael R. Crusoe <crusoe@debian.org>  Fri, 02 Sep 2022 13:58:03 +0200

khmer (3.0.0~a3+dfsg-2) unstable; urgency=medium

  * debian/patches/fix_non_x86_build: enable building on aarch64 and
    other non-x86 systems.
  * debian/patches/hardening: Restore standard build flags into third-
    party/cqf.

 -- Michael R. Crusoe <crusoe@debian.org>  Thu, 01 Sep 2022 16:14:43 +0200

khmer (3.0.0~a3+dfsg-1) unstable; urgency=medium

  * New upstream version
  * Refreshed patches
  * Added patch to run Cython so we can support Python 3.10+
  * Forwarded most patches upstream
  * Remove trailing whitespace in debian/changelog (routine-update)

 -- Michael R. Crusoe <crusoe@debian.org>  Tue, 30 Aug 2022 19:41:55 +0200

khmer (2.1.2+dfsg-11) unstable; urgency=medium

  [ Stefano Rivera ]
  * Adapt to a change in Python3
    Closes: #1008402

  [ Michael R. Crusoe ]
  * debian/patches: some header cleanups.
  * debian/patches/stringio-buffer.patch: another fix for recent Python
    versions.
  * Fix license mismatch in AppStream metadata
  * Standards-Version: 4.6.1 (routine-update)

 -- Michael R. Crusoe <crusoe@debian.org>  Mon, 22 Aug 2022 11:53:48 +0200

khmer (2.1.2+dfsg-10) unstable; urgency=medium

  * Team upload.
  * Use python-bz2 instead of bz2file (addressing bug #987287)
  * Standards-Version: 4.6.0 (routine-update)

 -- Andreas Tille <tille@debian.org>  Fri, 03 Dec 2021 21:59:39 +0100

khmer (2.1.2+dfsg-9) unstable; urgency=medium

  [ Nilesh Patra ]
  * Team Upload.
  * debian/patches/gcc11.patch: Fix gcc-11 FTBFS (Closes: #984079)
  * d/salsa-ci.yml: Disable reprotest and i386 build
  * d/clean: Clean more files

  [ Steffen Moeller ]
  * Fix watchfile to detect new versions on github (routine-update)

 -- Nilesh Patra <nilesh@debian.org>  Mon, 06 Sep 2021 14:34:23 +0000

khmer (2.1.2+dfsg-8) unstable; urgency=medium

  * Fix autopkgtests for newer pytest: s/pyarg/pyargs/
  * Standards-Version: 4.5.1 (routine-update)
  * debhelper-compat 13 (routine-update)
  * Update renamed lintian tag names in lintian overrides.
  * Replace use of deprecated $ADTTMP with $AUTOPKGTEST_TMP.

 -- Michael R. Crusoe <crusoe@debian.org>  Mon, 04 Jan 2021 14:18:12 +0100

khmer (2.1.2+dfsg-7) unstable; urgency=medium

  * Simplify autopkgtest. Closes: #955566
  * s/ADTTMP/AUTOPKGTEST_TMP/g
  * Standards-Version: 4.5.0 (routine-update)
  * debhelper-compat 12 (routine-update)
  * Remove trailing whitespace in debian/changelog (routine-update)
  * Add salsa-ci file (routine-update)
  * Rules-Requires-Root: no (routine-update)
  * Use secure URI in Homepage field.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright).

 -- Michael R. Crusoe <michael.crusoe@gmail.com>  Tue, 07 Apr 2020 17:27:50 +0200

khmer (2.1.2+dfsg-6) unstable; urgency=medium

  * Fix building arch-independent packages separately.

 -- Michael R. Crusoe <michael.crusoe@gmail.com>  Wed, 09 Jan 2019 07:27:45 -0800

khmer (2.1.2+dfsg-5) unstable; urgency=medium

  * Fix liboxli-dev autopkgtest.
  * debian/khmer.metainfo.xml: Use a component ID in reverse domain-name
    format.
  * shrink khmer-common and silence many lintian warnings by symlinking to the
    relevant files in python3-guzzle-sphinx-theme

 -- Michael R. Crusoe <michael.crusoe@gmail.com>  Tue, 08 Jan 2019 06:16:30 -0800

khmer (2.1.2+dfsg-4) unstable; urgency=medium

  * Team upload.

  [ Michael R. Crusoe ]
  * deal with embedded-javascript-library.

  [ Andreas Tille ]
  * debhelper 11
  * Point Vcs fields to salsa.debian.org
  * Standards-Version: 4.3.0
  * Drop useless get-orig-source target
  * Respect DEB_BUILD_OPTIONS in override_dh_auto_test target
  * Drop ancient X-Python-Version field
  * package khmer is: Multi-Arch: foreign

 -- Andreas Tille <tille@debian.org>  Mon, 07 Jan 2019 15:22:24 +0100

khmer (2.1.2+dfsg-3) unstable; urgency=medium

  * Drop unsupported archs (mips*, ppc*).

 -- Michael R. Crusoe <michael.crusoe@gmail.com>  Sun, 11 Feb 2018 02:20:06 -0800

khmer (2.1.2+dfsg-2) unstable; urgency=medium

  * Team upload
  * debhelper 10
  * Specify compression option from d/rules directly inside watch file
  * Fix clean target ba removing possibly existing __pycache__ and .eggs
  * Autopkgtest is making use of third-party header file - install this into
    liboxli-dev package and add according -I directive to test
    Closes: #851830
  * Standards-Version: 4.1.2

 -- Andreas Tille <tille@debian.org>  Fri, 15 Dec 2017 19:42:24 +0100

khmer (2.1.2+dfsg-1) unstable; urgency=medium

  * New upstream version 2.1.2

 -- Michael R. Crusoe <michael.crusoe@gmail.com>  Sat, 07 Oct 2017 05:47:31 -0700

khmer (2.1.1+dfsg-1) unstable; urgency=medium

  [ Andreas Tille ]
  * Remove empty field

  [ Michael R. Crusoe ]
  * New upstream version 2.1.1
  * Incorporate patch from Ubuntu, thank you Michael Hudson-Doyle.
    Closes: #862380

 -- Michael R. Crusoe <michael.crusoe@gmail.com>  Tue, 29 Aug 2017 23:30:09 -0700

khmer (2.0+dfsg-10ubuntu1) artful; urgency=medium

  * Fix build with Python 3.6.

 -- Michael Hudson-Doyle <michael.hudson@ubuntu.com>  Fri, 12 May 2017 13:15:00 +1200

khmer (2.0+dfsg-10) unstable; urgency=medium

  * Team upload.
  * Revert "Drop arm64 due to failing tests."  Closes: #859752

 -- Mattia Rizzolo <mattia@debian.org>  Thu, 06 Apr 2017 22:02:24 +0200

khmer (2.0+dfsg-9) unstable; urgency=medium

  * Drop arm64 due to failing tests. (Closes: #851830)

 -- Michael R. Crusoe <michael.crusoe@gmail.com>  Tue, 24 Jan 2017 07:37:50 -0800

khmer (2.0+dfsg-8) unstable; urgency=medium

  * Team upload.
  * Enable static building ('--static') with pkg-config.
  * Have autopkgtests use pkg-config.

 -- Sascha Steinbiss <satta@debian.org>  Sun, 15 Jan 2017 13:13:43 +0000

khmer (2.0+dfsg-7) unstable; urgency=medium

  * make build reproducible

 -- Michael R. Crusoe <michael.crusoe@gmail.com>  Mon, 23 May 2016 12:55:46 -0700

khmer (2.0+dfsg-6) unstable; urgency=medium

  * Switch from deprecated ruby-ronn to asciidoctor for manpage generation
  * Bump Standards-Version to 3.9.8

 -- Michael R. Crusoe <michael.crusoe@gmail.com>  Wed, 04 May 2016 11:25:30 -0700

khmer (2.0+dfsg-5) unstable; urgency=medium

  * Add 'appdata' about our IANA media type courtesy of Petter Reinholdtsen
    <pere@hungry.com>

 -- Michael R. Crusoe <crusoe@ucdavis.edu>  Fri, 05 Feb 2016 13:14:34 -0800

khmer (2.0+dfsg-4) unstable; urgency=medium

  [Michael Crusoe]
  * Put the khmer package in the 'science' section
  * Tighten arch support

  [Kevin Murray]
  * Add crunchbangs to postinst & postrm scripts

 -- Michael R. Crusoe <crusoe@ucdavis.edu>  Mon, 25 Jan 2016 05:35:34 -0800

khmer (2.0+dfsg-3) unstable; urgency=medium

  * Fixed DEP-8 test dependencies (tested with lxc instructions at
    https://ci.debian.net/doc/file.MAINTAINERS.html )

 -- Michael R. Crusoe <crusoe@ucdavis.edu>  Mon, 11 Jan 2016 11:59:11 -0800

khmer (2.0+dfsg-2) unstable; urgency=medium

  [Michael Crusoe]
  * Be explicit about architecture support
  * Set home directory for building the docs (Closes: #808424)

  [Kevin Murray]
  * Ensure that liboxli-dev depends on liboxli1

 -- Michael R. Crusoe <crusoe@ucdavis.edu>  Sun, 20 Dec 2015 01:24:57 -0800

khmer (2.0+dfsg-1) unstable; urgency=low

  * Initial upload (Closes: #777688)

 -- Michael R. Crusoe <crusoe@ucdavis.edu>  Wed, 09 Sep 2015 08:54:11 +0200