File: changelog

package info (click to toggle)
wmtv 0.6.6-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 204 kB
  • ctags: 196
  • sloc: ansic: 1,955; makefile: 19
file content (194 lines) | stat: -rw-r--r-- 6,539 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
wmtv (0.6.6-1) unstable; urgency=medium

  * New upstream release.
    - Includes all previous Debian patches.
  * New maintainer (Debian Window Maker Team) (Closes: #813253).
  * debian/control
    - Tidy up using wrap-and-sort.
    - Add dh-autoreconf and pkg-config to Build-Depends.
    - Add Homepage and Vcs-* fields.
  * debian/copyright
    - Update to DEP5 format.
  * debian/dirs
    - Remove unnecessary file.
  * debian/README.Debian
    - Remove file; note about upstream is out of date and other information is
      covered in the manpage.
  * debian/rules
    - Update to use dh with dh_autoreconf and enable all hardening flags.
    - Link with -Wl,--as-needed to avoid dpkg-shlibdeps "useless dependency"
      warnings.
    - Add get-orig-source target.
  * debian/source/format
    - New file; use 3.0 (quilt).
  * debian/watch
    - New file.
  * debian/wmtv.1
    - Remove file; added upstream.

 -- Doug Torrance <dtorrance@piedmont.edu>  Mon, 01 Feb 2016 15:10:55 -0500

wmtv (0.6.5-17) unstable; urgency=low

  * The “I should have done that looong ago” release.
  * Acknowledge NMUs.
  * Orphan.

 -- Nicolas Boullis <nboullis@debian.org>  Sat, 30 Jan 2016 23:14:20 +0100

wmtv (0.6.5-16.2) unstable; urgency=medium

  * Non-maintainer upload.
  * Migrate DH level to 9 to avoid a FTBFS (Closes: #800217).
  * debian/compat
    - Add.
  * debian/control
     - Add the ${misc:Depends} variable to provide the
       right install dependencies.
     - Bump Standards-Version to 3.9.6.
  * debian/rules
    - Remove the DH_COMPAT variable.

 -- Joao Eriberto Mota Filho <eriberto@debian.org>  Sat, 26 Dec 2015 00:52:40 -0200

wmtv (0.6.5-16.1) unstable; urgency=low

  * Non-maintainer upload.
  * debian/control
    - Add libv4l-dev to Build-Depends and replace linux/videodev.h by
      libv4l1-videodev.h (Closes: #621952).

 -- Bart Martens <bartm@debian.org>  Fri, 30 Sep 2011 23:01:13 +0200

wmtv (0.6.5-16) unstable; urgency=low

  * Move the wmtv binary from /usr/X11R6/bin to /usr/bin.
  * Move the wmtv manpage from section 1x to section 1.
  * Build-depend on the needed libx*-dev packages rather than xlibs-dev (that
    misses both libxxf86dga-dev and libxxf86vm-dev).
  * Bump Standards-Version: to 3.6.2 (no change needed).
  * Add a new -c option to choose the video4linux device to use.

 -- Nicolas Boullis <nboullis@debian.org>  Wed,  3 Aug 2005 19:44:25 +0200

wmtv (0.6.5-15) unstable; urgency=low

  * Fix long description thanks to Colin Watson.
  * Fix manpages thanks to Anthony DeRobertis.
  * Fix versionned build-dependency on debhelper thanks to lintian.
  * Remove superfluous "(s)" to "Upstream Author(s)" to please lintian.
  * Update Makefile and debian/rules to support noopt in
    $DEB_BUILD_OPTIONS.
  * Bump Standards-Version to 3.6.1.

 -- Nicolas Boullis <nboullis@debian.org>  Thu, 28 Aug 2003 22:53:19 +0200

wmtv (0.6.5-14) unstable; urgency=low

  * Remove duplicate entry in wmtv.conffiles.
  * Change maintainer's e-mail.
  * wmtv now suggests xawtv.

 -- Nicolas Boullis <nboullis@debian.org>  Fri, 26 Jul 2002 21:29:21 +0200

wmtv (0.6.5-13) unstable; urgency=medium

  * Add missing #include in wmtv.c.
  * Automatically restart the TV when the external application finishes.
  * In fullscreen mode, the left and right arrow keys now behave as
    specified in the README file and in the manpage (Closes: #133301).
  * Add the ability to pass some parameters to the external
    application.
  * Enhance the manpage with descriptions of the new (or previously
    undocumented) features.

 -- Nicolas Boullis <Boullis.Nicolas@libertysurf.fr>  Wed, 20 Feb 2002 02:21:14 +0100

wmtv (0.6.5-12) unstable; urgency=low

  * Catch SIGCHLD signals to remove zombies (Closes: #129435).

 -- Nicolas Boullis <Boullis.Nicolas@libertysurf.fr>  Tue, 29 Jan 2002 01:06:24 +0100

wmtv (0.6.5-11) unstable; urgency=medium

  * Correct a bug introduced in version 0.6.5-9, causing the program to
    segfault while reverting from fullscreen back to normal mode
    (Closes: #128409).

 -- Nicolas Boullis <Boullis.Nicolas@libertysurf.fr>  Wed,  9 Jan 2002 19:48:47 +0100

wmtv (0.6.5-10) unstable; urgency=low

  * Correct capitalization in description (Closes: #125501).
  * Trying to change channel while the TV is off does nothing, and does
    not segfault anymore.
  * Clean Makefile.
  * Correct strange behavior when the mouse is moved out of a pressed
    button.
  * Upgrade policy version to 3.5.6.

 -- Nicolas Boullis <Boullis.Nicolas@libertysurf.fr>  Sat,  5 Jan 2002 02:40:18 +0100

wmtv (0.6.5-9) unstable; urgency=medium

  * The program does not need any more to be setuid root (Closes: #120832).

 -- Nicolas Boullis <Boullis.Nicolas@libertysurf.fr>  Thu, 29 Nov 2001 00:56:56 +0100

wmtv (0.6.5-8) unstable; urgency=high

  * New maintainer.
  * Added support for french channels (Closes: #119767).
  * Can now start even if the user has no configuration file (Closes: #120024).
  * Does not shorten the user's configuration file any more (Closes: #120035).
  * Drop privileges to access files, and then regain privileges
    (Closes: #120825).
  * A new user's configuration file is automatically created when needed.
  * Clean up a few possible buffer overflows.

 -- Nicolas Boullis <Boullis.Nicolas@libertysurf.fr>  Sun, 25 Nov 2001 19:40:37 +0100

wmtv (0.6.5-7) unstable; urgency=high

  * Drop privileges before calling external program. Thanks to
    Nicolas Boullis (Closes: #118778).

 -- Remi Lefebvre <remi@debian.org>  Mon, 12 Nov 2001 17:44:25 -0500

wmtv (0.6.5-6) unstable; urgency=low

  * Add build depend on xlibs-dev (Closes: #106438).

 -- Remi Lefebvre <remi@debian.org>  Tue, 24 Jul 2001 18:40:11 -0400

wmtv (0.6.5-5) unstable; urgency=low

  * Patch to fix bytes per line calculation (Closes: #93439).
  * Config file handling patch from Yann Vernier (Closes: #105325).

 -- Remi Lefebvre <remi@debian.org>  Sat, 21 Jul 2001 09:28:54 -0400

wmtv (0.6.5-4) unstable; urgency=low

  * Replace dh_suidregister call (Closes: #84515).

 -- Remi Lefebvre <remi@debian.org>  Sun,  4 Feb 2001 11:17:56 -0500

wmtv (0.6.5-3) unstable; urgency=low

  * Depend on libxpm4 rather than xpm4g (Closes: #67988).

 -- Remi Lefebvre <remi@debian.org>  Sun, 30 Jul 2000 16:22:09 -0400

wmtv (0.6.5-2) unstable; urgency=low

  * Comply with new policy.

 -- Remi Lefebvre <remi@debian.org>  Wed, 29 Sep 1999 15:54:10 -0400

wmtv (0.6.5-1) unstable; urgency=low

  * Initial release.

 -- Remi Lefebvre <remi@debian.org>  Sun,  8 Aug 1999 14:52:41 -0400