File: changelog

package info (click to toggle)
octave-communications 1.2.1-7
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,168 kB
  • sloc: cpp: 6,683; perl: 476; makefile: 135; sh: 24
file content (300 lines) | stat: -rw-r--r-- 11,128 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
octave-communications (1.2.1-7) unstable; urgency=medium

  * d/control:
    + Add Rules-Requires-Root: no
    + Bump Standards-Version to 4.3.0
    + Build depend on texlive-plain-generic
    + 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:54:13 -0200

octave-communications (1.2.1-6) unstable; urgency=medium

  * Team upload

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

  [ Rafael Laboissiere ]
  * d/control: Bump Standards-Version to 4.1.4 (no changes needed)

  [ Sébastien Villemot ]
  * octave-4.2.patch renamed to octave-4.4.patch, with more fixes for 4.4
  * Add dependency on octave-statistics
    qfuncinv() uses norminv(). This function is no longer in Octave core
    since 4.4, and has moved to the statistics package.
    + depends-on-statistics.patch: new patch
    + d/control: add B-D on octave-statistics

 -- Sébastien Villemot <sebastien@debian.org>  Wed, 20 Jun 2018 11:22:43 +0200

octave-communications (1.2.1-5) 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:27:16 -0200

octave-communications (1.2.1-4) unstable; urgency=medium

  * Use the dh-based version of octave-pkg-dev
  * Set debhelper compatibility level to >= 11
  * d/control:
    + Add Testsuite field
    + Build-depend on gnuplot-nox, instead of gnuplot
    + Bump Standards-Version to 4.1.3 (no changes needed)

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

octave-communications (1.2.1-3) unstable; urgency=medium

  * Team upload.

  [ Sébastien Villemot ]
  * d/p/octave-4.2.patch: new patch, fixes FTBFS against Octave 4.2.
    (Closes: #867014)
  * d/copyright: use secure URL for format.
  * Bump to debhelper compat level 10.
  * d/watch: bump to format version 4.
  * d/rules: add support for "nodoc" flag of DEB_BUILD_OPTIONS.
  * d/control:
    + Drop unneeded versioned dependencies.
    + Bump to Standards-Version 4.0.0.

  [ Rafael Laboissiere ]
  * d/control: Use cgit instead of gitweb in Vcs-Browser URL

 -- Sébastien Villemot <sebastien@debian.org>  Mon, 03 Jul 2017 15:41:37 +0200

octave-communications (1.2.1-2) unstable; urgency=medium

  * d/control: Use secure URIs in the Vcs-* fields
  * d/control: Bump Standards-Version to 3.9.8 (no changes needed)
  * Reproducible build
    + d/rules: Set SOURCE_DATE_EPOCH envvar, for
    + d/p/random-seed-for-pdf-doc.patch: New patch
    + d/rules: Avoid non-deterministic tempfile names in PDF files
  * Clean files explicitly
    + d/rules: Drop the clean target
    + d/clean: Add file

 -- Rafael Laboissiere <rafael@debian.org>  Thu, 28 Jul 2016 18:25:02 -0300

octave-communications (1.2.1-1) unstable; urgency=medium

  * Team upload.

  [ Rafael Laboissiere ]
  * Imported Upstream version 1.2.1
  * d/p/autoload-yes.patch: Remove patch (deprecated upstream)
  * d/control: Bump Standards-Version to 3.9.6 (no changes needed)

  [ Sébastien Villemot ]
  * d/p/hdf5-ldflags.patch: drop patch, no longer needed.

 -- Sébastien Villemot <sebastien@debian.org>  Mon, 20 Jul 2015 10:22:27 +0200

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

  * Team upload.
  * Uploaders: set as Rafael Laboissiere and Mike Miller.
  * hdf5-ldflags.patch: new patch, inject HDF5 LDFLAGS in the build.
    Needed for the new HDF5 1.8.13 layout. (Closes: #758733)

 -- Sébastien Villemot <sebastien@debian.org>  Thu, 21 Aug 2014 22:10:44 +0200

octave-communications (1.2.0-1) unstable; urgency=low

  * Imported Upstream version 1.2.0
  * Bump to Standards-Version 3.9.5, no changes needed
  * Dropped patches (applied upstream):
    - oct2dec.patch
    - build-documentation.patch
    - avoid-makeinfo-section-raising-error.patch
  * Refreshed patches
  * Update copyright information

 -- Thomas Weber <tweber@debian.org>  Mon, 02 Dec 2013 00:03:59 +0100

octave-communications (1.1.1-2) unstable; urgency=low

  [ Rafael Laboissiere ]
  * avoid-makeinfo-section-raising-error.patch: new patch, fixes FTBFS
  * Remove obsolete DM-Upload-Allowed flag
  * Bump to Standards-Version 3.9.4, no changes needed
  * debian/copyright: Use octave-maintainers mailing list as upstream contact

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

  [ Sébastien Villemot ]
  * Use my @debian.org email address

 -- Sébastien Villemot <sebastien@debian.org>  Wed, 12 Jun 2013 10:41:31 +0200

octave-communications (1.1.1-1) unstable; urgency=low

  [ Sébastien Villemot ]
  * Imported Upstream version 1.1.1
  * LU-class-name-clash.patch: remove patch, applied upstream
  * fix-huffmandict-test.patch: remove patch, applied upstream
  * autoload-yes.patch: new patch
  * oct2dec.patch: new patch
  * Build-Depends on octave-signal
  * debian/copyright: reflect upstream changes
  * debian/rules: remove obsolete hack for wrong permission in upstream tarball
  * Replace versioned Conflicts by Breaks+Replaces to make lintian happy
  * Add lintian overrides for false positives on hardening build flags

  [ Rafael Laboissiere ]
  * debian/watch: Use the SourceForge redirector

 -- Sébastien Villemot <sebastien.villemot@ens.fr>  Mon, 21 May 2012 09:01:30 +0200

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

  * Add missing build-dependency on ghostscript

 -- Sébastien Villemot <sebastien.villemot@ens.fr>  Tue, 20 Mar 2012 21:34:21 +0100

octave-communications (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
  * Bump to Standards-Version 3.9.3, no changes needed
  * Add Sébastien Villemot to the list of Uploaders
  * Add patch for avoiding name clash with LU class (taken from upstream SVN)
  * Add patch for fixing the test of huffmandict (taken from upstream SVN)
  * Add patch for setting the direntry of the info documentation
  * Build and install the PDF and info forms of documentation
  * Drop the build-dependency on octave-signal
  * debian/copyright: update to machine-readable format 1.0

 -- Thomas Weber <tweber@debian.org>  Mon, 19 Mar 2012 18:01:05 +0100

octave-communications (1.0.10-3) unstable; urgency=low

  * debian/control:
    - Remove Rafael Laboissiere from Uploaders (Closes: #571842)
    - Remove Ólafur Jens Sigurðsson <ojsbug@gmail.com> from Uploaders
  * Fix homepage URL (closes: #600480)
  * Switch to dpkg-source 3.0 (quilt) format
  * Don't include the -1 revision in the dependency on octave-signal
    introduced in 1.0.10-1; this makes Lintian happy.
  * Bump Standards-Version to 3.9.1, no changes needed.

 -- Thomas Weber <tweber@debian.org>  Mon, 21 Feb 2011 22:22:11 +0100

octave-communications (1.0.10-2) unstable; urgency=low

  * Build against hdf5 (1.8.4) (closes: #570020)

 -- Thomas Weber <thomas.weber.mail@gmail.com>  Thu, 18 Feb 2010 23:40:36 +0100

octave-communications (1.0.10-1) 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 ]
  * New upstream release
  * Bump dependency on octave-signal to (>= 1.0.10-1), to get the version for
    Octave 3.2
  * Remove patch: call-mlock-with-arg.diff, it was only necessary for
    octave3.0
  * debian/rules: Drop code for changing permissions of files (applied
    upstream)
  * debian/control: Fix typo
  * Install PDF documentation via octave-communications-common.docs and remove
    the code for deleting unnecessary files from debian/rules.

 -- Thomas Weber <thomas.weber.mail@gmail.com>  Sun, 15 Nov 2009 17:02:27 +0100

octave-communications (1.0.9-2) unstable; urgency=low

  * debian/rules (install/octave-communications): Do the transfer of files
    for the -common package in this rule, otherwise the arch-independent
    files end up in the wrong place for binary-only builds
  * debian/control: Make octave-communications-common conflict with
    versions of octave-communications strictly inferior to 1.0.9-1

 -- Rafael Laboissiere <rafael@debian.org>  Sat, 06 Jun 2009 18:10:56 +0200

octave-communications (1.0.9-1) unstable; urgency=low

  * New upstream release
  * Put the architecture independent files *.m into the separate
    octave-communications-common package.  This is required by Policy.
  * debian/patches/call-mlock-with-arg.diff: Add patch for making the
    package compile against Octave 3.0.5
  * debian/rules:
    + Include patchsys-quilt.mk
    + Fix permission of some installed *.m scripts
    + Remove unneeded documentation sources from /usr/share/doc
  * debian/control:
    + (Build-Depends): Add quilt
    + (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
  * debian/README.source: Add file explaining the quilt patch system, as
    required by the Policy

 -- Rafael Laboissiere <rafael@debian.org>  Sun, 24 May 2009 11:40:07 +0200

octave-communications (1.0.8-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>  Sun, 29 Mar 2009 00:05:09 +0100

octave-communications (1.0.8-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
  * debian/control:
    - Add octave-signal to build-depends, it's needed for some tests
    - Bump dependency on octave-pkg-dev to 0.6.1, to get the experimental
      version

 -- Thomas Weber <thomas.weber.mail@gmail.com>  Sun, 30 Nov 2008 21:14:49 +0100

octave-communications (1.0.6-1) unstable; urgency=low

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

  [ Rafael Laboissiere ]
  * The source files comms.texi and comms.txi of the PDF documentation
    distributed with the package are now included in the upstream tarball.
    This makes the package DFSG-compliant (really, closes: #468497)

 -- Rafael Laboissiere <rafael@debian.org>  Sat, 10 May 2008 11:49:10 +0000

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

  * Initial release (closes: #468497)

 -- Ólafur Jens Sigurðsson <ojsbug@gmail.com>  Fri, 14 Nov 2007 23:54:34 +0100