File: changelog

package info (click to toggle)
octave-strings 1.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 336 kB
  • sloc: cpp: 143; makefile: 136; sh: 3
file content (291 lines) | stat: -rw-r--r-- 10,326 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
octave-strings (1.3.1-1) unstable; urgency=medium

  * New upstream version 1.3.1
  * d/control: Homepage now points to Octave Packages
  * d/copyright: reflect upstream changes
  * unwind-protect-cleanup.patch: drop patch, applied upstream
  * Update standards version to 4.6.2, no changes needed.

 -- Sébastien Villemot <sebastien@debian.org>  Tue, 13 Jun 2023 11:45:56 +0200

octave-strings (1.3.0-3) unstable; urgency=medium

  * More robust way of cleaning files generated by the configure script
    + d/rules: Call "make distclean" in execute_after_dh_clean rule
  * Proper way of cleaning the files generated by the configure script
    + d/rules: Drop the execute_after_dh_clean target
    + d/control: Build-Depend on dh-octave >= 1.2.3
      In this version, dh_octave-clean calls make distclean and
      removes the src/*-tst files.
  * d/clean: Drop useless file
  * d/copyright: Update copyright years for debian/* files
  * d/watch: Adjust for new URL at gnu-octave.github.io
  * d/s/lintian-override: Override Lintian warning
    debian-watch-lacks-sourceforge-redirector
  * d/p/unwind-protect-cleanup.patch: New patch

 -- Rafael Laboissière <rafael@debian.org>  Fri, 18 Nov 2022 00:41:13 -0300

octave-strings (1.3.0-2) unstable; urgency=medium

  * d/clean: Drop obsolete file
  * d/control: Build-depend on dh-octave >= 1.2.2. In this version,
    dh_octave_clean removes the src/*-tst files and calls make
    distclean in order to remove the files generated by the configure
    script.
  * d/copyright: Update copyright years for debian/* files

 -- Rafael Laboissière <rafael@debian.org>  Thu, 14 Jul 2022 09:01:13 -0300

octave-strings (1.3.0-1) unstable; urgency=medium

  [ Rafael Laboissière ]
  * d/control: Bump Standards-Version to 4.6.1 (no changes needed)
  * Build-depend on dh-sequence-octave
    + d/control: Ditto
    + d/rules: Drop the --with=octave option from dh call

  [ Sébastien Villemot ]
  * New upstream version 1.3.0
  * d/copyright: reflect upstream changes
  * Drop patches, no longer needed
    + build-against-octave-6.patch
    + build-against-pcre2.patch
    + err-instead-of-gripes.patch
  * d/clean: add files generated by new configure script
  * d/control: add Build-Depends on pkg-config, needed by configure script

 -- Sébastien Villemot <sebastien@debian.org>  Mon, 04 Jul 2022 14:06:41 +0200

octave-strings (1.2.0-12) unstable; urgency=medium

  * d/p/build-against-pcre2.patch: Fix memory allocation problem

 -- Rafael Laboissière <rafael@debian.org>  Sun, 28 Nov 2021 03:20:11 -0300

octave-strings (1.2.0-11) unstable; urgency=medium

  * Migrate to PCRE2
    + d/control: Build-depend on libpcre2-dev
    + d/p/build-against-pcre2.patch: New patch (Closes: #1000106)
  * d/copyright:
    + Update copyright year of debian/* files
    + Accentuate my family name
  * d/u/metadata: Set Archive field
  * d/control: Bump Standards-Version to 4.6.0 (no changes needed)

 -- Rafael Laboissière <rafael@debian.org>  Fri, 26 Nov 2021 16:18:31 -0300

octave-strings (1.2.0-10) unstable; urgency=medium

  * Upload to unstable.

 -- Sébastien Villemot <sebastien@debian.org>  Wed, 09 Dec 2020 18:23:36 +0100

octave-strings (1.2.0-9) experimental; urgency=medium

  * d/control: Bump Standards-Version to 4.5.1 (no changes needed)
  * d/clean: New file for removing build left-over
  * d/p/build-against-octave-6.patch: New patch (Closes: #976200)

 -- Rafael Laboissière <rafael@debian.org>  Tue, 01 Dec 2020 19:22:46 -0300

octave-strings (1.2.0-8) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints.
    + octave-strings: Add Multi-Arch: same.

 -- Rafael Laboissière <rafael@debian.org>  Wed, 11 Nov 2020 16:25:04 -0300

octave-strings (1.2.0-7) unstable; urgency=medium

  * d/control:
    + Bump Standards-Version to 4.5.0 (no changes needed)
    + Bump debhelper compatibitlity level to 13
  * d/u/metadata: New file

 -- Rafael Laboissière <rafael@debian.org>  Thu, 30 Jul 2020 15:48:31 -0300

octave-strings (1.2.0-6) unstable; urgency=medium

  * d/control: Bump dependency on dh-octave to >= 0.7.1
    This allows the injection of the virtual package octave-abi-N into
    the package's list of dependencies.

 -- Rafael Laboissiere <rafael@debian.org>  Sat, 09 Nov 2019 04:05:37 -0300

octave-strings (1.2.0-5) unstable; urgency=medium

  * d/p/err-instead-of-gripes.patch: New patch (allow compilation
    against Octave 5.1)
  * d/control: Bump Standards-Version to 4.4.1 (no changes needed)

 -- Rafael Laboissiere <rafael@debian.org>  Sat, 05 Oct 2019 13:24:29 -0300

octave-strings (1.2.0-4) unstable; urgency=medium

  [ Mike Miller ]
  * d/control, d/copyright: Use secure URL for upstream source.

  [ Rafael Laboissiere ]
  * d/control:
    + Add Rules-Requires-Root: no
    + Bump Standards-Version to 4.3.0
    + Bump to debhelper compat level 12
  * Build-depend on debhelper-compat instead of using d/compat

 -- Rafael Laboissiere <rafael@debian.org>  Wed, 02 Jan 2019 22:57:54 -0200

octave-strings (1.2.0-3) unstable; urgency=medium

  * Use dh-octave for building the package
  * d/control:
     + Use Debian's GitLab URLs in Vcs-* headers
     + Change Maintainer to team+pkg-octave-team@tracker.debian.org

 -- Rafael Laboissiere <rafael@debian.org>  Sat, 10 Feb 2018 07:39:17 -0200

octave-strings (1.2.0-2) unstable; urgency=medium

  [ Sébastien Villemot ]
  * d/copyright: use secure URL for format.
  * d/watch: bump to format version 4.

  [ Rafael Laboissiere ]
  * Use the dh-based version of octave-pkg-dev
  * Set debhelper compatibility level to >= 11
  * d/copyright: Reflect upstream changes (version 1.2.0)
  * d/control:
    + Bump Standards-Version to 4.1.3 (no changes needed)
    + Use secure URIs in the Vcs-* fields
    + Use cgit instead of gitweb in Vcs-Browser URL
    + Add Testsuite field
  * d/clean: New file

 -- Rafael Laboissiere <rafael@debian.org>  Fri, 29 Dec 2017 22:14:53 -0200

octave-strings (1.2.0-1) unstable; urgency=medium

  [ Rafael Laboissiere ]
  * Imported Upstream version 1.2.0
  * d/p/autoload-yes.patch: Remove patch (deprecated upstream)

  [ Sébastien Villemot ]
  * d/p/remove-strjoin.patch: remove patch, applied upstream.

 -- Sébastien Villemot <sebastien@debian.org>  Fri, 31 Jul 2015 11:19:26 +0200

octave-strings (1.1.0-2) unstable; urgency=low

  [ Rafael Laboissiere ]
  * debian/watch: Use the SourceForge redirector
  * Remove obsolete DM-Upload-Allowed flag
  * debian/copyright: Use octave-maintainers mailing list as upstream contact
  * Bump to Standards-Version 3.9.6, no changes needed
  * Remove strjoin.m, which is now in Octave core (Closes: 741033)
  * Ensure that all files are mentioned in debian/copyright (fix Lintian
    warning)

  [ Sébastien Villemot ]
  * Use my @debian.org email address
  * Add Rafael Laboissiere and Mike Miller to Uploaders.

  [ Thomas Weber ]
  * debian/control: Use canonical URLs in Vcs-* fields

 -- Rafael Laboissiere <rafael@laboissiere.net>  Thu, 18 Sep 2014 18:13:13 -0300

octave-strings (1.1.0-1) unstable; urgency=low

  [ Rafael Laboissiere ]
  * Imported Upstream version 1.1.0
  * Bump to debhelper compat level 9
  * Build-depend on octave-pkg-dev >= 1.0.0, to build against Octave 3.6
  * Add Sébastien Villemot to the list of Uploaders
  * debian/copyright: update to machine-readable format 1.0
  * Drop the dependencies on octave-control
  * Bump to Standards-Version 3.9.3, no changes needed
  * debian/clean: Remove this obsolete file
  * debian/control: Fix typos and improve wording in package description
  * debian/patches/autoload-yes.patch: Add patch

 -- Thomas Weber <tweber@debian.org>  Sat, 17 Mar 2012 00:55:21 +0100

octave-strings (1.0.7-3) unstable; urgency=low

  * debian/control:
    - Remove Rafael Laboissiere from Uploaders (Closes: #571903)
    - Remove Ólafur Jens Sigurðsson <ojsbug@gmail.com> from Uploaders
  * Switch to dpkg-source 3.0 (quilt) format
  * Bump standards version to 3.9.1, no changes needed
  * Add libpcre3-dev to build-depends, it is needed for building
    pcregexp.oct

 -- Thomas Weber <tweber@debian.org>  Thu, 21 Apr 2011 21:32:35 +0200

octave-strings (1.0.7-2) unstable; urgency=low

  [ Rafael Laboissiere ]
  * debian/control: Build-depend on octave-pkg-dev >= 0.7.0, such that the
    package is built against octave3.2

  [ Thomas Weber ]
  * Add dependency on octave-control for swap.m, used by cstrcmp.m

 -- Thomas Weber <thomas.weber.mail@gmail.com>  Thu, 31 Dec 2009 01:08:03 +0100

octave-strings (1.0.7-1) unstable; urgency=low

  * New upstream release
  * debian/control:
    + (Standards-Version): Bump to 3.8.1 (no changes needed)
    + (Depends): Add ${misc:Depends}
    + (Vcs-Git, Vcs-Browser): Adjust to new Git repository
  * debian/copyright:
    + Use DEP5 URL in Format-Specification
    + Use separate License stanzas for instructing about the location of
      the different licenses used in the package

 -- Rafael Laboissiere <rafael@debian.org>  Sun, 24 May 2009 20:25:56 +0200

octave-strings (1.0.6-2) unstable; urgency=low

  [ Rafael Laboissiere ]
  * debian/copyright: Add header
  * debian/control: Bump build-dependency on octave-pkg-dev to >= 0.6.4,
    such that the package is built with the versioned packages directory

  [ Thomas Weber ]
  * Upload to unstable

 -- Thomas Weber <thomas.weber.mail@gmail.com>  Mon, 06 Apr 2009 23:47:14 +0200

octave-strings (1.0.6-1) experimental; urgency=low

  [ Rafael Laboissiere ]
  * debian/rules: Use debian/clean instead of manually cleaning files
  * debian/compat, debian/control: Bump build-dependency on debhelper to
    >= 7.0.0, otherwise debian/clean is moot
  * debian/clean: New file
  * debian/control: Bump Standards-Version to 3.8.0 (no changes needed)

  [ Thomas Weber ]
  * New upstream release
  * Bump dependency on octave-pkg-dev to 0.6.1, to get the experimental
    version

 -- Thomas Weber <thomas.weber.mail@gmail.com>  Sun, 14 Dec 2008 17:21:20 +0100

octave-strings (1.0.5-1) unstable; urgency=low

  [ Ólafur Jens Sigurðsson ]
  * New upstream version

 -- Thomas Weber <thomas.weber.mail@gmail.com>  Thu, 15 May 2008 12:38:29 +0200

octave-strings (1.0.4-1) unstable; urgency=low

  * Initial release (closes: #468527)

 -- Ólafur Jens Sigurðsson <ojsbug@gmail.com>  Sat, 23 Feb 2008 14:43:24 +0100