File: changelog

package info (click to toggle)
wmxres 1.4-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 420 kB
  • sloc: sh: 1,241; ansic: 221; makefile: 8
file content (180 lines) | stat: -rw-r--r-- 5,760 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
wmxres (1.4-2) unstable; urgency=medium

  * debian/tests/control
    - Add Restrictions: superficial (Closes: #969882).

 -- Doug Torrance <dtorrance@piedmont.edu>  Thu, 17 Sep 2020 07:31:51 -0400

wmxres (1.4-1) unstable; urgency=medium

  * New upstream release.
    - Now autotools is used for build instead of an old Makefile which
      hardcoded the compiler and stripped the binary during install,
      preventing cross building (Closes: #968433).
  * debian/control
    - Remove lib{xpm,xxf86dga}-dev from Build-Depends; no longer
      necessary.
    - Add libdockapp-dev and pkg-config to Build-Depends.
  * debian/dirs
    - Remove file; no longer necessary.
  * debian/patches/no-root.patch
    - Remove patch; no longer necessary.
  * debian/rules
    - Remove override_dh_auto_build target; no longer necessary.
  * debian/source/options
    - New file; ignore autogen.sh, which is in git but not the orig
      tarball.
  * debian/tests/control
    - Add simple smoke test for autopkgtest.
  * debian/wmxres.{1,manpages}
    - Remove files; manpage is now shipped by upstream.

 -- Doug Torrance <dtorrance@piedmont.edu>  Sat, 15 Aug 2020 19:39:56 -0400

wmxres (1.3-1) unstable; urgency=medium

  * New upstream release.
  * debian/compat
    - Remove file; we will build-depend on debhelper-compat instead.
  * debian/control
    - Set Debian Window Maker Team as Maintainer and add Uploaders
      field with myself (Closes: #919163).
    - Use debhelper-compat in Build-Depends and bump compatibility
      level to 13 (Closes: #965869).
    - Bump Standards-Version to 4.5.0.
    - Add Homepage field.
    - Remove XD-Vcs-Hg field.
    - Add Vcs-* fields.
    - Add Rules-Requires-Root field.
    - Use ${misc:Depends}.
  * debian/copyright
    - Convert to DEP-5 format.
  * debian/menu
    - Remove deprecated menu file.
  * debian/patches/no-root.patch
    - New patch; don't set root as owner during installation.
  * debian/rules
    - Use dh.
    - Use all hardening flags.
  * debian/salsa-ci.yml
    - Add Salsa pipelines config file.
  * debian/source/format
    - New file; use 3.0 (quilt) (Closes: #953606).
  * debian/upstream/metadata
    - Add DEP-12 file.
  * debian/watch
    - Add uscan support.

 -- Doug Torrance <dtorrance@piedmont.edu>  Tue, 04 Aug 2020 23:17:41 -0400

wmxres (1.2-10.2) unstable; urgency=medium

  * Non-maintainer upload.
  * Fix ftbfs with GCC-10. (Closes: #957959)

 -- Sudip Mukherjee <sudipm.mukherjee@gmail.com>  Sun, 02 Aug 2020 17:57:54 +0100

wmxres (1.2-10.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Bump debhelper compatibility level to 5 (Closes: #817726).

 -- Doug Torrance <dtorrance@piedmont.edu>  Sun, 08 Jan 2017 11:42:39 -0500

wmxres (1.2-10) unstable; urgency=low

  * Add libxext-dev to Build-Depends. Closes: #465986

 -- Todd Troxell <ttroxell@debian.org>  Fri, 15 Feb 2008 15:36:31 -0500

wmxres (1.2-9) unstable; urgency=low

  * Change -z,norelro to -z,relro in Makefile
  * Add XS-Vcs-hg header in debian/control

 -- Todd Troxell <ttroxell@debian.org>  Sat, 02 Feb 2008 23:55:27 -0500

wmxres (1.2-8) unstable; urgency=low

  * Add security CFLAGS -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat
    -Wformat-security -Wl,-z,norelro

 -- Todd Troxell <ttroxell@debian.org>  Tue, 29 Jan 2008 17:20:55 -0500

wmxres (1.2-7) unstable; urgency=low

  * Patch Makefile to depend on 'wmxres/wmxres' instead of 'wmxres'
    and make clean target .PHONY (Closes: #442763)

 -- Todd Troxell <ttroxell@debian.org>  Sat, 29 Sep 2007 11:04:28 -0400

wmxres (1.2-6) unstable; urgency=low

  * Fix for nostrip handling in DEB_BUILD_OPTIONS Closes: #438305.
  * Clean up debian/rules, remove much already commented cruft.
  * Move DH_COMPAT setting from debian/rules to debian/compat.
  * Update debhelper dependency to 4.0.
  * Update standards version to 3.7.2.

 -- Todd Troxell <ttroxell@debian.org>  Sun, 19 Aug 2007 18:40:45 -0400

wmxres (1.2-5) unstable; urgency=low

  * Move to menu section Applications/System/Hardware. Closes: #432113

 -- Todd Troxell <ttroxell@debian.org>  Sun, 08 Jul 2007 14:01:35 -0400

wmxres (1.2-4) unstable; urgency=low

  * Update menu structure, per #361418.  Moved to Applications/System.
  * Update build script, dh_compat++.

 -- Todd Troxell <ttroxell@debian.org>  Wed, 04 Jul 2007 18:17:57 -0400

wmxres (1.2-3) unstable; urgency=low

  * Added libxxf86dga-dev and libxxf86vm-dev to build-depends

 -- Todd Troxell <ttroxell@debian.org>  Wed, 30 Nov 2005 02:47:05 -0500

wmxres (1.2-2) unstable; urgency=low

  * Switched xlibs-dev build dep to libxpm-dev and libx11-dev.

 -- Todd Troxell <ttroxell@debian.org>  Wed, 30 Nov 2005 02:15:00 -0500

wmxres (1.2-1) unstable; urgency=low

  * Fixed an array overflow involving res_list (closes: #233800)
  * Added debug target to Makefile
  * removed "(s)" from copyright file to satisfy lintian
  * quoted strings in menu file

 -- Todd J. Troxell <ttroxell@debian.org>  Sun, 18 Apr 2004 21:31:28 -0400

wmxres (1.1-3) unstable; urgency=low

  * Fixed typo in standards-version line
  * Updated to policy 3.5.6.0

 -- Todd J. Troxell <ttroxell@debian.org>  Wed, 13 Feb 2002 22:27:47 -0500

wmxres (1.1-2) unstable; urgency=low

  * Altered package description (closes: bug#98411)
  * Added DEB_BUILD_OPTIONS for debug
  * Changed install paths to policy
  * Cleaned up manpage
  * Created a menu entry
  * Updated to policy 3.5.4.0
  * Removed unused entries in debian/rules

 -- Todd J. Troxell <ttroxell@debian.org>  Tue, 22 May 2001 16:33:48 -0500

wmxres (1.1-1) unstable; urgency=low

  * Initial Release. (closes: bug#97538)
  * Adjusted the Makefile to fix $DESTDIR problems.
  * Created a manpage

 -- Todd Troxell <ttroxell@debian.org>  Mon,  7 May 2001 01:52:55 -0500