File: changelog

package info (click to toggle)
librsb 1.2.0.9%2Breal%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 33,844 kB
  • sloc: ansic: 426,131; f90: 84,225; sh: 5,806; makefile: 698; objc: 686; awk: 18; sed: 1
file content (210 lines) | stat: -rw-r--r-- 7,581 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
librsb (1.2.0.9+real+dfsg-1) unstable; urgency=medium

  * New upstream version 1.2.0.9+real+dfsg
    The previous version was released using a release-candidate
    tarball, hence the strange upstream version number (with "+real")
    for the current release.
  * d/p/typo-doxygen-alias.patch: Drop patch (applied upstream)

 -- Rafael Laboissière <rafael@debian.org>  Thu, 13 Aug 2020 03:12:42 -0300

librsb (1.2.0.9+dfsg-1) unstable; urgency=medium

  * New upstream version 1.2.0.9+dfsg
  * d/copyright: Reflect upstream changes
  * d/p/fix-path-of-mtx-files.patch: Drop patch (fixed upstream)
  * d/tests/compile-and-run-examples: New file.
    This script replaces the old compile-examples.  Besides compiling, it
    also runs the compiled executables.
  * d/clean: Update list of files to remove

 -- Rafael Laboissière <rafael@debian.org>  Sun, 09 Aug 2020 11:12:04 -0300

librsb (1.2.0.8+dfsg.1-2) unstable; urgency=medium

  * d/control:
    + Bump Standards-Version to 4.5.0 (no changes needed)
    + Bump debhelper compatibility level to 13
  * d/not-installed: Add list of exclusions for installation
  * Add new package librsb-tools (containing the rsbench program)
  * d/librsb-dev.install: Add man pages and examples
  * d/librsb0.install: Add AUTHORS and README
  * d/librsb-doc.lintian-overrides: Override duplicate-files
  * d/p/typo-doxygen-alias.patch: New patch
  * d/p/fix-path-of-mtx-files.patch: Add URL to Forwarded field
  * d/s/lintian-overrides: New file

 -- Rafael Laboissière <rafael@debian.org>  Sat, 01 Aug 2020 07:15:58 -0300

librsb (1.2.0.8+dfsg.1-1) unstable; urgency=medium

  * New upstream version 1.2.0.8+dfsg.1
  * d/librsb-doc.lintian-overrides: Drop unused override
  * d/copyright: Exclude the whole doc/html directory from the upstream tarball
  * d/s/lintian-overrides: Drop obsolete Lintian override
  * d/rules: Drop override_dh_compress
  * d/clean: Remove leftover file rsb-config.h.in~
  * d/control: Bump Standards-Version to 4.4.1 (no changes needed)

 -- Rafael Laboissière <rafael@debian.org>  Tue, 10 Dec 2019 02:26:57 -0300

librsb (1.2.0.8+dfsg-1) unstable; urgency=medium

  * New upstream version 1.2.0.8+dfsg
  * Adapt for new upstream tarball
    + d/copyright: Remove problematic JavaScript from the tarball
    + d/watch: Add "+dfsg" to upstream version number and repack the tarball
  * d/p/fix-spell-because.patch: Drop patch (applied upstream)
  * d/p/avoid-long-line-manpage.patch: Drop patch (applied upstream)
  * d/copyright: Reflect upstream changes

 -- Rafael Laboissiere <rafael@debian.org>  Thu, 18 Jul 2019 10:27:20 -0300

librsb (1.2.0.7-3) unstable; urgency=medium

  * d/t/control: Add lacking dependencies

 -- Rafael Laboissiere <rafael@debian.org>  Sun, 14 Jul 2019 16:22:43 -0300

librsb (1.2.0.7-2) unstable; urgency=medium

  * d/t/control: Add dependencies on gcc and libc6-dev

 -- Rafael Laboissiere <rafael@debian.org>  Sun, 14 Jul 2019 07:00:22 -0300

librsb (1.2.0.7-1) unstable; urgency=medium

  * New upstream version 1.2.0.7
    This is not really a new upstream version, but a change in the
    version numbering scheme, replacing the "-rc" by ".".  This
    avoids the Lintian warning about hyphen in the upstream part of
    the Debian changelog version.
  * d/watch:
    + Mangle upstream version (replace "-rc" by ".")
    + Mangle upstream URL for signature
  * d/control:
    + Bump Standards-Version to 4.4.0 (no changes needed)
    + Build-depend on help2man
  * Move rsbench program from librsb-dev into librsb0 package
  * d/p/avoid-long-line-manpage.patch: New patch
  * d/u/signing-key.asc: Add upstream signing key
  * Add unit tests for autopkgtest

 -- Rafael Laboissiere <rafael@debian.org>  Fri, 12 Jul 2019 20:23:03 -0300

librsb (1.2.0-rc7-6) unstable; urgency=medium

  * d/control:
    + Add Rules-Requires-Root: no
    + Bump debhelper to compat level 12
    + Bump Standards-Version to 4.3.0 (no changes needed)
  * d/rules: Honor nocheck in DEB_BUILD_OPTIONS

 -- Rafael Laboissiere <rafael@debian.org>  Sun, 06 Jan 2019 19:12:02 -0200

librsb (1.2.0-rc7-5) unstable; urgency=medium

  * Fix linking order (Closes: #875410). Thanks to Gianfranco Costamagna
    for the patch.

 -- Rafael Laboissiere <rafael@debian.org>  Wed, 03 Jan 2018 21:09:44 -0200

librsb (1.2.0-rc7-4) unstable; urgency=medium

  * Bump debhelper compatibility level to 11
  * Drop use of autotools-dev
  * Adjust for HTML docs installed in package librsb-dev
  * d/rules: Fix errors in man pages
  * d/control:
    + Bump Standards-Version to 4.1.3 (no changes needed)
    + Use Debian's GitLab URLs in Vcs-* header
    + Build-depend on doxygen-latex
  * d/s/options: Extend list of ignored files in diff

 -- Rafael Laboissiere <rafael@debian.org>  Fri, 29 Dec 2017 21:24:35 -0200

librsb (1.2.0-rc7-3) unstable; urgency=medium

  * d/p/fix-spell-because.patch: New patch
  * Add unit test for numerical bug fixed in version 1.2.0-rc7.
    Thanks to Michele Martone for the source file
  * d/control: Bump Standards-Version to 4.0.1 (no changes needed)

 -- Rafael Laboissiere <rafael@debian.org>  Mon, 14 Aug 2017 05:13:12 -0300

librsb (1.2.0-rc7-2) unstable; urgency=medium

  * Upload to unstable
  * d/watch: Use version 4

 -- Rafael Laboissiere <rafael@debian.org>  Sun, 18 Jun 2017 05:25:43 -0300

librsb (1.2.0-rc7-1) experimental; urgency=medium

  * New upstream version 1.2.0-rc7

 -- Rafael Laboissiere <rafael@debian.org>  Mon, 05 Jun 2017 04:47:24 -0300

librsb (1.2.0-rc6-1) experimental; urgency=medium

  * New upstream version 1.2.0-rc6
  * Dropped patches (applied upstream):
    + d/p/use-shared-lib.patch
    + d/p/compile-fortran-examples.patch
    + d/p/fix-spelling-information.patch
    + d/p/fix-spelling-function.patch
    + d/p/manpages-in-section-1.patch
    + d/psenseful-whatis-entries.patch
  * d/copyright: Reflect upstream changes

 -- Rafael Laboissiere <rafael@debian.org>  Sat, 25 Mar 2017 12:19:25 -0300

librsb (1.2.0-rc5-5) experimental; urgency=medium

  * d/control: Build-Depend on doxygen-latex
  * d/librsb-doc.lintian-overrides: New file

 -- Rafael Laboissiere <rafael@debian.org>  Mon, 13 Mar 2017 04:41:04 -0300

librsb (1.2.0-rc5-4) experimental; urgency=medium

  [ Andreas Tille ]
  * Add citation

  [ Rafael Laboissiere ]
  * d/rules: Hardcode cache size on problematic architectures.
    Thanks to Michele Martone for the suggestion
  * Drop Lintian overrides for rc-version-greater-than-expected-version
  * d/control: Build-depends on help2man
  * New patches:
    + d/p/fix-spelling-information.patch
    + d/p/fix-spelling-function.patch
    + d/p/manpages-in-section-1.patch
    + d/p/senseful-whatis-entries.patch

 -- Rafael Laboissiere <rafael@debian.org>  Sat, 11 Mar 2017 17:27:47 -0300

librsb (1.2.0-rc5-3) unstable; urgency=medium

  * d/control: Use secure URL in Vcs-Git
  * d/librsb-dev.examples: Exclude file benchex.sh
  * d/rules: Enable installation of Fortran modules
  * d/p/compile-fortran-examples.patch: New patch

 -- Rafael Laboissiere <rafael@debian.org>  Sun, 09 Oct 2016 06:03:46 -0300

librsb (1.2.0-rc5-2) unstable; urgency=medium

  * Only add (uncompressed) source files as examples
  * debian/control: Fix URL in Vcs-Git
  * Bump debhelper compat level to 10
  * d/p/use-shared-lib.patch: New patch
  * d/p/fix-path-of-mtx-files.patch: New patch

 -- Rafael Laboissiere <rafael@debian.org>  Sat, 08 Oct 2016 08:25:56 -0300

librsb (1.2.0-rc5-1) unstable; urgency=medium

  * Initial release (Closes: #838707)

 -- Rafael Laboissiere <rafael@debian.org>  Fri, 23 Sep 2016 16:04:31 -0300