File: changelog

package info (click to toggle)
soundmodem 0.20-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,492 kB
  • sloc: ansic: 20,666; sh: 3,834; makefile: 269; cpp: 261; xml: 51; perl: 31; sed: 16
file content (287 lines) | stat: -rw-r--r-- 9,864 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
soundmodem (0.20-6) unstable; urgency=medium

  * Team upload

  [ Dave Hibberd ]
  * debian/patches/group-permissions.patch
    - Added
    - Enable group read/write on modem pty
  * debian/soundmodem.service
    - Added
    - Allows systemctl control of soundmodem

  [ Christoph Berg ]
  * Switch to flex from flex-old. (Closes: #932517)
  * Move Vcs fields to salsa.
  * Add debian/gitlab-ci.yml.

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Use secure copyright file specification URI.
  * Bump debhelper from deprecated 9 to 10.
  * Drop unnecessary dependency on dh-autoreconf.
  * Remove constraints unnecessary since stretch:
    + Build-Depends: Drop versioned constraint on debhelper.
  * Bump debhelper dependency to >= 10, since that's what is used in
    debian/compat.
  * Set upstream metadata fields: Repository, Repository-Browse.

  [ tony mancill ]
  * Add patch to make build reproducible (Closes: #881259)
    - Thank you to Chris Lamb
  * Update URLs for upstream sources (Closes: #933341)
  * Remove build-dep on autotools-dev (handled by debhelper >= 10)
  * Removed Iain R. Learmonth from uploaders (Closes: #970368)

 -- Christoph Berg <myon@debian.org>  Wed, 05 Jan 2022 12:42:45 +0100

soundmodem (0.20-5) unstable; urgency=high

  * d/patches/fix-ftbfs-i386-multiple-def-mac.patch
    - Fix FTBFS on i386 arches: multiple definition of `mac'

 -- Kamal Mostafa <kamal@whence.com>  Fri, 01 Jul 2016 07:23:47 -0700

soundmodem (0.20-4) unstable; urgency=high

  * d/patches/fix-ftbfs-gcc6-matlib-mdet.patch
    - Fix FTBFS with GCC 6: return-statement with a value (Closes #812016)

 -- Kamal Mostafa <kamal@whence.com>  Thu, 30 Jun 2016 11:06:47 -0700

soundmodem (0.20-3) unstable; urgency=medium

  * d/control:
   - Added Vcs-* fields
  * d/copyright:
   - Converted to DEP-5

 -- Iain R. Learmonth <irl@fsfe.org>  Mon, 25 May 2015 20:48:30 +0100

soundmodem (0.20-2) unstable; urgency=medium

  * d/patches/add-alsa-m4.patch:
    - Added patch to include alsa.m4 from libasound2-dev to allow building on
      non-Linux architectures.
  * d/patches/ftbfs-freebsd.patch:
    - Added patch to add missing stdint.h include in soundcard/kisspkt.c.
      (Fixes a FTBFS on GNU/kFreeBSD)
  * d/control:
    - Added myself to uploaders, removed inactive uploaders.
    - Fix formatting of d/control with cme.

 -- Iain R. Learmonth <irl@fsfe.org>  Tue, 05 May 2015 23:01:22 +0100

soundmodem (0.20-1) unstable; urgency=medium

  * New upstream release
  * Bump standards version to 3.9.6
  * Update the Upstream Hompage in debian/control
    and the debian/watch file (Closes: #781206)
  * Fix inlines and unused variables ready for GCC 5 (Closes: #778127)
  * Use dh-autoreconf to fix ftbfs on new archs (Closes: #744513)

 -- Colin Tuckley <colint@debian.org>  Mon, 04 May 2015 19:56:40 +0100

soundmodem (0.18-1) unstable; urgency=low

  * New upstream release
  * Debian packaging:
    - dropped debian/patches merged upstream
    - replaced Build-deps exclusion list with [linux-any] (Closes: #634624)

 -- Kamal Mostafa <kamal@whence.com>  Sat, 15 Dec 2012 07:56:39 -0800

soundmodem (0.17-1) unstable; urgency=low

  * New upstream release
  * Debian packaging update
    - homogenized debian/rules
    - enabled build hardening (debian/compat to 9)
    - debian/patches/fix-syslog-format-security-err.patch
    - debian/patches/fix-update-display-p3d-off-by-one.patch

 -- Kamal Mostafa <kamal@whence.com>  Fri, 14 Dec 2012 15:39:00 -0800

soundmodem (0.16-1) unstable; urgency=low

  * New upstream release

 -- Kamal Mostafa <kamal@whence.com>  Wed, 22 Jun 2011 07:12:47 -0700

soundmodem (0.15-3) unstable; urgency=low

  * Debian packaging:
    - supply initial /etc/ax25/soundmodem.conf conffile
      (Closes: #623973, LP: #770011)

 -- Kamal Mostafa <kamal@whence.com>  Mon, 25 Apr 2011 09:14:34 -0700

soundmodem (0.15-2) unstable; urgency=low

  * Debian packaging cleanup
    - perform autotools reconf in debian/rules
    - configure with GTK_LIBS to avoid unnecessary library linkage
    - patches/drop-unnecessary-libdl-linkage (ALSA_LIBS)
    - don't install uninteresting NEWS and README files
    - remove text about radio licensing from debian/copyright

 -- Kamal Mostafa <kamal@whence.com>  Fri, 17 Dec 2010 17:40:08 -0800

soundmodem (0.15-1) unstable; urgency=low

  * New upstream release (Closes: #542790):
    - alsaio.c: iowrite "Broken pipe" fix
    - modem timing constant adjustments (fsk, pammodem, pskmodem)
    - various soundmodemconfig GUI fixes
    - Hamlib PTT integration (add Build-dep: libhamlib-dev)
  * DM-Upload-Allowed set to grant upload rights to listed Debian Maintainers.
  * Switch to dpkg-source 3.0 (quilt) format.

 -- Kamal Mostafa <kamal@whence.com>  Tue, 29 Jun 2010 15:02:21 -0700

soundmodem (0.13-1.1) unstable; urgency=low

  * Retiring - remove myself from the uploaders list.

 -- Joop Stakenborg <pa3aba@debian.org>  Mon, 16 Nov 2009 18:26:14 +0000

soundmodem (0.13-1) unstable; urgency=low

  * New upstream release

 -- Joop Stakenborg <pa3aba@debian.org>  Fri, 20 Mar 2009 19:30:49 +0100

soundmodem (0.12-1) unstable; urgency=low

  * New upstream.

 -- Joop Stakenborg <pa3aba@debian.org>  Fri, 20 Feb 2009 20:03:23 +0100

soundmodem (0.11-2) unstable; urgency=low

  * Patch by Jon, LA4RT which turns off GTK_ENABLE_BROKEN, thanks!

 -- Joop Stakenborg <pa3aba@debian.org>  Wed, 18 Feb 2009 19:39:44 +0100

soundmodem (0.11-1) unstable; urgency=low

  * New upstream.

 -- Joop Stakenborg <pa3aba@debian.org>  Sun, 15 Feb 2009 16:17:57 +0100

soundmodem (0.10-6) unstable; urgency=low

  * Add snd_pcm_prepare in soundcard/alsaio.c, this fixes Tx switching
    in ALSA mode. Thanks Dario Ventura, IZ7CRX. Closes: #496509.

 -- Joop Stakenborg <pa3aba@debian.org>  Tue, 26 Aug 2008 16:04:49 +0200

soundmodem (0.10-5) unstable; urgency=low

  * Large patch by Jon, LA4RT which bumps GTK+ version to 2.0, thanks!
  * Fix configure.in so it looks for libaudiofile correctly.
  * Fix checking for linux/ax25.h and and linux/if.h.

 -- Joop Stakenborg <pa3aba@debian.org>  Mon, 26 May 2008 11:15:40 +0200

soundmodem (0.10-4) unstable; urgency=low

  * Remove libxml-dev build dependency. Closes: #470015.
  * This is an attempt to build against libxml2, following the
    instructions on http://xmlsoft.org/upgrade.html. Please report
    errors.

 -- Joop Stakenborg <pa3aba@debian.org>  Wed, 12 Mar 2008 20:48:02 +0100

soundmodem (0.10-3) unstable; urgency=low

  * Fix FTBFS woth gcc-4.3. Thanks Martin Michlmayr. Closes: #455659.

 -- Joop Stakenborg <pa3aba@debian.org>  Tue, 11 Dec 2007 19:47:01 +0100

soundmodem (0.10-2) unstable; urgency=low

  * Fix FTBFS on GNU/kFreeBSD (due to unsatisfied Build-Depends on
    libasound2-dev). Closes: #401521.
  * Fix typo in soundmodemconfig manpage. Closes: #338505.
  * Add swedish translations. Closes: #351164. Not sure if soundmodem
    is enabled for different languages. Please report if it is not
    working.
  * Bump standards version.
  * Lintian clean.

 -- Joop Stakenborg <pa3aba@debian.org>  Mon, 03 Dec 2007 19:45:18 +0100

soundmodem (0.10-1) unstable; urgency=low

  * New upstream release
  * Remove unused build-dependency on autotools-dev

 -- Hamish Moffatt <hamish@debian.org>  Fri, 21 Apr 2006 23:09:44 +1000

soundmodem (0.9-2) unstable; urgency=low

  * A fix for jumps into statement expressions. Patch by Matt Kraai, thanks!
    Closes: #324050.
  * Upload for the Debian Hamradio Maintainers Pool.

 -- Joop Stakenborg <pa3aba@debian.org>  Sat, 20 Aug 2005 10:32:59 +0200

soundmodem (0.9-1) unstable; urgency=low

  * New upstream release

 -- Joop Stakenborg <pa3aba@debian.org>  Sun,  6 Feb 2005 20:29:45 +0100

soundmodem (0.7-3) unstable; urgency=low

  * Watch file added.

 -- Joop Stakenborg <pa3aba@debian.org>  Sat,  7 Aug 2004 10:23:57 +0200

soundmodem (0.7-2) unstable; urgency=low

  * Soundmodem now advises to run soundmodemconfig when started for the
    first time. Configuration explained in README.debian. Closes: #260689.
  * Readme says "Usermode Soundcard Modem driver". This means no kernel
    driver is needed to run the modem (except from the soundcard driver).
    It has nothing to do with paths (e.g. /sbin) used by the package.
    To prevent further confusion I have renamed soundmodemconfig.8 to
    soundmodemconfig.1. I guess it's okay to keep soundmodem in /sbin,
    since it will be run as root by most users. Closes: #260691.
  * Do not use space before the "(8)" in the manual pages. Closes: #260908.
  * Program is now documented in README.debian, I have also included a
    couple of links to web pages where answers can be found. Closes: #260692.

 -- Joop Stakenborg <pa3aba@debian.org>  Sat, 31 Jul 2004 18:53:52 +0200

soundmodem (0.7-1) unstable; urgency=low

  * New upstream release. Closes: #202450.
  * New maintainer.

 -- Joop Stakenborg <pa3aba@debian.org>  Tue, 13 Jan 2004 20:36:59 +0100

soundmodem (0.5-2) unstable; urgency=medium

  * patch to prevent program from exiting when the soundcard is opened, thanks
    to Bruce Walker for pointing out the problem, closes: #135428
  * fix typo in the description, closes: #133396
  * quick hack to soundcard/testkiss.c so that it will build with gcc-3.0,
    closes: #134160

 -- Bdale Garbee <bdale@gag.com>  Sun, 24 Feb 2002 09:57:12 -0700

soundmodem (0.5-1) unstable; urgency=low

  * Initial Release
  * Originally ITP'ed by Maitland Bottoms <bottoms@debian.org>, adopted
    before initial upload with his explicit permission, closes: #98412
  * ugly hack to the structure definition for complex in complex.h to get
    around gcc vs ABI problem on ia64 that should be fixed in a future
    gcc version...
  * various tweaks to solve implicit declaration problems, which are fatal on
    ia64 systems

 -- Bdale Garbee <bdale@gag.com>  Sun, 27 Jan 2002 16:40:46 -0700