File: changelog

package info (click to toggle)
wmrack 1.4-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 928 kB
  • sloc: ansic: 3,207; sh: 152; makefile: 68
file content (258 lines) | stat: -rw-r--r-- 8,731 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
wmrack (1.4-6) unstable; urgency=medium

  [ Doug Torrance ]
  * debian/control
    - Update Vcs-* after migration to Salsa.
    - Update Maintainer email address to use tracker.d.o.
    - Bump to Standards-Version 4.6.0.
    - Add Rules-Requires-Root field (no).
    - Bump debhelper compatibility level to 13.
  * debian/copyright
    - Update Format to https.
  * debian/menu
    - Remove deprecated Debian menu file.
  * debian/patches
    - Add some Forwarded fields.
  * debian/rules
    - Export all hardening flags.
  * debian/salsa-ci.yml
    - Add Salsa pipeline config file.
  * debian/upstream/metadata
    - Add DEP-12 upstream metadata file.
  * debian/watch
    - Bump to version 4 format.
    - Update SourceForge redirector url; makes filenamemangle option
      unnecessary.
    - Use special strings for version number and archive extension
      regular expressions.

  [ Debian Janitor ]
  * debian/copyright: use spaces rather than tabs to start continuation lines.
  * Bump debhelper from deprecated 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Drop unnecessary dependency on dh-autoreconf.
  * Remove unnecessary get-orig-source-target.

 -- Doug Torrance <dtorrance@piedmont.edu>  Fri, 27 Aug 2021 21:43:54 -0400

wmrack (1.4-5) unstable; urgency=medium

  * debian/control
    - Update Vcs-* fields.
    - Set Debian Window Maker Team as Maintainer; move myself to
      Uploaders with updated email address.
    - Tidy up using wrap-and-sort.
  * debian/patches
    - Update email address.

 -- Doug Torrance <dtorrance@piedmont.edu>  Fri, 21 Aug 2015 22:39:23 -0400

wmrack (1.4-4) unstable; urgency=medium

  * debian/clean
    - Remove unnecessary file.
  * debian/control
    - Bump Standards-Version to 3.9.6; no changes required.
    - Remove libxt-dev from Build-Depends.
  * debian/patches
    - (fix_kfreebsd_ftbfs.patch) Fix FTBFS on GNU/kFreeBSD.
    - (update_makefile.patch) Honor LDFLAGS and DESTDIR.
    - (fix_-Wformat.patch) Fix compiler warnings.
    - (rename_configure.in.patch) Split from update_autotools.patch to
      increase readability.
    - (fix_expose_loop.patch) Fix flicker when run without -w in Window
      Maker (Closes: #46008).
    - (check_home.patch) Avoid segmentation fault when HOME environment
      variable is undefined (Closes: #716473).
    - (fix_manpage.patch) Fix additional typo.
    - (fix_resource_leak.patch) Call fclose() on file opened with fopen().
  * debian/rules
    - Add get-orig-source target.
    - Remove override_dh_auto_* targets; patched Makefiles instead.
  * debian/watch
    - Use updated file from sepwatch.

 -- Doug Torrance <dtorrance@monmouthcollege.edu>  Tue, 06 Jan 2015 18:13:08 -0600

wmrack (1.4-3) unstable; urgency=medium

  * New maintainer (Closes: #664098).
  * debian/clean
    - New file; clean files changed by autoreconf.
  * debian/compat
    - Bump to 9.
  * debian/control
    - Bump Standards-Verison to 3.9.5, no changes required.
    - Bump Build-Depends to debhelper (>=9).
    - Remove redundant Sound and Priority entries from binary package section.
    - Move Homepage entry to source package section.
    - Add dh-autoreconf to Build-Depends.
    - Add Vcs-* fields.
    - Add misc:Depends to Depends.
  * debian/copyright
    - Convert to machine-readable format version 1.0.
  * debian/(dirs|menu)
    - Rename from debian/wmrack.(dirs|menu).
  * debian/patches/add_format_arg_to_fprintf.patch
    - Avoid FTBFS due to -Werror=security build flag.
  * debian/patches/fix_hurd_ftbfs.patch
    - Use sys/cdrom.h on the Hurd.  Thanks to Samuel Thibault
      <sthibault@debian.org> (Closes: #647977).
  * debian/patches/fix_manpage.patch
    - Avoid Lintian manpage-related warnings.
  * debian/patches/update_autotools.patch
    - Update to work with modern autotools.
  * debian/rules
    - Simplify to use dh.
    - Use --with autoreconf.
    - Pass LDFLAGS via LIBS.
  * debian/source/format
    - New file; use 3.0 (quilt).
  * debian/watch
    - New file.
  * debian/wmrack.dirs
    - Remove unnecessary file; directories already created in Makefile.

 -- Doug Torrance <dtorrance@monmouthcollege.edu>  Fri, 15 Aug 2014 18:43:02 -0500

wmrack (1.4-2) unstable; urgency=low

  * WTF workaround for glitch in make (&& -> ||).

 -- Chris Waters <xtifr@debian.org>  Mon, 31 Mar 2008 16:27:06 -0700

wmrack (1.4-1) unstable; urgency=low

  * New upstream release.  Includes fix for overfrequent polling
    (Closes: #440407).
  * Patch to fix FTBFS if built twice in a row (Closes: #424123).
  * Patch to permit building with nostrip option (Closes: #438292).
  * Update menu for new menu policy.

 -- Chris Waters <xtifr@debian.org>  Sun, 30 Mar 2008 13:25:19 -0700

wmrack (1.3-2) unstable; urgency=low

  * Changed Build-Depends on xutils to libxt-dev because the configure
    script looks for a header in libxt-dev if it can't find xmkmf, and
    xmkmf has been moved to xutils-dev.  I could have changed to
    Build-Depends to xutils-dev, of course, but this way allows backports
    to sarge.  Thanks to Andreas Metzler for the suggestion (Closes: #365126).
  * Patch configure (and configure.in) to handle the case where X does not need
    additional include or library paths.  Thanks to Aaron Ucko.

 -- Chris Waters <xtifr@debian.org>  Sat, 29 Apr 2006 12:11:46 -0700

wmrack (1.3-1) unstable; urgency=low

  * New upstream release, includes fix for FTBFS on BSD/Hurd
    (Closes: #361724).
  * Update FSF address in debian/copyright.

 -- Chris Waters <xtifr@debian.org>  Wed, 26 Apr 2006 15:26:54 -0700

wmrack (1.2-1.1) unstable; urgency=low

  * Non-maintainer upload.
  * Split xlibs-dev Build-Depends (Closes: #346898).

 -- Marc 'HE' Brockschmidt <he@debian.org>  Sat, 21 Jan 2006 10:37:15 +0100

wmrack (1.2-1) unstable; urgency=low

  * New upstream release.

 -- Chris Waters <xtifr@debian.org>  Thu,  2 Oct 2003 15:01:42 -0700

wmrack (1.1-2) unstable; urgency=low

  * Add xutils to Build-Depends.

 -- Chris Waters <xtifr@debian.org>  Mon, 30 Apr 2001 11:35:04 -0700

wmrack (1.1-1) unstable; urgency=low

  * New upstream release.  Note that I am now the upstream maintainer as
    well as the Debian maintainer.  All my debian-specific patches have
    now been merged into the upstream source (as you might expect).
  * Remove the README.Debian, which was not at all wmrack related (except
    insofar as wmrack is one of many applications that use sound).
  * Change debian/copyright to mention new webpage and maintainer.
  * Add hints and longtitle to menu.
  * Clean up debian/rules; start using debhelper v3.
  * Rewrite description.

 -- Chris Waters <xtifr@debian.org>  Wed, 11 Apr 2001 16:07:58 -0700

wmrack (1.0b5-8) unstable; urgency=low

  * Change device open call to use O_RDONLY|O_NONBLOCK in order to get
    CDs to work with new glibc.
  * Update Build-Depends for new XF86-4.
  * Move files from /usr/X11/bin to /usr/bin (as per new proposed
    policy).

 -- Chris Waters <xtifr@debian.org>  Tue, 30 Jan 2001 13:45:14 -0800

wmrack (1.0b5-7) unstable; urgency=low

  * New maintainer.

 -- Chris Waters <xtifr@debian.org>  Sat, 11 Nov 2000 14:47:18 -0800

wmrack (1.0b5-6) unstable; urgency=low

  * Orphan package.

 -- Sean 'Shaleh' Perry <shaleh@debian.org>  Sun, 27 Aug 2000 22:58:51 -0700

wmrack (1.0b5-5) unstable; urgency=low

  * Remove cdctrl binary (Closes: #52895).

 -- Sean 'Shaleh' Perry <shaleh@debian.org>  Tue, 18 Jul 2000 12:20:14 -0700

wmrack (1.0b5-4) unstable; urgency=low

  * Upload for FHS compliance.
  * Fix FTBFS on alpha (Closes: #44538).

 -- Sean E. Perry <shaleh@debian.org>  Tue,  7 Sep 1999 14:46:52 -0700

wmrack (1.0b5-3) unstable; urgency=low

  * New maintainer.

 -- Sean E. Perry <shaleh@debian.org>  Fri,  3 Sep 1999 16:13:17 -0700

wmrack (1.0b5-2) unstable; urgency=low

  * debian/control
    - Improved description (Closes: #33399).
  * debian/README.Debian
    - Add note regarding audio devices (Closes: #31308).

 -- Marcelo E. Magallon <mmagallo@debian.org>  Sun, 13 Jun 1999 10:13:13 -0600

wmrack (1.0b5-1) frozen unstable; urgency=low

  * New upstream release.
    -  Add signal handling (Closes: #29211, #31257).
  * Rename source package back to wmrack.

 -- Marcelo E. Magallon <mmagallo@debian.org>  Thu, 31 Dec 1998 18:38:40 -0600

WMRack (1.0b3-1) unstable; urgency=low

  * New upstream version.
  * Rename source package from wmrack to WMRack, upstream's name.
  * Patch to prevent wmrack from crashing on startup if no configuration file
    is found.

 -- Marcelo E. Magallon <mmagallo@debian.org>  Sat, 11 Apr 1998 22:09:54 -0600

wmrack (0.9-1) unstable; urgency=low

  * Initial release.

 -- Marcelo E. Magallon <mmagallo@debian.org>  Fri,  2 Jan 1998 14:00:10 -0600