File: changelog

package info (click to toggle)
libmath-gsl-perl 0.43-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 176,068 kB
  • sloc: ansic: 789,995; perl: 24,506; makefile: 12
file content (184 lines) | stat: -rw-r--r-- 6,340 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
libmath-gsl-perl (0.43-4) unstable; urgency=medium

  * exclude all symbols that are missing on arm64
    assuming the other failing architectures fail for the same reazon
    (Closes: #994736)

 -- Damyan Ivanov <dmn@debian.org>  Sat, 28 May 2022 20:47:46 +0000

libmath-gsl-perl (0.43-3) unstable; urgency=medium

  * Team upload

  * extend no-gsl_spmatrix_uchar.patch by fixing upstream ignore pattern
    The _norm1 and such suffixes are added by swig and not part of the symbol
    name.
    Another take at #994736.

 -- Damyan Ivanov <dmn@debian.org>  Sat, 28 May 2022 11:55:46 +0000

libmath-gsl-perl (0.43-2) unstable; urgency=medium

  * Team upload

  * patch version detection to treat all 2.7.x versions as 2.7 (Closes: #993323)
  * add a patch attempting to fix #994736
  * Declare compliance with Debian Policy 4.6.1.
  * Drop unneeded version constraints from (build) dependencies.
  * Drop unneeded (build-) dependency on libmath-complex-perl, provided by
    perl since 5.0.0.

 -- Damyan Ivanov <dmn@debian.org>  Fri, 27 May 2022 21:40:15 +0000

libmath-gsl-perl (0.43-1) unstable; urgency=medium

  * Team upload

  [ gregor herrmann ]
  * Update lintian overrides for renamed tags.

  [ Florian Schlichting ]
  * Import upstream version 0.43 (closes: #993323)
  * Update copyright years
  * Refresh patches, add no-alien-gsl.patch
  * Force-apply and hence split up 0002-Fixed-spelling-errors-in-man.patch
  * Drop unused lintian override

 -- Florian Schlichting <fsfs@debian.org>  Mon, 20 Sep 2021 00:41:12 +0800

libmath-gsl-perl (0.42-1) unstable; urgency=medium

  * Team upload.
  * Import upstream version 0.42.
  * Update years of upstream copyright.

 -- gregor herrmann <gregoa@debian.org>  Tue, 16 Jun 2020 17:59:58 +0200

libmath-gsl-perl (0.41-1) unstable; urgency=medium

  * Team upload.

  * debian/control: update Build-Depends for cross builds.
  * debian/watch: use uscan version 4.
  * Update 'DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow' to '=+all'.

  * Import upstream version 0.41.
    Fixes "FBTFS (unsupported version: 2.6 at Build.PL line 80)"
    (Closes: #960011)
  * Refresh 0002-Fixed-spelling-errors-in-man.patch.
  * Add more fixes to 0002-Fixed-spelling-errors-in-man.patch.
  * Declare compliance with Debian Policy 4.5.0.
  * Set Rules-Requires-Root: no.
  * Drop unneeded version constraints from (build) dependencies.
  * Annotate test-only build dependencies with <!nocheck>.
  * Bump debhelper-compat to 13.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-
    Browse.
  * Remove obsolete field Name from debian/upstream/metadata.
  * Add patch to do swig rebuild only for current GSL version.

 -- gregor herrmann <gregoa@debian.org>  Thu, 11 Jun 2020 17:50:34 +0200

libmath-gsl-perl (0.40-1) unstable; urgency=medium

  * Team upload.

  [ Laurent Baillet ]
  * fix lintian wrong-path-for-interpreter error

  [ gregor herrmann ]
  * Import upstream version 0.40.
  * Update years of upstream copyright.
  * Add new (build) dependency.
  * Install new upstream CONTRIBUTING file.
  * Patches:
    - Refresh 0001-Hardening-Build-Patch.patch (offset).
    - Refresh 0002-Fixed-spelling-errors-in-man.patch.
    - Refresh force-swig-rebuild.patch (offset).
    - Drop 0001-Fix-a-swig-syntax-error-in-Integration.i.patch
      (fixed upstream).
    - Drop 0003-Fix-ccflags-handling.patch (backported from upstream).
    - Drop dot-in-inc.patch (not applicable anymore).
    - Add clean.patch: clean more generated files.
  * Update lintian override (changed line number).
  * Declare compliance with Debian Policy 4.3.0.
  * Bump debhelper compatibility level to 11.

 -- gregor herrmann <gregoa@debian.org>  Sat, 23 Feb 2019 18:21:01 +0100

libmath-gsl-perl (0.39-3) unstable; urgency=medium

  * Team upload.
  * Make the build dependency on libgsl-dev versioned to get the correct
    runtime dependencies with the new 2.5 symbols. Thanks to Niko Tyni and
    ci.debian.net for catching this issue. (Closes: #902625)

 -- gregor herrmann <gregoa@debian.org>  Thu, 28 Jun 2018 22:52:30 +0200

libmath-gsl-perl (0.39-2) unstable; urgency=medium

  * Team upload.

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  * Fix compatibility issues with gls 2.5 (closes: #901807):
    [ Niko Tyni ]
    - Add patch to fix a swig syntax error.
    - Add patch to disable deprecated function usage with gsl 2.5.
    [ gregor herrmann ]
    - Add patch to add leading ./ to filename which is called with do()
      because of the removal of '.' from @INC.
    - Add patch to force a swig rebuild.
    - debian/rules: clean all pre-built files before building.

  [ gregor herrmann ]
  * Add more fixes to 0002-Fixed-spelling-errors-in-man.patch.
  * Install upstream examples.
  * Declare compliance with Debian Policy 4.1.4.
  * Bump debhelper compatibility level to 10.

 -- gregor herrmann <gregoa@debian.org>  Wed, 27 Jun 2018 22:05:11 +0200

libmath-gsl-perl (0.39-1) unstable; urgency=medium

  * Team upload.

  [ gregor herrmann ]
  * Import upstream version 0.39
    Closes: #826192
  * Replace libgsl0-dev with libgsl-dev in debian/control.
  * bin/ is gone from the upstream tarball.
    Drop debian/libmath-gsl-perl.examples and the handling of the scripts from
    debian/rules.
  * Update years of upstream copyright.
  * Refresh debian/patches/0001-Hardening-Build-Patch.patch (offset).
  * Refresh 0002-Fixed-spelling-errors-in-man.patch.
  * Drop 0003-Use-Config-cccdlflags-in-the-build.patch, merged upstream.
  * Update lintian override (changed line number).
  * Set bindnow linker flag in debian/rules.
  * Declare compliance with Debian Policy 3.9.8.

  [ Niko Tyni ]
  * Add patch to fix ccflags handling. (Closes: #839775)

 -- gregor herrmann <gregoa@debian.org>  Fri, 07 Oct 2016 11:27:31 +0200

libmath-gsl-perl (0.36-2) unstable; urgency=medium

  * Team upload.

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.

  [ Niko Tyni ]
  * Add patch to inject -fPIC in the build. Thanks to Jurica Stanojkovic.
    (Closes: #826009)

 -- Niko Tyni <ntyni@debian.org>  Thu, 02 Jun 2016 23:20:45 +0300

libmath-gsl-perl (0.36-1) unstable; urgency=medium

  * Initial Release (Closes: #804015)

 -- Wolfgang Fütterer <debian@wlf-online.de>  Mon, 28 Mar 2016 20:24:38 +0200