File: changelog

package info (click to toggle)
vsearch 2.30.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 22,932 kB
  • sloc: cpp: 30,443; ansic: 501; makefile: 241; sh: 48
file content (496 lines) | stat: -rw-r--r-- 14,104 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
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
vsearch (2.30.0-1) unstable; urgency=medium

  * New upstream version 2.30.0
  * d/control: declare compliance to standards version 4.7.2.
  * occurrences.patch: new: fix typo caught by lintian.

 -- Étienne Mollier <emollier@debian.org>  Wed, 05 Mar 2025 13:55:57 +0100

vsearch (2.29.4-1) unstable; urgency=medium

  * New upstream version 2.29.4
  * d/control: declare compliance to standards version 4.7.1.

 -- Étienne Mollier <emollier@debian.org>  Mon, 24 Feb 2025 19:58:08 +0100

vsearch (2.29.1-1) unstable; urgency=medium

  * New upstream version 2.29.1
  * d/control: declare compliance to standards version 4.7.0.

 -- Étienne Mollier <emollier@debian.org>  Sat, 02 Nov 2024 16:40:05 +0100

vsearch (2.29.0-1) unstable; urgency=medium

  * Team upload.

  [ Andreas Tille ]
  * Remove Tim Booth <tbooth@ceh.ac.uk> since address is bouncing
    (Thank you for your work on this package, Tim)

  [ Michael R. Crusoe ]
  * Standards-Version: 4.6.2 (routine-update)
  * New upstream release.
  * Remove all patches, they were upstreamed

 -- Michael R. Crusoe <crusoe@debian.org>  Thu, 26 Sep 2024 16:12:55 +0200

vsearch (2.28.1-3) unstable; urgency=medium

  * Team upload.
  * d/{control,rules}: this is a GPL package, so document the libsimde-
    dev vesion used to compile.
  * Upload to unstable.

 -- Michael R. Crusoe <crusoe@debian.org>  Mon, 01 Jul 2024 14:37:54 +0200

vsearch (2.28.1-3~0exp0) experimental; urgency=medium

  * Team upload.
  * d/control: build for any 64-bit little-endian arch; use libsimde-dev
    for non-arm64, non-ppc64le, non-amd64 systems
  * dpatches/simde: Use SIMDe for non-{arm64,ppc64l4,amd64} systems.
  * d/{rules,clean}: simplify
 -- Michael R. Crusoe <crusoe@debian.org>  Sun, 30 Jun 2024 09:27:51 +0200

vsearch (2.28.1-2) unstable; urgency=medium

  * d/control: replace markdown by libtext-markdown-perl. (Closes: #1073110)

 -- Étienne Mollier <emollier@debian.org>  Thu, 13 Jun 2024 22:47:23 +0200

vsearch (2.28.1-1) unstable; urgency=medium

  * New upstream version 2.28.1
  * typo.patch: new: fix typo caught by lintian.

 -- Étienne Mollier <emollier@debian.org>  Wed, 08 May 2024 20:39:33 +0200

vsearch (2.27.1-1) unstable; urgency=medium

  * New upstream version 2.27.1
  * sysconf_memory_sizing.patch: delete.
    The patch only includes unistd.h, now duplicated in src/vsearch.h.
    Thanks to Torbjørn Rognes
  * d/control: declare compliance to standards version 4.7.0.
  * d/control: apply multiarch hint.
    vsearch-examples can be safely moved as Architecture: all and
    Multi-Arch: foreign.
  * d/control: relax vsearch architecture to any-amd64.
    This may or may not enable support for hurd-amd64 on upcoming builds.

 -- Étienne Mollier <emollier@debian.org>  Fri, 19 Apr 2024 18:24:02 +0200

vsearch (2.27.0-1) unstable; urgency=medium

  * New upstream version 2.27.0
  * d/copyright: bump upstream copyright year.

 -- Étienne Mollier <emollier@debian.org>  Wed, 14 Feb 2024 20:20:05 +0100

vsearch (2.26.1-1) unstable; urgency=medium

  * New upstream version 2.26.1
  * typo.patch: remove: applied upstream.

 -- Étienne Mollier <emollier@debian.org>  Mon, 27 Nov 2023 21:46:01 +0100

vsearch (2.25.0-1) unstable; urgency=medium

  * New upstream version 2.25.0
  * d/salsa-ci.yml: re-add to exclude i386 build.
  * typo.patch: fix typo caught by lintian.
  * d/control: add myself to uploaders.

 -- Étienne Mollier <emollier@debian.org>  Wed, 15 Nov 2023 15:52:24 +0100

vsearch (2.24.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream version
  * d/salsa-ci.yml: delete: CI adjusted within Salsa.
    The Salsa Team now provides recipes/debian.yml@salsa-ci-team/pipeline
    to use straight in the Salsa configuration, instead of using a debian/
    packaging file.

 -- Étienne Mollier <emollier@debian.org>  Wed, 08 Nov 2023 11:17:48 +0100

vsearch (2.23.0-1) unstable; urgency=medium

  * Packaging update
  * Standards-Version: 4.6.2 (routine-update)
  * New upstream version

 -- Andreas Tille <tille@debian.org>  Thu, 13 Jul 2023 13:25:38 +0200

vsearch (2.22.1-1) unstable; urgency=medium

  * Revert "Add missing build dependency on dh addon."
  * New upstream version
  * Standards-Version: 4.6.1 (routine-update)

 -- Andreas Tille <tille@debian.org>  Mon, 26 Sep 2022 20:19:32 +0200

vsearch (2.21.1-1) unstable; urgency=medium

  * New upstream version 2.21.1

 -- Nilesh Patra <nilesh@debian.org>  Sat, 22 Jan 2022 16:41:02 +0530

vsearch (2.21.0-1) unstable; urgency=medium

  * Fix watchfile to detect new versions on github
  * New upstream version
  * Standards-Version: 4.6.0 (routine-update)

 -- Andreas Tille <tille@debian.org>  Mon, 17 Jan 2022 15:44:41 +0100

vsearch (2.18.0-1) unstable; urgency=medium

  * New upstream version 2.18.0

 -- Nilesh Patra <nilesh@debian.org>  Sat, 28 Aug 2021 19:55:48 +0530

vsearch (2.17.1-1) unstable; urgency=medium

  [ Steffen Möller ]
  * Update metadata - added guix, fixed indent

  [ Nilesh Patra ]
  * Fix watch URL
  * New upstream version 2.17.1

 -- Nilesh Patra <nilesh@debian.org>  Sun, 15 Aug 2021 18:12:22 +0530

vsearch (2.15.2-3) unstable; urgency=medium

  * Team upload.
  * Add Architecture arm64; allows reverse dependencies to migrate on arm64.

 -- Étienne Mollier <etienne.mollier@mailoo.org>  Fri, 12 Feb 2021 22:45:40 +0100

vsearch (2.15.2-2) unstable; urgency=medium

  * Do not compile with -std=c++11 on ppc64el

 -- Nilesh Patra <npatra974@gmail.com>  Wed, 03 Feb 2021 19:44:48 +0530

vsearch (2.15.2-1) unstable; urgency=medium

  * New upstream version
  * Standards-Version: 4.5.1 (routine-update)
  * d/rules: Append -std=c++11 to CXX flags

 -- Nilesh Patra <npatra974@gmail.com>  Sat, 30 Jan 2021 16:26:22 +0530

vsearch (2.15.1-1) unstable; urgency=medium

  * New upstream version

 -- Nilesh Patra <npatra974@gmail.com>  Sat, 31 Oct 2020 00:46:32 +0530

vsearch (2.15.0-1) unstable; urgency=medium

  * New upstream version 2.15.0
  * Remove reference data, compare checksum

 -- Nilesh Patra <npatra974@gmail.com>  Sun, 20 Sep 2020 20:37:25 +0530

vsearch (2.14.2-3) unstable; urgency=medium

  * Source-only upload

 -- Andreas Tille <tille@debian.org>  Tue, 23 Jun 2020 11:17:26 +0200

vsearch (2.14.2-2) unstable; urgency=medium

  [ Nilesh Patra ]
  * Add autopkgtests
  * Add new binary: vsearch-examples
  * Add vsearch binary
  * Install relevant examples
  * Remove external URL
  * Add manpage
  * Install self-generated manpage
  * Add myself to uploaders

  [ Andreas Tille ]
  * debhelper-compat 13 (routine-update)
  * Do not install docs twice

 -- Nilesh Patra <npatra974@gmail.com>  Fri, 12 Jun 2020 16:54:26 +0530

vsearch (2.14.2-1) unstable; urgency=medium

  * Team upload.
  * New upstream version
  * Standards-Version: 4.5.0 (routine-update)
  * Add salsa-ci file (routine-update)
  * Rules-Requires-Root: no (routine-update)
  * Set upstream metadata fields: Bug-Database, Bug-Submit.

 -- Steffen Moeller <moeller@debian.org>  Tue, 19 May 2020 15:09:03 +0200

vsearch (2.14.1-3) unstable; urgency=medium

  * Replace python-markdown by markdown
    Closes: #943267
  * Set upstream metadata fields: Repository.

 -- Andreas Tille <tille@debian.org>  Tue, 17 Dec 2019 10:36:25 +0100

vsearch (2.14.1-2) unstable; urgency=medium

  * Add Architecture ppc64el
    Closes: #946283

 -- Andreas Tille <tille@debian.org>  Fri, 06 Dec 2019 18:06:09 +0100

vsearch (2.14.1-1) unstable; urgency=medium

  * Team upload

  * Added link-time optimization.
  * Standards-Version: 4.4.1
  * Trim trailing whitespace.
  * Set upstream metadata fields: Repository, Repository-Browse.

 -- Steffen Moeller <moeller@debian.org>  Fri, 29 Nov 2019 14:31:50 +0100

vsearch (2.13.6-1) unstable; urgency=medium

  * Team upload.
  * New upstream version
  * debhelper-compat 12
  * Standards-Version: 4.4.0

 -- Steffen Moeller <moeller@debian.org>  Sat, 03 Aug 2019 14:55:58 +0200

vsearch (2.13.5-1) unstable; urgency=medium

  * New upstream version

 -- Andreas Tille <tille@debian.org>  Tue, 02 Jul 2019 15:47:11 +0200

vsearch (2.10.4-1) unstable; urgency=medium

  * New upstream version
  * debhelper 12
  * Standards-Version: 4.3.0
  * Secure URI in copyright format

 -- Andreas Tille <tille@debian.org>  Fri, 11 Jan 2019 22:54:35 +0100

vsearch (2.10.2-1) unstable; urgency=medium

  * New upstream version

 -- Andreas Tille <tille@debian.org>  Tue, 18 Dec 2018 16:56:27 +0100

vsearch (2.9.0-1) unstable; urgency=medium

  * Team upload.

  * New upstream version.
    - Added the fastq_join command
  * d/u/metadata: Added reference to paper in PeerJ.

 -- Steffen Moeller <moeller@debian.org>  Mon, 15 Oct 2018 19:26:53 +0200

vsearch (2.8.5-1) unstable; urgency=medium

  * New upstream version
  * Standards-Version: 4.2.1

 -- Andreas Tille <tille@debian.org>  Wed, 26 Sep 2018 21:00:00 +0200

vsearch (2.8.0-1) unstable; urgency=medium

  * New upstream version
  * Point Vcs fields to salsa.debian.org
  * Standards-Version: 4.1.4

 -- Andreas Tille <tille@debian.org>  Sat, 28 Apr 2018 22:27:42 +0200

vsearch (2.7.1-1) unstable; urgency=medium

  * New upstream version
  * Standards-Version: 4.1.3
  * debhelper 11
  * do not parse d/changelog
  * hardening=+all
  * d/rules
     - fix clean target
     - use DEB_HOST_GNU_CPU directly

 -- Andreas Tille <tille@debian.org>  Sat, 17 Feb 2018 11:30:23 +0100

vsearch (2.4.3-1) unstable; urgency=medium

  * New upstrem version
  * Drop libssl-dev Build-Depends
    Closes: #855340

 -- Andreas Tille <tille@debian.org>  Mon, 19 Jun 2017 12:01:57 +0200

vsearch (2.3.4-1) unstable; urgency=medium

  * New upstream version

 -- Andreas Tille <tille@debian.org>  Thu, 22 Dec 2016 23:38:39 +0100

vsearch (2.3.2-1) unstable; urgency=medium

  * New upstream version
    Closes: #846482
  * debhelper 10
  * d/watch: version=4

 -- Andreas Tille <tille@debian.org>  Mon, 05 Dec 2016 12:04:27 +0100

vsearch (2.3.0-1) unstable; urgency=medium

  * New upstream version

 -- Andreas Tille <tille@debian.org>  Sat, 15 Oct 2016 15:59:44 +0200

vsearch (2.0.5-1) unstable; urgency=medium

  * New upstream version

 -- Andreas Tille <tille@debian.org>  Fri, 16 Sep 2016 15:25:59 +0200

vsearch (2.0.3-2) unstable; urgency=medium

  * Team upload.
  * Make build reproducible.
    - Stop overriding compiler flags in configure.ac.

 -- Sascha Steinbiss <satta@debian.org>  Sun, 04 Sep 2016 15:15:28 +0000

vsearch (2.0.3-1) unstable; urgency=medium

  * Team upload.

  [ Andreas Tille ]
  * New upstream version (builds with GCC6, closes: #831131)

  [ Sascha Steinbiss ]
  * Only use bindnow hardening as a shared lib is built.
  * Disable autopkgtests until vsearch-data package is in the archive.

 -- Sascha Steinbiss <satta@debian.org>  Wed, 03 Aug 2016 18:28:59 +0000

vsearch (2.0.0-1) unstable; urgency=medium

  * New upstream version

 -- Andreas Tille <tille@debian.org>  Thu, 30 Jun 2016 10:29:23 +0200

vsearch (1.11.1-1) unstable; urgency=medium

  * New upstream version
  * cme fix dpkg-control
  * Drop unused lintian override
  * Better hardening

 -- Andreas Tille <tille@debian.org>  Thu, 19 May 2016 12:50:51 +0200

vsearch (1.10.1-1) unstable; urgency=medium

  * New upstream version
  * Moved maintenance from SVN to Git
  * Removed citation that belongs to different program

 -- Andreas Tille <tille@debian.org>  Thu, 10 Mar 2016 23:23:44 +0100

vsearch (1.9.10-1) unstable; urgency=medium

  * New upstream version
  * Secure Vcs-Browser URL
  * Fix some spelling issues

 -- Andreas Tille <tille@debian.org>  Sat, 30 Jan 2016 14:02:24 +0100

vsearch (1.9.5-2) unstable; urgency=medium

  * Remove binary from /bin
    Closes: #810272

 -- Andreas Tille <tille@debian.org>  Thu, 07 Jan 2016 22:17:55 +0100

vsearch (1.9.5-1) unstable; urgency=medium

  * New upstream version
  * Strip description from redundant information about open source
    since all software in Debian main is open source

 -- Andreas Tille <tille@debian.org>  Wed, 09 Dec 2015 15:53:31 +0100

vsearch (1.9.1-1) unstable; urgency=medium

  * New upstream version (no need to exclude files any more)
  * Test data are in separate package now
  * Drop unneeded lintian override

 -- Andreas Tille <tille@debian.org>  Sat, 14 Nov 2015 20:31:07 +0100

vsearch (1.1.3+dfsg-1) unstable; urgency=medium

  * New upstream version
  * Xz compression for example data to save 25% disk space

 -- Andreas Tille <tille@debian.org>  Tue, 19 May 2015 09:11:30 +0200

vsearch (1.1.1+dfsg-1) unstable; urgency=medium

  * New upstream version
  * Restrict architectures to amd64 and kfreebsd-amd64
    Closes: #776813

 -- Andreas Tille <tille@debian.org>  Sat, 21 Feb 2015 18:45:16 +0100

vsearch (1.0.16+dfsg-1) unstable; urgency=medium

  * New upstream version
  * Drop manpage syntax patch since it is a moving target
  * Drop fix_build_issue_on_hurd.patch since applied upstream
  * Refresh kFreeBSD patch
  * x86_spezific_opts.patch: Fixed
    Closes: #778748

 -- Andreas Tille <tille@debian.org>  Thu, 19 Feb 2015 15:58:50 +0100

vsearch (1.0.14+dfsg-1) unstable; urgency=medium

  * New upstream version
  * debian/README.source: Add proper information for data files
  * drop -msse2 flag
  * conditional use of -mtune flag
    Closes: #776812
  * Polishing manpage
  * Lintian override for gzipped data file
  * debian/upstream/metadata: add some related references (note: currently
    there is no publication about vsearch itself)
  * Fix build issue on Hurd (Thanks for the hint to Samuel Thibault
    <sthibault@debian.org>)
    Closes: #776815
  * Fix build issue on BSD by using the POSIX sysconf(3) (Thanks for the
    patch to Jeff Epler <jepler@unpythonic.net>)
    Closes: #776814

 -- Andreas Tille <tille@debian.org>  Mon, 02 Feb 2015 07:40:07 +0100

vsearch (1.0.7+dfsg-1) unstable; urgency=medium

  * Initial Debian release
    Closes: #775820

 -- Andreas Tille <tille@debian.org>  Tue, 20 Jan 2015 14:10:55 +0100

vsearch (1.0.7-0biolinux1) trusty; urgency=low

  * Initial package
  * Will be wanted once the next QIIME release appears.

 -- Tim Booth <tbooth@ceh.ac.uk>  Fri, 09 Jan 2015 17:13:35 +0000