File: changelog

package info (click to toggle)
tse3 0.3.1-6
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, trixie
  • size: 4,888 kB
  • ctags: 4,135
  • sloc: cpp: 22,940; sh: 8,559; makefile: 332; perl: 47
file content (219 lines) | stat: -rw-r--r-- 7,512 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
tse3 (0.3.1-6) unstable; urgency=medium

  * QA upload.
  * Convert to source format 3.0 (quilt).
  * Convert to dh build.
  * Convert debian/copyright to machine-readable format.
  * Bump Standards-Version to 4.1.0.
  * Fix parallel building.
  * Fix spelling errors found by lintian.
  * Add missing ${misc:Depends}.
  * Drop unnecessary build dependency on autotools-dev.
  * Register development documentation at doc-base.
  * Enable all hardening options.
  * Mark libtse3-0.3.1c2a and libtse3-dev as Multi-Arch: same.
  * Add Homepage field.
  * Add watch file.

 -- Reiner Herrmann <reiner@reiner-h.de>  Mon, 18 Sep 2017 23:16:50 +0200

tse3 (0.3.1-5) unstable; urgency=medium

  * QA upload
  * Set maintainer field to Debian QA Group (see #738902)
  * Bump debhelper compat level. Closes: #817699

 -- Christoph Biedl <debian.axhn@manchmal.in-ulm.de>  Sun, 18 Dec 2016 15:31:22 +0100

tse3 (0.3.1-4.3) unstable; urgency=low

  * Non-maintainer upload.
  * Build-Depends: Restrict libasound2-dev to [linux-any].
    (Closes: #571066)
  * Fix weak-library-dev-dependency libtse3-dev on libtse3-0.3.1c2a.

 -- Robert Millan <rmh@debian.org>  Sun, 08 Apr 2012 22:31:27 +0200

tse3 (0.3.1-4.2) unstable; urgency=low

  * Non-maintainer upload.
  * Fix GCC 4.3 compatibility (Closes: #466899)

 -- Moritz Muehlenhoff <jmm@debian.org>  Fri, 21 Mar 2008 23:41:02 +0100

tse3 (0.3.1-4.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Add some definitions to OSS.h (Closes: #436328).

 -- Luk Claes <luk@debian.org>  Sat, 02 Feb 2008 16:02:41 +0000

tse3 (0.3.1-4) unstable; urgency=low

  * The "I truly hate C integer types and C++ overloading" upload.

  * It seems that to build on s390, we need to overload on unsigned long
    instead of uint64_t.  Change the overloading appropriately (this
    changes the ABI but hopefully no-one has built against the new version
    over the holidays). (Really Closes: #337820)

 -- Daniel Burrows <dburrows@debian.org>  Thu, 29 Dec 2005 16:05:22 -0500

tse3 (0.3.1-3) unstable; urgency=low

  * The "I can't send email but I can still upload packages" build.
  
  * Apply Steve Langasek's suggestion to fix the build failures on 64-bit
    machines by explicitly adding a uint64_t variant of
    XmlFileWriter::element. (Closes: #337820)

 -- Daniel Burrows <dburrows@debian.org>  Wed, 28 Dec 2005 09:57:26 -0500

tse3 (0.3.1-2) unstable; urgency=low

  * Rebuild for yet another C++ transition. (Closes: #339272)

 -- Daniel Burrows <dburrows@debian.org>  Sat, 26 Nov 2005 14:41:14 -0600

tse3 (0.3.1-1) unstable; urgency=low

  * New upstream release
  
  * Acknowledge NMU (Closes: #265063).
  
  * Clean up the description. (Closes: #325646)
  
  * Fix debian/*.install to put the manpages in the right places.
    (Closes: #319794, #299615)

 -- Daniel Burrows <dburrows@debian.org>  Thu, 20 Oct 2005 15:10:52 -0700

tse3 (0.2.7-5.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Medium-urgency upload for RC bugfix.
  * Rebuild tse3 for the C++ ABI transition, renaming libtse3-0.2.7 to
    libtse3-0.2.7c2 and conflicting with libtse3-0.2.7.
  * Fix up three classes of gcc-4.0 compatibility bugs so the package will
    build again with the current compiler:
    - don't put semicolons after the closing brace of namespace declarations
    - always forward-declare classes we're going to use
    - don't use typedeffed names to declare friend classes -- use the real
      name instead.
    Closes: #265063.

 -- Steve Langasek <vorlon@debian.org>  Sat, 20 Aug 2005 15:49:20 -0700

tse3 (0.2.7-5) unstable; urgency=low

  * Make libtse3-dev Depend on the library package, so that Build-Depends
    of packages using it work as expected.

 -- Daniel Burrows <dburrows@debian.org>  Tue, 10 Aug 2004 11:52:45 -0400

tse3 (0.2.7-4) unstable; urgency=low

  * Modify the package to build a shared library whose soname is tied to
    the current version of tse3 (via -release).  This is far less than
    ideal for a whole raft of reasons, but since upstream refuses to use
    sonames and breaks binary compatibility at will, it is the only option
    I can see for making this package sane; I now am of the opinion that
    trying to support a pure static library is worse.

 -- Daniel Burrows <dburrows@debian.org>  Tue,  4 May 2004 18:21:58 -0400

tse3 (0.2.7-3) unstable; urgency=low

  * Ack -- it seems that this has never been updated for a modern
    debhelper.  Modified the stuff in debian/ to actually put files into
    the final package.
  * Don't bomb out when cleaning a clean directory.
  * Upstream seems to have enabled shared libraries and disabled static
    in configure.in, overriding configure arguments; switch back.

 -- Daniel Burrows <dburrows@debian.org>  Sun,  5 Oct 2003 12:23:43 -0400

tse3 (0.2.7-2) unstable; urgency=low

  * Apparently I accidentally backed out the Section change before I
    uploaded the last version.  Oops.

 -- Daniel Burrows <dburrows@debian.org>  Sun,  5 Oct 2003 12:10:14 -0400

tse3 (0.2.7-1) unstable; urgency=low

  * New upstream release
  * Change Section in debian/control to libdevel (matching a change in
    the override file)

 -- Daniel Burrows <dburrows@debian.org>  Sun,  5 Oct 2003 11:31:03 -0400

tse3 (0.2.5-2) unstable; urgency=low

  * Adopting this hairball, since noteedit needs it. (Closes: #174124)

  * Build the static library with -fPIC.  This isn't ideal, but unless it's
  safe to build a shared library now, this is the only immediate way to
  fix this bug.  (Closes: #196719)

 -- Daniel Burrows <dburrows@debian.org>  Sun,  5 Oct 2003 11:21:58 -0400

tse3 (0.2.5-1) unstable; urgency=low

  * QA upload.
  * New upstream release:
    - Upstream has changed the ABI, but doesn't use a soname yet; build
      only static library for now.  (We could set $(libtse3_la_LDFLAGS) to
      `-release $(VERSION)', but that'd be a PITA for the FTP masters.)
    - Compiles with g++ 3.2.  Closes: #180077.
  * Package is orphaned (#174124); set maintainer to Debian QA Group.
  * Add libasound2-dev to build dependencies.
  * Leave aRts support disabled as kdemultimedia-dev seems to be broken
    right now.
  * Switch to debhelper 4.
  * debian/rules: Automatically update config.{guess,sub} from
    autotools-dev.  Closes: #134738.
  * debian/copyright: List upstream URL.
  * Conforms to Standards version 3.5.8.

 -- Matej Vela <vela@debian.org>  Mon, 10 Feb 2003 23:54:41 +0100

tse3 (0.1.2-3) unstable; urgency=low

  * Additional 64-bit fix, thanks to Petter Reinhold (Closes: #130154)

 -- Brian Russo <wolfie@debian.org>  Thu,  7 Feb 2002 04:24:52 -1000

tse3 (0.1.2-2) unstable; urgency=low

  * Thanks elmo, fixed XML.cpp (Closes: #129531) (hppa fix)

 -- Brian Russo <wolfie@debian.org>  Wed, 16 Jan 2002 06:40:49 -1000

tse3 (0.1.2-1) unstable; urgency=low

  * New version (Closes: #126881)
  * DEBHELPER 2 -> 3

 -- Brian Russo <wolfie@debian.org>  Sat, 12 Jan 2002 22:54:42 -1000

tse3 (0.1.1-0) unstable; urgency=low

  * Fixed description (Closes: #117520)
  * New version (Closes: #117874, #116198)
  * Added API documentation

 -- Brian Russo <wolfie@debian.org>  Wed, 21 Nov 2001 01:13:36 -1000

tse3 (0.0.25-1.1) unstable; urgency=low

  * Non-maintainer upload.
  * Fix debian/rules to work with dpkg-buildpackage -{b,B}, Closes: #103486.

 -- James Troup <james@nocrew.org>  Wed, 17 Oct 2001 14:37:40 +0100

tse3 (0.0.25-1) unstable; urgency=low

  * Initial Release.

 -- Brian Russo <wolfie@debian.org>  Sat, 30 Jun 2001 01:10:54 +1100