File: changelog

package info (click to toggle)
floatbg 1.0-28
  • links: PTS
  • area: main
  • in suites: bullseye, buster, jessie, jessie-kfreebsd, squeeze, stretch, wheezy
  • size: 104 kB
  • ctags: 700
  • sloc: makefile: 810; ansic: 289
file content (232 lines) | stat: -rw-r--r-- 6,801 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
floatbg (1.0-28) unstable; urgency=low

  * hacked in support for running under Xfce 4.6 or later (-xfce flag)

 -- Dave Holland <dave@debian.org>  Wed, 17 Mar 2010 10:56:48 +0000

floatbg (1.0-27) unstable; urgency=low

  * hacked in basic support for running under Gnome (-gnome flag)
  * added Build-Depends: xutils-dev (closes: 485201)
  * Build-Depends change: x-dev -> x11proto-core-dev (closes: 515361)
  * debian/compat = 7 and associated changes (closes: 451122)

 -- Dave Holland <dave@debian.org>  Wed, 25 Feb 2009 12:57:49 +0000

floatbg (1.0-26) unstable; urgency=low

  * added libxext-dev to Build-Depends (closes: 450597)

 -- Dave Holland <dave@biff.org.uk>  Tue, 13 Nov 2007 12:13:46 +0000

floatbg (1.0-25) unstable; urgency=low

  * installed binary is no longer stripped (closes: 436841)
  * updated standards-version

 -- Dave Holland <dave@debian.org>  Thu,  9 Aug 2007 09:32:07 +0100

floatbg (1.0-24) unstable; urgency=low

  * fixed manpage typos (thanks, J S Bygott) (closes: #358585)
  * updated standards-version

 -- Dave Holland <dave@debian.org>  Wed, 26 Jul 2006 16:41:40 +0100

floatbg (1.0-23) unstable; urgency=low

  * update xlibs-dev build dependency (thanks, John Wright)
    (closes: #346396)

 -- Dave Holland <dave@debian.org>  Tue, 10 Jan 2006 11:56:30 +0000

floatbg (1.0-22) unstable; urgency=low

  * now depends on psmisc for use of "killall" (closes: #344701)

 -- Dave Holland <dave@debian.org>  Fri,  6 Jan 2006 13:11:54 +0000

floatbg (1.0-21) unstable; urgency=low

  * new maintainer (closes: #196153)
  * only one floatbg will run per X server (closes: #17341)

 -- Dave Holland <dave@debian.org>  Wed,  9 Feb 2005 15:49:39 +0000

floatbg (1.0-20) unstable; urgency=low

  * QA Group upload orphaning this package
  * Incorporates previous NMU (closes: #170157)
  * debian/menu: quote the unquoted
  * debian/control: make debhelper build dependency versioned

 -- Andrew Pollock <apollock@debian.org>  Wed,  5 Jan 2005 19:17:01 +1100

floatbg (1.0-19.1) unstable; urgency=low

  * NMU
  * Update Build-Depends.  Closes: #170157.

 -- Daniel Schepler <schepler@debian.org>  Sat, 15 Mar 2003 01:29:35 -0800

floatbg (1.0-19) unstable; urgency=low

  * dh_installman is now used instead of install for man pages.
  * clean rule no longer removes Makefile, since upstream (mistakenly)
    shipped it.
  * Standards-Version updated to 3.5.2.0 in control.
    -- Britton Leo Kerin <bkerin@debian.org>  Tue,  3 Apr 2001 16:12:21 -0800

  * rules now correctly install things under floatbg, instead of tmp.
  * Various dh_ calls which did nothing for this package removed from
    rules. 
  * Obsolete dh_suidregister removed from rules.
  * dh_installman floatbg.man now used in place of dh_installmanpages
    in rules.
    -- Britton Leo Kerin <bkerin@debian.org>  Tue,  3 Apr 2001 14:32:21 -0800

  * file menu renamed to floatbg.menu.
  * DH_COMPAT=3 sets debhelper compatibility version in rules.

 -- Britton Leo Kerin <bkerin@debian.org>  Mon,  2 Apr 2001 19:41:00 -0800

floatbg (1.0-18) unstable; urgency=low
  
  * floatbg.c: remove incomplete atof prototype (provided by stdlib.h)
  
 -- Britton Leo Kerin <bkerin@debian.org>  Mon, 27 Nov 2000 18:15:18 -0900
  
floatbg (1.0-17) unstable; urgency=low

  * debian/rules (clean): added check to verify that makefile exists
    before cleaning and before removing makefile itself
  
 -- Britton Leo Kerin <bkerin@debian.org>  Fri,  8 Sep 2000 10:16:36 -0800

floatbg (1.0-16) unstable; urgency=low

  * compilation is now warning free
  
  * floatbg.c (SetColor): remove ignored field width fields from format 
    string to sprintf, eliminating compiler warning 
  
  * changed comparison argument for return value of XAllocColorCells from 
    NULL to 0 to agree with XAllocColorCells signature
  
  * floatbg.c: added #include <stdlib.h> and #include <time.h> for srandom, 
    removed incomplete prototypes for functions random and time   
  
  * added non-implicit return types and arguments for fctns lacking them
  
  * new debian maintainer

 -- Britton Leo Kerin <bkerin@debian.org>  Thu, 31 Aug 2000 15:16:25 -0800

floatbg (1.0-15) unstable; urgency=low

  * Build-deps.

 -- Joey Hess <joeyh@debian.org>  Sat,  4 Dec 1999 00:59:43 -0800

floatbg (1.0-14) unstable; urgency=low

  * Merged in the rest of Risto S Varanka's patches.

 -- Joey Hess <joeyh@debian.org>  Sun, 24 Oct 1999 16:25:52 -0700

floatbg (1.0-13) unstable; urgency=low

  * FHS
  * Applied a patch from Risto Varanka <rvaranka@cc.helsinki.fi>, which
    adds a -time option to floatbg, which sets the cycle time.
  * Documented -time.

 -- Joey Hess <joeyh@debian.org>  Fri, 10 Sep 1999 20:22:42 -0700

floatbg (1.0-12) unstable; urgency=low

  * Fixed menu file (#23620).
  * Suggests: psmisc becuase menu file uses killall (ugh).

 -- Joey Hess <joeyh@debian.org>  Wed, 17 Jun 1998 20:03:41 -0700

floatbg (1.0-11) unstable; urgency=low

  * Fix minor lintain errors.

 -- Joey Hess <joeyh@debian.org>  Thu, 12 Mar 1998 12:43:11 -0800

floatbg (1.0-10) unstable; urgency=low

  * New standards version.

 -- Joey Hess <joeyh@debian.org>  Mon,  9 Feb 1998 14:28:58 -0800

floatbg (1.0-9) unstable; urgency=low

  * Applied v2 of Dave Holland's patch, uses old method for 8bpp, new, more
    expensive method for 16bpp.

 -- Joey Hess <joeyh@debian.org>  Tue, 20 Jan 1998 10:54:21 -0500

floatbg (1.0-8) unstable; urgency=low

  * Added 16bpp and 32bpp support, thanks to Dave Holland 
    <dave@zenda.demon.co.uk>. (#6651, #7762)
  * Use debhelper.

 -- Joey Hess <joeyh@debian.org>  Mon, 12 Jan 1998 13:11:03 -0500

floatbg (1.0-7) unstable; urgency=low

  * Libc6.
  * Updated menu file to new format.
  * Routine update of debian/rules:
    Fixed binary-indep target.

 -- Joey Hess <joeyh@debian.org>  Mon,  8 Sep 1997 22:10:19 -0400

floatbg (1.0-6) unstable; urgency=low

  * Added documentation that floatbg does not work on 16bpp or higher
    displays. (#7762)
  * Routine update of debian/rules:
    Modifications for multiple binary package support.

 -- Joey Hess <joeyh@debian.org>  Sun, 2 Mar 1997 14:14:21 -0500

floatbg (1.0-5) unstable; urgency=low

  * Added a menu file.
  * Routine update of debian/rules:
    Use debmake.
    New email address.

 -- Joey Hess <joeyh@debian.org>  Tue, 24 Dec 1996 15:50:29 -0500

floatbg (1.0-4) unstable; urgency=low

  * Routine update of debian/rules.
  * Fixed section and priority.

 -- Joey Hess <joeyh@debian.org>  Mon, 28 Oct 1996 13:46:17 -0500

floatbg (1.0-3) unstable; urgency=low

  * Updated to new package format.
  * Uses debmake.
  * Stripped binary.

 -- Joey Hess <joey@kite.preferred.com>  Sat, 26 Oct 1996 20:16:54 -0400

1.0-2

  * changed priority to optional

1.0-1

  * Initial release.

Local variables:
mode: debian-changelog
End: