File: changelog

package info (click to toggle)
wmclock 1.0.16-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 356 kB
  • sloc: ansic: 1,028; makefile: 10
file content (356 lines) | stat: -rw-r--r-- 12,454 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
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
wmclock (1.0.16-2) unstable; urgency=medium

  [ Doug Torrance ]
  * debian/control
    - Update Vcs-* after migration to Salsa.
    - Update Homepage to dockapps.net.
    - Update Maintainer email address to use tracker.d.o.
    - Bump debhelper compatibility level to 13.
    - Bump Standards-Version to 4.6.0.
    - Add Rules-Requires-Root field (no).
  * debian/copyright
    - Update Format in d/copyright to https.
    - Update Source to dockapps.net.
  * debian/rules
    - Drop out-of-date get-orig-source target.
    - Use 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 uscan v4 and use special strings for regular expressions.
    - Update download link to dockapps.net.

  [ Debian Janitor ]
  * debian/copyright: use spaces rather than tabs to start continuation lines.
  * Use secure URI in Homepage field.
  * Bump debhelper from deprecated 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Drop unnecessary dependency on dh-autoreconf.

 -- Doug Torrance <dtorrance@piedmont.edu>  Wed, 25 Aug 2021 21:21:21 -0400

wmclock (1.0.16-1) unstable; urgency=medium

  * New upstream release.
  * debian/patches
    - Remove directory; patch no longer necessary.

 -- Doug Torrance <dtorrance@piedmont.edu>  Thu, 24 Sep 2015 07:20:44 -0400

wmclock (1.0.15-2) 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/copyright
    - Remove trailing whitespace.
  * debian/patches/clean_xpm.patch
    - Update email address.

 -- Doug Torrance <dtorrance@piedmont.edu>  Thu, 20 Aug 2015 06:51:06 -0400

wmclock (1.0.15-1) unstable; urgency=medium

  * New upstream release.
  * debian/control
    - Bump Standards-Version to 3.9.6; no changes required.
    - Remove Build-Depends on libxt-dev and xutils-dev.
    - Add Build-Depends on dh-autoreconf and pkg-config.
    - Update Homepage.
  * debian/copyright
    - Update Upstream-* and Source.
  * debian/patches
    - Remove previous patches; applied upstream.
    - (clean_xpm.patch) Clean xpm files created during configuration.
  * debian/README.Debian
    - Remove file; documented a feature which has been added upstream
      and is no longer Debian-specific.
  * debian/rules
    - Use dh_autoreconf.
    - Remove override_dh_auto_* targets; no longer needed.
    - Add get-orig-source target.
  * debian/watch
    - Update with new location.

 -- Doug Torrance <dtorrance@monmouthcollege.edu>  Fri, 12 Dec 2014 15:49:41 -0600

wmclock (1.0.14-6) unstable; urgency=low

  * debian/patches/add_interval_option.patch
    - Add -interval option for blink cycle (Closes: #228986).

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

wmclock (1.0.14-5) unstable; urgency=low

  * debian/control
    - Update Vcs-* fields.
  * debian/rules
    - Pass CFLAGS to make via CCOPTIONS; otherwise it is overwritten by the
      Makefile.
    - Run make install.man to install manpage.
  * debian/wmclock.dirs
    - Remove file; directories are created by make.
  * debian/wmclock.docs
    - Rename to debian/docs.
  * debian/wmclock.manpages
    - Remove file; manpage is now installed by make.
  * debian/wmclock.menu
    - Rename to debian/menu.

 -- Doug Torrance <dtorrance@monmouthcollege.edu>  Tue, 22 Jul 2014 01:26:56 -0500

wmclock (1.0.14-4) unstable; urgency=low

  * debian/control
    - Bumped Standards-Version to 3.9.5, no changes required.
    - Added Vcs-* fields.
  * debian/patches
    - (hardening.patch) Imported LDFLAGS for hardening.

 -- Doug Torrance <dtorrance@monmouthcollege.edu>  Sat, 26 Apr 2014 15:29:37 -0500

wmclock (1.0.14-3) unstable; urgency=low

  * debian/copyright
    - Update to copyright format 1.0.
  * debian/patches
    - Fix incorrect year with -year option (Closes: #723887).
  * debian/rules
    - Install translated xpms again (Closes: #725677).

 -- Doug Torrance <dtorrance@monmouthcollege.edu>  Mon, 07 Oct 2013 18:07:12 -0500

wmclock (1.0.14-2) unstable; urgency=low

  * New maintainer (Closes: #688534).
  * debian/compat
    - Bump to 9.
  * debian/control
    - Bump Standards-Version to 3.9.4, no changes required.
  * debian/rules
    - Simplified to debhelper 7 style.

 -- Doug Torrance <dtorrance@monmouthcollege.edu>  Thu, 12 Sep 2013 00:07:25 -0500

wmclock (1.0.14-1) unstable; urgency=low

  * New upstream release.
  * debian/control:
    - Do not recommend wmaker, as dockapps can be used with a number of other
      window managers (Closes: #624484).
    - Bump Standards-Version to 3.9.2 (no changes).

 -- Julien BLACHE <jblache@debian.org>  Thu, 02 Jun 2011 12:07:58 +0200

wmclock (1.0.13-1) unstable; urgency=low

  * New upstream release.
  * Switch to source format 3.0 (quilt).
  * debian/control:
    - Bump Standards-Version to 3.9.1 (no changes).
    - Update Homepage field for new upstream website.
    - Drop dpatch build-dep.
  * debian/copyright:
    - Updated to reflect new upstream maintainer and website.
  * debian/watch:
    - Updated for new upstream website.
  * debian/rules:
    - Removed dpatch support.
  * debian/lang.polish:
    - Removed; a better version is now provided by upstream.
  * debian/patches/21_fix_year_display.dpatch:
    - Removed; proper fix added upstream.
  * debian/patches/23_select_dont_sleep.dpatch:
    - Removed; applied upstream.
  * debian/patches/*:
    - Renamed and refreshed.

 -- Julien BLACHE <jblache@debian.org>  Sat, 04 Dec 2010 17:37:47 +0100

wmclock (1.0.12.2-10) unstable; urgency=low

  * debian/control:
    - New maintainer (Closes: #490735).
    - Reorder Build-Depends.
    - Remove extraneous spaces in description.
  * debian/changelog:
    - Fixed typos in previous entries.
  * debian/README.source:
    - Remove useless file.
  * debian/patches/00-fix_manpage_source_chgs_prior_adoption.dpatch:
    - Renamed to 20_manpage_xpm_notes.dpatch.
    - Add patch description.
  * debian/patches/00-fix_wmclockc_source_chgs_prior_adoption.dpatch:
    - Renamed to 21_fix_year_display.dpatch.
    - Add patch description.
  * debian/patches/10-fix_manpage_lintian_warning.dpatch,
    debian/patches/20_fix_manpage_name.dpatch:
    - Coalesced into 10_manpage_fixes.dpatch.
    - Add a proper patch description.
  * debian/patches/22_fix_12_year_display.dpatch:
    - Added; add back fix for broken display when both -12 and -year are
      given on the command line. Fix got lost at some point.
  * debian/patches/23_select_dont_sleep.dpatch:
    - Added; use select() instead of sleeping in order to reduce wakeups
      (Closes: #495468).

 -- Julien BLACHE <jblache@debian.org>  Sun, 16 Nov 2008 18:42:27 +0100

wmclock (1.0.12.2-9) unstable; urgency=low

  * debian/control
    - Removed x11proto-xext-dev build-dep since libxext-dev
      already depends on it
    - Replaced xutils build-dep with xutils-dev. Thanks to Daniel
      Schepler for the report! (Closes: #485239).
    - Bump Standards-Version to 3.8.0:
      - debian/README.source added

 -- Sandro Tosi <matrixhasu@gmail.com>  Fri, 11 Jul 2008 23:20:13 +0200

wmclock (1.0.12.2-8) unstable; urgency=low

  * debian/control
    - Added x11proto-xext-dev, libxt-dev and libxext-dev
      to Build-Depends (Closes: #450537).
    - Bump Standard-Version to 3.7.3.
  * debian/rules
    - Some minor changes.
  * debian/copyright
    - Indented with 4 spaces.
  * debian/menu
    - Updated to new menu policy.
  * debian/patches/20_fix_manpage_name.dpatch
    - Added to fix manpage first line (lintian warning).

 -- Sandro Tosi <matrixhasu@gmail.com>  Thu, 27 Dec 2007 19:20:07 +0100

wmclock (1.0.12.2-7) unstable; urgency=low

  * Adopting package (Closes: #439966).
  * debian/control
    - Add myself as maintainer.
    - Added Homepage field to source stanza.
    - Little reorg of short and long description.
    - Depends against debhelper at least version 5.
    - Added dpatch to Build-Depends.
  * debian/watch
    - New file.
  * debian/compat
    - Bump to level 5.
  * debian/copyright
    - Added myself as new maintainer.
    - Added new upstream website address.
    - Reported upstream as copyright holder, along with asclock
      copyright holders, since wmclock derives from that.
    - Separated license and copyright section (previous mixed up).
    - Fixed license location on a debian machine (it is GPLv2, not GPLv1).
  * debian/rules
    - Removed unused dh_ tools calls.
    - Added explicit file names to dh_installdocs.
    - Removed "-n" param from dh_installmenu call.
    - Added dpatch stuff.
    - Installing debian/lang.* too.
  * debian/wmclock.docs
    - Removed since merged with debian/rules.
  * debian/wmclock.menu
    - Renamed wmclock.menu to menu.
  * debian/menu
    - The menu section is "Applications".
  * debian/wmclock.post{inst,rm}
    - Deleted since menu update is managed by dh_installmenu.
  * wmclock.man.in
    - Reverted to upstream version.
  * debian/patches/00-fix_manpage_source_chgs_prior_adoption.dpatch
    - Apply source code modification done (before adoption) without patching.
  * debian/patches/00-fix_wmclockc_source_chgs_prior_adoption.dpatch
    - Apply source code modification done (before adoption) without patching.
  * debian/patches/10-fix_manpage_lintian_warning.dpatch
    - Added to fix a lintian warning about (c) character in manpage
      represented using extended char and not with "\(co)" escape sequence.
  * debian/lang.polish/*
    - Moved here since they are provided by Debian maintainer, not upstream.

 -- Sandro Tosi <matrixhasu@gmail.com>  Wed, 19 Dec 2007 22:59:04 +0100

wmclock (1.0.12.2-6) unstable; urgency=low

  * debian/control:
    - Set maintainer to Debian QA group.
    - Bump Standards-Version to 3.7.2, no changes needed.

 -- Romain Francoise <rfrancoise@debian.org>  Tue, 28 Aug 2007 21:38:43 +0200

wmclock (1.0.12.2-5) unstable; urgency=low

  * Add Polish versions of the XPM files courtesy of Kacper Perschke.
  * debian/control:
    - Change Build-Depends to libx11-dev, libxpm-dev.

 -- Romain Francoise <rfrancoise@debian.org>  Fri, 15 Apr 2005 20:25:10 +0200

wmclock (1.0.12.2-4) unstable; urgency=low

  * Apply patch from Vino Fernando Crescini <jcrescin@cit.uws.edu.au> to
    fix -12 and -year combined display (Closes: #228985).

 -- Romain Francoise <rfrancoise@debian.org>  Sun, 25 Jan 2004 15:48:43 +0100

wmclock (1.0.12.2-3) unstable; urgency=low

  * New maintainer (Closes: #214392).
  * debian/control:
    - Update maintainer contact info.
    - Bump Standards-Version to 3.6.1.0.
    - Build-Depends on debhelper (>= 4).
    - Add Depends on ${misc:Depends}.
    - Add Recommends on wmaker.
    - Rewrite synopsis and description, including upstream URL.
  * debian/copyright:
    - Update maintainer information.
    - Clarify license info.
    - Reword sentence about the location of the GNU GPL on Debian
      systems.
  * debian/rules:
    - Major facelift, separating configure and build stages.
    - Remove old DH_COMPAT variables.
    - Install localized XPM images in /usr/share/wmclock/.
    - Call dh_installmenu -n.
  * debian/compat:
    - New file.
  * debian/README.Debian:
    - New file, explaining how to use the localized display.
  * debian/wmclock.{postinst,postrm,menu}:
    - New files. Install wmclock in the Debian menu in "Apps/Tools".
  * Don't ship the manpage in the Debian diff, use the version provided
    by upstream since they are identical. Include information about the
    localized XPM files.
  * Acknowledge NMU (Closes: #105699).
  * Include patch to fix -year display (Closes: #126742).

 -- Romain Francoise <rfrancoise@debian.org>  Mon,  6 Oct 2003 20:19:30 +0200

wmclock (1.0.12.2-2.1) unstable; urgency=low

  * Non-maintainer upload.
  * debian/control:
    - Added build-dependency on xutils (Closes: #105699).

 -- Branden Robinson <branden@debian.org>  Wed, 18 Jul 2001 17:27:06 -0500

wmclock (1.0.12.2-2) unstable; urgency=low

  * Add source dependency on xlibs-dev (Closes: #99377).

 -- Szabolcs Horvath <horvaths@janus.gimsz.sulinet.hu>  Mon,  4 Jun 2001 07:58:30 +0000

wmclock (1.0.12.2-1) unstable; urgency=low

  * Initial Release (Closes: #93782).

 -- Szabolcs Horvath <horvaths@janus.gimsz.sulinet.hu>  Sun, 15 Apr 2001 07:08:38 +0000