chiark / gitweb /
vtwm (5.4.7-3) unstable; urgency=medium
[vtwm.git] / debian / changelog
1 vtwm (5.4.7-3) unstable; urgency=medium
2
3   * QA upload.
4   * Set Maintainer to Debian QA Group.  (See: #522263)
5   * Add Build-Depends: libfl-dev.  (Closes: #846455)
6
7   [ Chris Lamb ]
8   * Make the build reproducible.  (Closes: #831661)
9
10  -- Andreas Beckmann <anbe@debian.org>  Fri, 09 Dec 2016 18:09:56 +0100
11
12 vtwm (5.4.7-2.2) unstable; urgency=low
13
14   * Non-maintainer upload.
15   * Fix dependency on old packages (Closes: #485227, #515518)
16   * Move homepage out of the description into its own field.
17   * Update menu's file section
18   * Update the path to install-menu (Closes: #483196)
19   * Add dummy binary-indep target (Closes: #395759)
20   * Add watch file
21   * Bump debhelper compat to five
22   * Don't ignore errors by make clean
23
24  -- Raphael Geissert <geissert@debian.org>  Wed, 08 Jul 2009 02:00:47 -0500
25
26 vtwm (5.4.7-2.1) unstable; urgency=low
27
28   * NMU
29   * Update for X11R7 (Closes: #365286)
30     - debian/rules: modify make with path to /usr/lib
31     - debian/{postinst,prerm}: modify path for update-alternatives
32
33  -- Julien Danjou <acid@debian.org>  Tue, 23 May 2006 12:12:14 +0200
34
35 vtwm (5.4.7-2) unstable; urgency=low
36
37   * Add build-dependency on librplay3-dev to fix FTBFS (librplay3-dev does not
38     depend on libc6-dev for some reason, so I didn't catch this when scrubbing
39     my chroot.  Sigh.)
40
41  -- Branden Robinson <branden@debian.org>  Sun,  6 Nov 2005 09:44:15 -0500
42
43 vtwm (5.4.7-1) unstable; urgency=low
44
45   * Merge new upstream release.
46     + This release is dedicated to the memory of David J. Hawkey, Jr., who
47       passed away in 2004.  VTWM is now team-developed by the VTWM hackers at
48       http://www.vtwm.org/, and Callum Gibson is the release manager.
49     + See /usr/share/doc/vtwm/HISTORY for a comprehensive list of new
50       features, behavior changes, and bug fixes.
51   * Bump Debian standards version to 3.6.2; no changes necessary.
52   * Update URL in package description.
53   * Tweak Debian rules file:
54     + Explicitly set optimization to -O0 if DEB_BUILD_OPTS contains "noopt".
55     + Export the CDEBUGFLAGS variable instead of manually passing it to Make.
56     + Make shell style tweaks.
57   * Remove Debian patch to remove increment of yylineno variable from parse.c;
58     upstream has "#ifdef"ed it out so that it can be restored for systems
59     where lex doesn't define and use this variable for itself.
60   * Ship more upstream documentation files: 4.6.ANNOUNCE, 4.6.README,
61     4.7.README, DEVELOPERS, HISTORY, and SOUND.
62   * Remove "SunkFocusWindowTitle" configuration parameter from
63     debian/system.vtwmrc-menu, since it is no longer supported.
64   * Fix menu-method file to background launched apps, so the window manager
65     doesn't wedge.  Whoops.  Thanks to Matthew A. Micholson for the patch!
66     (Closes: #319510)
67
68  -- Branden Robinson <branden@debian.org>  Sat,  5 Nov 2005 19:35:41 -0500
69
70 vtwm (5.4.6b-1) unstable; urgency=low
71
72   * Update to new upstream version.  (Closes: #193695)
73     + Fixes problem where certain window types (often transient dialogs) cause
74       VTWM to restart itself.  (Closes: #286951)
75     + The "VirtualDesktopFont" configuration variable is now documented under
76       that name, instead of the incorrect "VirtualFont".  (Closes: #201738)
77   * Resync Debian patches with new version.
78     + Fix for gram.y is now upstream.
79     + Replace VTWMLIBDIR symbol with VTWMCONFDIR since all we use it for is
80       installation of the configuration file.  Create a new TWMCONFDIR symbol,
81       which we use to locate twm's configration file.  If Imake defines
82       EtcX11Directory, use a subdirectory of ETCX11DIR for vtwm's
83       configuration; otherwise, use a subdirectory of LIBDIR.  (This is an
84       improved -- and hopefully upstream-tolerable -- version of a patch
85       previously applied.)
86   * Update copyright information:
87     + Update URL to new source version and hosting location.
88     + Update list of copyright holders, authors and contributors based on
89       current version of manual page.
90     + Undocument Martin "Joey" Schulze as a Debian package author, as he
91       wasn't responsible for *this* packaging (which has been done at least 3
92       times from scratch in the past 10 years, most recently by me).
93       Acknowledge Joey's previous packaging.
94     + Update my copyright notice.  I have never signed a written instrument
95       assigning my copyright in the packaging desiderata to Software in the
96       Public Interest, Inc., so it's probably misleading to claim the
97       copyright belongs to them.
98   * Rewrite package's extended description based on current information from
99     upstream.
100   * Update build-dependencies to depend on real X protocol header and library
101     development packages, rather than xlibs-dev, which is a dummy package
102     nowadays.
103   * Update menu item quoting functions in vtwm's menu-method file to align
104     them with twm's, which are a little easier to understand.
105   * Add support for launching other window managers to menu-method file, using
106     VTWM's f.startwm function.  Add 10 points to vtwm command's alternatives
107     priority per Debian Policy section 11.8.4.  (Closes: #194158)
108   * Re-case VTWM's name in its menu entry per upstream usage.
109   * Use a debian/compat file instead of the DH_COMPAT variable in the rules
110     file, per debhelper(7).
111   * Add "FixManagedVirtualGeometries" and "FixTransientVirtualGeometries" to
112     system.vtwmrc-menu file per suggestion from Neil Stewart; this should fix
113     various problems with placement of transient and pop-up dialog windows.
114     (Closes: #194110, #225945)
115   * Grab fix to twm's parse.c from XFree86 CVS (revision 1.9, 2001/04/23) that
116     fixes line numbers in error messages about the vtwmrc file from being
117     double their correct value.  (Closes: #201741)
118   * Bump Standards-Version to 3.6.1; no changes necessary.
119   * Quote strings in menu file, per Lintian.
120   * Tidy up the manual page in several respects:
121     + Add copyright notice to the manual page itself, copied from the
122       copyright information on twm's source files in X11R4, from which VTWM
123       was forked.
124     + Fix up the .TH directive:
125       - Downcase the command name (rendering a command's name in full caps is
126         a presentation decision).
127       - Change the date to reflect my modifications.
128       - Indicate the source as "VTWM 5.4.6b", not "X11R4-6", since this
129         manual page is independently maintained by the VTWM hackers.
130     + Fix up the NAME section:
131       - Remove spurious paragraph break at the beginning of the section.
132       - Use \- instead of - to separate the manpage's name and summary and so
133         that mkwhatis is less easily confused.  (See man(7).)
134     + Rename the SYNTAX section to SYNOPSIS.  (See man(7).)
135     + Use an macros for type face selection in the SYNOPSIS section.
136     + Use \- instead of - in the SYNOPSIS section to notate literal dashes
137       that the user will type (e.g., when specifying command-line options).
138     + Rename the SIGNALS section to ASYNCHRONOUS EVENTS (after SUSv3
139       manpages).
140     + Rename the ENVIRONMENT VARIABLES section to ENVIRONMENT.  (See
141       man(7).)
142     + Use "an" typeface macros instead of roff \f escapes for font changes
143       where practical in the ASYNCHRONOUS EVENTS, BUGS, FILES,
144       ENVIRONMENT, COPYRIGHT, and SEE ALSO sections.
145     + Quote multi-word arguments to the .SH macro in the ASYNCHRONOUS
146       EVENTS and AUTHORS AND CONTRIBUTORS sections.
147     + Use \(oq and \(cq named characters instead of literal double-quotes
148       in the BUGS section.
149     + Italicize signal names in the ASYNCHRONOUS EVENTS section.
150     + Put a newline at the ends of sentences per the GNU Roff info
151       documentation.
152     + Move the SEE ALSO section to the end of the page.
153     + Update COPYRIGHT section based on the information I gathered from
154       trawling the source tree.
155
156  -- Branden Robinson <branden@debian.org>  Thu, 30 Dec 2004 23:20:05 -0500
157
158 vtwm (5.4.5a-12) unstable; urgency=medium
159
160   * Fix FTBFS bug caused by GNU Bison 1.50 and later, hence urgency.
161
162   * gram.y: fix syntax error (thanks, Matt Kraai) (Closes: #166271)
163
164   * debian/conffiles: deleted; debhelper takes care of this
165   * debian/control: incremented Standards-Version to 3.5.8 (no changes
166     necessary)
167   * debian/patches: regenerated; include new patch to gram.y
168
169  -- Branden Robinson <branden@debian.org>  Mon, 25 Nov 2002 01:11:30 -0500
170
171 vtwm (5.4.5a-11) unstable; urgency=low
172
173   * debian/rules: s/CFLAGS/CDEBUGFLAGS/; Imake-using packages should use
174     CDEBUGFLAGS instead of CFLAGS.  Using CFLAGS didn't hurt vtwm but it
175     doesn't work in the general case.
176
177  -- Branden Robinson <branden@debian.org>  Thu,  3 Oct 2002 01:42:38 -0500
178
179 vtwm (5.4.5a-10) unstable; urgency=low
180
181   * debian/changelog.Debian.old: move Martin Schulze's asyntactic old
182     changelog entries from 3+ years ago into this file; they cause the Vim
183     syntax highlighter to glow red, and that annoys me
184   * debian/copyright: updated
185   * debian/control:
186     - add versioning to build-dependency on debhelper (>= 4.0)
187     - correct improper case in Standards-Version, and increment it to 3.5.7
188   * debian/patches:
189     - new file containing all changes to upstream source, referenced by
190       debian/copyright
191   * debian/rules:
192     - use debhelper version 4 compatibility
193     - support "noopt" flag in DEB_BUILD_OPTIONS
194     - clean up paths in install rule
195     - miscellaneous cosmetic cleanups
196
197  -- Branden Robinson <branden@debian.org>  Thu,  3 Oct 2002 01:18:40 -0500
198
199 vtwm (5.4.5a-9) unstable; urgency=low
200
201   * debian/conffiles: mark /etc/menu-methods/vtwm as a conffile
202     (Closes: #132203)
203   * lintian 1.20.17 clean
204
205  -- Branden Robinson <branden@debian.org>  Sun,  3 Feb 2002 15:16:10 -0500
206
207 vtwm (5.4.5a-8) unstable; urgency=low
208
209   * debian/control: add debhelper to Build-Depends
210   * debian/rules: don't ship upstream INSTALL file anymore; instead do some
211     seddage to extract the "RUNTIME HINTS" section and write it out as
212     README.Debian
213   * lintian 1.20.11 clean
214
215  -- Branden Robinson <branden@debian.org>  Fri, 30 Mar 2001 03:06:57 -0500
216
217 vtwm (5.4.5a-7) unstable; urgency=low
218
219   * debian/prerm: update-alternatives should only be called on remove or
220     deconfigure
221
222  -- Branden Robinson <branden@debian.org>  Thu, 22 Feb 2001 22:31:54 -0500
223
224 vtwm (5.4.5a-6) unstable; urgency=low
225
226   * debian/control:
227     - changed build dependencies to xutils, xlibs-dev, flex, bison
228     - bumped Standards-Version to 3.5.2 (no changes required)
229
230  -- Branden Robinson <branden@debian.org>  Thu, 22 Feb 2001 13:03:34 -0500
231
232 vtwm (5.4.5a-5) unstable; urgency=low
233
234   * added bison and xpm4g-dev to Build-Depends (Closes: #54601)
235
236  -- Branden Robinson <branden@debian.org>  Thu, 13 Jan 2000 00:49:58 -0500
237
238 vtwm (5.4.5a-4) unstable; urgency=low
239
240   * correct menu-method with respect to menu entries with embedded quotes
241
242  -- Branden Robinson <branden@debian.org>  Thu,  6 Jan 2000 14:58:49 -0500
243
244 vtwm (5.4.5a-3) unstable; urgency=low
245
246   * made compliant with Standards Version 3.1.1
247   * made compliant with new proposed X Window System policies
248   * debian/control:
249     - added Build-Depends
250     - Provides: x-window-manager
251   * debian/postinst: stepped alternative priority down to 40
252
253  -- Branden Robinson <branden@debian.org>  Sun,  2 Jan 2000 14:40:49 -0500
254
255 vtwm (5.4.5a-2) unstable; urgency=low
256
257   * debian/postinst: whack /etc/X11/vtwm on purge (Closes: #49213)
258
259  -- Branden Robinson <branden@debian.org>  Sat,  6 Nov 1999 03:14:28 -0500
260
261 vtwm (5.4.5a-1) unstable; urgency=medium
262
263   * New maintainer.
264   * New upstream source.
265   * Repackaged from scratch.
266   * Integrated with Debian menu system.
267   * Imakefile: looks in correct place for rc files (Closes: #43474)
268   * {util.c,list.c,doors.c,desktop.c,iconmgr.c,menus.c}: remove
269     declarations and definitions of strdup to suppress compiler warnings;
270     just use libc's strdup instead
271
272  -- Branden Robinson <branden@debian.org>  Sat, 30 Oct 1999 17:42:31 -0400