File: changelog

package info (click to toggle)
libgdf 0.1.3-8
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,336 kB
  • sloc: cpp: 7,098; makefile: 67; sh: 49
file content (179 lines) | stat: -rw-r--r-- 6,996 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
libgdf (0.1.3-8) unstable; urgency=medium

  * d/p/check-system-endianness.patch: Adjust for
    architecture-independent usage of BOOST_ENDIAN_(BIG|LITTLE)_BYTE
    macros. Thanks to Giovanni Mascellani for the tip (see Bug#978612).

 -- Rafael Laboissière <rafael@debian.org>  Thu, 31 Dec 2020 08:02:51 -0300

libgdf (0.1.3-7) unstable; urgency=medium

  * d/p/check-system-endianness.patch: Update patch.
    This fixes the problem of detection of endianness on the s390x
    architecture, what was causing the FTBFS on that architecture.
    (Closes: #977357)

 -- Rafael Laboissière <rafael@debian.org>  Mon, 28 Dec 2020 19:58:39 -0300

libgdf (0.1.3-6) unstable; urgency=medium

  * Avoid FTBFS when building against boost 1.74. Thanks to Anton
    Gladky (Closes: #975443)
    + d/p/check-system-endianess.patch: New patch for replacing the
      deprecated macros BOOST_*_ENDIAN by BOOST_ENDIAN_*_BYTE.
    + d/control: Impose minimal version 1.55 build-dependency on
      libboost-dev.  The new BOOST_ENDIAN_*_BYTE macros were introduced
      in this version of Boost.

 -- Rafael Laboissière <rafael@debian.org>  Wed, 25 Nov 2020 13:30:37 -0300

libgdf (0.1.3-5) unstable; urgency=medium

  * d/p/disable-werror.patch: Set "Forwarded: not-needed"
  * d/control: Bump Standards-Version to 4.5.1 (no changes needed)
  * Install the libgdf.so* files in /usr/lib/<arch>/
    + d/libgdf{0,-dev}.install:
      - Convert to use dh-exec
      - Install files in /usr/lib/${DEB_HOST_MULTIARCH}
    + d/control:
      - Build-Depend on dh-exec
      - Declare package libgdf-dev as Architecture any
  * d/libgdf0.lintian-overrides: Override Lintian warning
    no-symbols-control-file

 -- Rafael Laboissière <rafael@debian.org>  Mon, 23 Nov 2020 12:38:41 -0300

libgdf (0.1.3-4) unstable; urgency=medium

  * Allow stderr in unit tests.
    This allows autopkgtest to pass with libboost 1.71, since messages
    regarding the deprecation of BOOST_*_ENDIAN BOOST_BYTE_ORDER are
    issued at compilation time.  This is a quick fix while waiting for the
    problem to be fixed upstream. (Closes: #962217)
  * d/control:
    + Bump debhelper compatibitlity level to 13
    + Standards-Version to 4.5.0 (no changes needed)
    + Make libgdf-dev Arch: all. The dependencies on libgdf0 are
      adjusted for using source:Version, accordingly.  Also, adjust
      the long description to reflect this change.
    + Add Rules-Requires-Root: no
  * d/u/metadata
    + Drop Name and Contact fields
    + Add Repository* and Bug-* fields
  * d/rules: Drop --as-needed linker flag

 -- Rafael Laboissière <rafael@debian.org>  Fri, 05 Jun 2020 09:08:52 -0300

libgdf (0.1.3-3) unstable; urgency=medium

  * d/t/control: Depend on the needed Boost libraries

 -- Rafael Laboissiere <rafael@debian.org>  Mon, 19 Aug 2019 09:38:04 -0300

libgdf (0.1.3-2) unstable; urgency=medium

  * d/t/control: Depend only on libgdf-dev instead of @
    The dependency on matlab-gdf, imposed by the @ tag was causing
    preventing the debian-ci to run the unit tests.

 -- Rafael Laboissiere <rafael@debian.org>  Sun, 18 Aug 2019 11:16:09 -0300

libgdf (0.1.3-1) unstable; urgency=medium

  * New upstream version 0.1.3
  * d/watch, d/control, d/copyright: Use new upstream URL (@ GitHub)
  * d/control:
    + Add myself to the list of Uploaders
    + Set Priority: optional instead of extra
    + Bump Standards-Version to 4.4.0
    + Update Vcs-* URLs, which are at salsa.d.o now
  * d/p/disable-werror.patch:
    + Refresh for new upstream version
    + Comply with the Patch Tagging Guidelines (aka DEP3)
      Also, gives credit to Juhani Numminen <juhaninumminen0@gmail.com>, who
      first proposed this patch in the context of Bug#853492.
    + Use the file name proposed by Juhani
  * d/copyright:
    + Reflect upstream changes
    + Add global definition for LGPL-3 license
    + Use correct URL in the Format field
    + Use Upstream-* fields
  * Bump to debhelper compat level 12.
    Build-depend on debhelper-compat instead of using d/compat (this later
    file is removed)
  * d/control, d/rules: Do not declare the -dbg package, which is automatically
    generated
  * d/matlab-gdf.dirs: Do not create empty directory /usr/lib/matlab/site/gdf
  * d/matlab-gdf.install: Do not use brace expansions for file names
  * d/rules:
    + Use pkg-info.mk instead of dpkg-parsechangelog to get upstream version
    + Disallow parallel building for dh commands
    + Use hardening options
  * Add support for autopkgtest
  * d/u/metadata: New file

 -- Rafael Laboissiere <rafael@debian.org>  Sat, 17 Aug 2019 12:10:28 -0300

libgdf (0.1.2-2.1) unstable; urgency=medium

  * Non-maintainer upload
  * Build-depend on dh-octave instead of octave-pkg-dev (Closes: #890082)

 -- Rafael Laboissiere <rafael@debian.org>  Fri, 13 Apr 2018 18:42:39 -0300

libgdf (0.1.2-2) unstable; urgency=medium

  [ Yaroslav Halchenko ]
  * debian/rules:
    - "Manually" provide octave:Depends=octave if octave-depends is not
       present (Closes: #667827).  This solution (over just adding octave
       into Depends) is chosen for backportability to Debian squeeze
  * Above and below changes by Rafael (THANK YOU) to address FTBFS due
    to deprecation of octave-depends (Closes: #666894)

  [ Rafael Laboissiere ]
  * debian/rules:
    - Use directly the octave-config script in order to get the
      installation path for the *.mex files
  * debian/octave-gdf.docs: New debhelper file for installing the
    gdf_{reader,writer}.m files, which contain actually just the
    documentation for the *.mex files
  * debian/octave-gdf.examples: New debhelper file for installing the
    provided examples

 -- Yaroslav Halchenko <debian@onerussian.com>  Thu, 10 May 2012 09:16:11 -0400

libgdf (0.1.2-1) unstable; urgency=low

  * Fresh upstream snapshot
    - Fixes endianness issues
  * Dropping cherry-picked up_cp-ev, up_cp-ev-channel, up_cp-data-orientation

 -- Yaroslav Halchenko <debian@onerussian.com>  Wed, 22 Feb 2012 21:01:50 -0500

libgdf (0.1.1-1) unstable; urgency=low

  * Initial release (Closes: #601707)
  * Few post-release upstream bugfixes absorbed into quilt patches:
    - fixed data orientation in the resampling example
    - fixed event channel numbering in gdf_writer
    - fixed event mode 3 handling in the resampling example
  * Depend on matlab-support package for install-time building of Matlab
    extensions

 -- Yaroslav Halchenko <debian@onerussian.com>  Wed, 04 May 2011 21:29:24 -0400

libgdf (0.1.1~svn62-1) UNRELEASED; urgency=low

  * Fresh upstream snapshot (needed for sigviewer 0.5.0)
  * Patches submitted and adopted upstream:
    - 0001-make-explicit-option-either-to-build-include-tests
    - 0002-testfail-must-fail-so-lets-state-that

 -- Yaroslav Halchenko <debian@onerussian.com>  Wed, 22 Dec 2010 12:23:40 -0500

libgdf (0.1.0~svn31-1) UNRELEASED; urgency=low

  * Initial packaging

 -- Yaroslav Halchenko <debian@onerussian.com>  Thu, 28 Oct 2010 14:27:26 -0400