File: changelog

package info (click to toggle)
parsinsert 1.04-15
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 105,632 kB
  • sloc: cpp: 8,678; makefile: 111; sh: 15
file content (171 lines) | stat: -rw-r--r-- 5,756 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
parsinsert (1.04-15) unstable; urgency=medium

  * Team upload.
  * d/rules: fix build failures on several architectures.
    This is done by reducing the optimization level down to -O1, again,
    for the selection of architectures still affected by the precision
    issue as shown by the buildd logs.

 -- Étienne Mollier <emollier@debian.org>  Fri, 08 Sep 2023 11:26:57 +0200

parsinsert (1.04-14) unstable; urgency=medium

  * Team upload.
  * d/rules: disable hardening and enforce -fPIE.
    This fixes parsinsert self-test failures when a number of optimization
    options are applied (e.g. -O2, -O3, LTO) once and for all hopefully;
    there have been more than one bug of this kind. (Closes: #964082)
  * d/rules: instruct blhc about the missing flags.
  * d/lintian-overrides: override missing hardening flags.

 -- Étienne Mollier <emollier@debian.org>  Mon, 28 Aug 2023 22:14:03 +0200

parsinsert (1.04-13) unstable; urgency=medium

  * Team upload.
  * d/rules: drop compiler optimization to -O1.
    This used to be done only on a handful of cpu architectures in the
    past, but since gcc-13, precision errors also affect amd64.
    (Closes: #1037816)
  * d/s/lintian-overrides: adjust mismatched override.
  * d/control: declare compliance to standards version 4.6.2.

 -- Étienne Mollier <emollier@debian.org>  Mon, 14 Aug 2023 21:46:10 +0200

parsinsert (1.04-12) unstable; urgency=medium

  * Fix error: ‘time’ was not declared in this scope
    Closes: #1016250

 -- Andreas Tille <tille@debian.org>  Thu, 04 Aug 2022 08:00:35 +0200

parsinsert (1.04-11) unstable; urgency=medium

  * Disable link time optimization since it results in test suite failure
    Closes: #1015577
  * Standards-Version: 4.6.1 (routine-update)

 -- Andreas Tille <tille@debian.org>  Wed, 20 Jul 2022 09:03:42 +0200

parsinsert (1.04-10) unstable; urgency=medium

  * Team upload.
  * Remove unused CFLAGS from 020_hardening.patch; makefile less confusing.
  * d/rules: reduce CXXFLAGS to optimization level -O1 on armel, armhf, ppc64el,
    mips64el and riscv64, which otherwise would output incorrect results.
    (Closes: #973789, #976929)
  * Standards-Version: 4.5.1 (routine-update)

 -- Étienne Mollier <etienne.mollier@mailoo.org>  Tue, 19 Jan 2021 19:36:40 +0100

parsinsert (1.04-9) unstable; urgency=medium

  * Team Upload.
  * Clean up results post Build-Time tests
    (Closes: #968874)
  * Revert "Fix duplicate files with same contents"

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

parsinsert (1.04-8) unstable; urgency=medium

  * Team upload.
  * Run wrap-and-sort.
  * debian/control:
      - Added 'Rules-Requires-Root: no' to source stanza.
      - Bumped debhelper-compat to 13.
      - Bumped Standards-Version to 4.5.0.
  * debian/patches:
      - All patches forwarded upstream.
      - Refreshed all patches.
      - Renamed all patches.
      - 010_fix-gcc6.patch: added Last-Update field to header.
  * debian/rules:
      - Added a override_dh_link using jdupes to replace the result file with
        the same content to softlinks. Consequently:
          ~ debian/control: added jdupes to Build-Depends field.
  * debian/salsa-ci.yml: added to provide CI tests for Salsa.
  * debian/source/lintian-overrides: created to override a message about
    manpage, as requested by lintian.
  * debian/upstream/metadata: added DEP-12 upstream metadata fields.
  * debian/watch:$
      - Bumped version to 4.$
      - Used special strings instead of regex to improve the search.

 -- Gleisson Jesuino Joaquim Cardoso <gleissoncg2@gmail.com>  Wed, 05 Aug 2020 10:43:49 -0300

parsinsert (1.04-7) unstable; urgency=medium

  [ Chris Lamb ]
  * Enable reproducible builds by simply excluding test log containing
    timing data.
    Closes: #946335

 -- Andreas Tille <tille@debian.org>  Sun, 08 Dec 2019 07:52:09 +0100

parsinsert (1.04-6) unstable; urgency=medium

  * Run also comparison after the test command to verify correctness

 -- Andreas Tille <tille@debian.org>  Wed, 04 Dec 2019 20:41:33 +0100

parsinsert (1.04-5) unstable; urgency=medium

  * Run command from autopkgtest also as runtime-test to spot issues
    for certain architectures earlier
  * debhelper-compat 12
  * Standards-Version: 4.4.1
  * Secure URI in copyright format
  * Respect DEB_BUILD_OPTIONS in override_dh_auto_test target
  * Remove trailing whitespace in debian/changelog
  * Use secure URI in debian/watch.
  * Set upstream metadata fields: Archive.

 -- Andreas Tille <tille@debian.org>  Wed, 04 Dec 2019 16:28:50 +0100

parsinsert (1.04-4) unstable; urgency=medium

  * debhelper 11
  * Point Vcs fields to salsa.debian.org
  * Standards-Version: 4.2.1

 -- Andreas Tille <tille@debian.org>  Sun, 23 Sep 2018 22:58:01 +0200

parsinsert (1.04-3) unstable; urgency=medium

  * Team upload.

  [ Nadiya Sitdykova ]
  * add autopkgtest test
  * add info about source of test_data

  [ Andreas Tille ]
  * Moved packaging from SVN to Git
  * debhelper 10
  * Standards-Version: 4.0.1 (no changes needed)
  * New binary package featuring test data

 -- Nadiya Sitdykova <rovenskasa@gmail.com>  Thu, 10 Aug 2017 20:14:29 -0400

parsinsert (1.04-2) unstable; urgency=medium

  * Team upload.
  * Fix building with GCC 6.
    Closes: #811909
  * Enable full hardening.
  * Use secure Vcs-*.
  * Bump Standards-Version.

 -- Sascha Steinbiss <sascha@steinbiss.name>  Sat, 14 May 2016 15:26:05 +0000

parsinsert (1.04-1) unstable; urgency=medium

  * Initial upload to Debian (Closes: #740274)

 -- Andreas Tille <tille@debian.org>  Thu, 27 Feb 2014 16:50:26 +0000

parsinsert (1.04-0biolinux1) precise; urgency=low

  * New package to support QIIME

 -- Tim Booth <tbooth@ceh.ac.uk>  Fri, 16 Aug 2013 12:09:01 +0100