File: changelog

package info (click to toggle)
blackbox 0.70.1-34
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 5,316 kB
  • sloc: cpp: 17,588; sh: 8,756; makefile: 1,038; awk: 25
file content (622 lines) | stat: -rw-r--r-- 19,951 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
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
blackbox (0.70.1-34) unstable; urgency=medium

  * QA upload.
  * Upload to unstable.

 -- Herbert Parentes Fortes Neto <hpfn@debian.org>  Tue, 28 Jun 2016 14:12:31 -0300

blackbox (0.70.1-33) experimental; urgency=medium

  * QA upload.
  * debian/libbt0v5.symbols:
      - some more lines were removed. About bug #811970 once more.
  * debian/rules:
      - an override for dh_makeshlibs was added. To set a version for
        generated symbols without a Debian revision.

 -- Herbert Parentes Fortes Neto <hpfn@debian.org>  Mon, 27 Jun 2016 17:07:58 -0300

blackbox (0.70.1-32) experimental; urgency=medium

  * QA upload.
  * debian/control:
      - gcc-6 and g++-6 added to Build-Depends field.
  * debian/rules:
      - setting CC and CXX to build with gcc-6/g++-6. And
        test in all architectures. The previous version was
        a local test.

 -- Herbert Parentes Fortes Neto <hpfn@debian.org>  Mon, 27 Jun 2016 11:42:56 -0300

blackbox (0.70.1-31) experimental; urgency=medium

  * QA upload
  * debian/copyright updated.
  * debian/control:
      - Standards-Version from 3.9.6 to 3.9.8.
      - Vcs-* fields updated and using 'https'.
  * debian/libbt0v5.symbols:
      - some lines were removed. FTBFS (Closes: #811970).
  * debian/rules:
      - hardening=+all added.

 -- Herbert Parentes Fortes Neto <hpfn@ig.com.br>  Sun, 26 Jun 2016 12:11:31 -0300

blackbox (0.70.1-30) unstable; urgency=medium

  * QA upload.

  [ Steve Langasek ]
  * Rename library packages for g++5 ABI transition.
  * Update symbols files for g++5 ABI. (Closes: #790229)

  [ Sebastian Ramacher ]
  * debian/rules:
    - Clean up flags passed to configure. Most of them are passed twice.
    - Use dh-autoreconf.
  * debian/control: B-D on dh-autoreconf.

 -- Sebastian Ramacher <sramacher@debian.org>  Fri, 14 Aug 2015 19:46:50 +0200

blackbox (0.70.1-29) unstable; urgency=medium

  * QA upload.
  * Merge all symbol files into one generic file (Closes: #788555).

 -- James Cowgill <james410@cowgill.org.uk>  Fri, 12 Jun 2015 19:28:56 +0100

blackbox (0.70.1-28) unstable; urgency=medium

  [ Herbert Parentes Fortes Neto ]

  * QA upload.
  * debian/patches: Added focus.patch (Closes: #784955).

  [ Joao Eriberto Mota Filho ]

  * Added symbols for sparc64.
  * Removed some debian-revision from symbols.

 -- Herbert Parentes Fortes Neto <hpfn@ig.com.br>  Sat, 16 May 2015 11:52:39 -0300

blackbox (0.70.1-27) unstable; urgency=medium

  * QA upload.
  * Upload to unstable.
  * Added some symlinks. libbt0.symbols*

 -- Herbert Parentes Fortes Neto <hpfn@ig.com.br>  Fri, 01 May 2015 15:24:01 -0300

blackbox (0.70.1-26) experimental; urgency=medium

  * QA upload.
  * Added some symbols files to avoid FTBFS in some archs.

 -- Joao Eriberto Mota Filho <eriberto@debian.org>  Wed, 29 Apr 2015 12:50:57 -0300

blackbox (0.70.1-25) unstable; urgency=medium

  [ Herbert Parentes Fortes Neto ]

  * QA upload.
  * Upload to unstable.

  [ Joao Eriberto Mota Filho ]

  * debian/clean: added 'compile' file.
  * debian/copyright:
      - Added my name to packaging copyright.
      - Updated the packaging copyright years for Herbert.
  * debian/libbt0.install: updated.

 -- Herbert Parentes Fortes Neto <hpfn@ig.com.br>  Tue, 28 Apr 2015 14:44:29 -0300

blackbox (0.70.1-24) experimental; urgency=medium

  * QA upload
  * fix debian/watch file
  * added some names to debian/copyright
    people who worked on debian/* files
    and on upstream sources
  * Bumped Standards-Version to 3.9.6
  * fix debian/blackbox.desktop with desktop-file-validate cmd

 -- Herbert Parentes Fortes Neto <hpfn@ig.com.br>  Thu, 20 Nov 2014 14:23:15 -0200

blackbox (0.70.1-23) unstable; urgency=medium

  * QA upload.
  * debian/libbt0.symbols: fix FTBFS on armel/armhf/hurd-i386/i386/sparc/arm64.

 -- HIGUCHI Daisuke (VDR dai) <dai@debian.org>  Fri, 13 Jun 2014 19:18:31 +0900

blackbox (0.70.1-22) unstable; urgency=medium

  * QA upload.
  * debian/libbt0.symbols: Fix ppc64el symbolset (Closes: #751146).
    Thanks to Breno Leitao <brenohl@br.ibm.com>.

 -- HIGUCHI Daisuke (VDR dai) <dai@debian.org>  Thu, 12 Jun 2014 22:44:02 +0900

blackbox (0.70.1-21) unstable; urgency=medium

  * QA upload.
  * debian/libbt0.symbols: update for GCC-4.9 (Closes: #746828).

 -- HIGUCHI Daisuke (VDR dai) <dai@debian.org>  Tue, 10 Jun 2014 21:30:11 +0900

blackbox (0.70.1-20) unstable; urgency=medium

  * QA upload.
  * Brown Paper Bag release.
  * really fix FTBFS on x32 (Closes: #736211).
    thanks to Adam Borowski <kilobyte@angband.pl>.
    - debian/libbt0.symbols: update.

 -- HIGUCHI Daisuke (VDR dai) <dai@debian.org>  Thu, 23 Jan 2014 19:38:41 +0900

blackbox (0.70.1-19) unstable; urgency=medium

  * QA upload.
  * fix FTBFS on x32 (Closes: #736211).
    thanks to Adam Borowski <kilobyte@angband.pl>.
    - debian/libbt0.symbols: update.
    - debian/patches/fix-ftbfs-x32.diff: new file.
  * bumped Standards-Version to 3.9.5.

 -- HIGUCHI Daisuke (VDR dai) <dai@debian.org>  Thu, 23 Jan 2014 19:20:45 +0900

blackbox (0.70.1-18) unstable; urgency=low

  * QA upload.
  * Brown Paper Bag release.
  * debian/libbt0.symbols: update for FTBFS on many architectures.

 -- HIGUCHI Daisuke (VDR dai) <dai@debian.org>  Wed, 20 Nov 2013 22:27:38 +0900

blackbox (0.70.1-17) unstable; urgency=low

  * QA upload.
  * debian/libbt0.symbols: update for mips64(el) (Closes: 729667).
    thanks to YunQiang Su <wzssyqa@gmail.com>.

 -- HIGUCHI Daisuke (VDR dai) <dai@debian.org>  Wed, 20 Nov 2013 21:14:11 +0900

blackbox (0.70.1-16) unstable; urgency=low

  * QA upload. 
  * debian/libbt0.symbols: update for GCC-4.8 (Closes: #701247).
  * drop libbt transitional dummy package.
    - debian/control: remove libbt entry.
    - debian/libbt.postinst: remove file.
    - debian/rules: remove override_dh_link entry.
  * bumped Standards-Version to 3.9.4.

 -- HIGUCHI Daisuke (VDR dai) <dai@debian.org>  Sat, 08 Jun 2013 15:09:47 +0900

blackbox (0.70.1-15) unstable; urgency=low

  * QA upload. 
  * debian/libbt0.symbols: update for m68k (Closes: #697381).

 -- HIGUCHI Daisuke (VDR dai) <dai@debian.org>  Sun, 20 Jan 2013 15:22:54 +0900

blackbox (0.70.1-14) unstable; urgency=low

  * QA upload. 
  * debian/libbt0.symbols: update for powerpcspe (Closes: #693802), sparc64.

 -- HIGUCHI Daisuke (VDR dai) <dai@debian.org>  Thu, 22 Nov 2012 21:08:17 +0900

blackbox (0.70.1-13) unstable; urgency=low

  * QA upload. 
  * debian/libbt.postinst: Fix directory to symlink upgrade in postinst.
    (Closes: #687859)

 -- David Prévot <taffit@debian.org>  Sun, 16 Sep 2012 18:14:16 -0400

blackbox (0.70.1-12) unstable; urgency=medium

  * QA upload.
  * debian/libbt0.symbols: update to fix FTBFS on sparc.
  * debian/control: forget to mark libbt-dev as Multi-Arch: same.

 -- HIGUCHI Daisuke (VDR dai) <dai@debian.org>  Sun, 03 Jun 2012 00:42:02 +0900

blackbox (0.70.1-11) unstable; urgency=medium

  * QA upload.
  * debian/libbt0.symbols: update to fix FTBFS on many architectures.
  * enable Multiarch
    - debian/compat: set to 9.
    - debian/libbt-dev.install,libbt0.install,rules: add triplet.
    - debian/control: mark libbt0 as Multi-Arch: same.

 -- HIGUCHI Daisuke (VDR dai) <dai@debian.org>  Fri, 01 Jun 2012 08:36:25 +0900

blackbox (0.70.1-10) unstable; urgency=medium

  * QA upload.
  * debian/libbt0.symbols: update to fix FTBFS[any-i386] (Closes: #672525)

 -- HIGUCHI Daisuke (VDR dai) <dai@debian.org>  Thu, 31 May 2012 11:06:06 +0900

blackbox (0.70.1-9) unstable; urgency=medium

  * QA upload.
  * Mark libbt0 symbols not exported by GCC 4.7 as optional. Closes: #671988.

 -- Matthias Klose <doko@debian.org>  Tue, 08 May 2012 21:58:12 +0200

blackbox (0.70.1-8) unstable; urgency=low

  * QA upload.
  * debian/control: add Vcs-* headers.
  * debian/libbt0.symbols: fix FTBFS on ppc64 (Closes: #669958)
    thanks to Hiroyuki Yamamoto <yama1066@gmail.com>.
  * debian/rules: update hardening flags.
  * debian/copyright: switched to DEP-5 format.
  * bumped Standards-Version to 3.9.3.

 -- HIGUCHI Daisuke (VDR dai) <dai@debian.org>  Sun, 22 Apr 2012 21:55:58 +0900

blackbox (0.70.1-7) unstable; urgency=low

  * QA upload.
  * debian/libbt0.symbols: fix FTBFS on alpha and sparc64 (Closes: #652490)

 -- HIGUCHI Daisuke (VDR dai) <dai@debian.org>  Tue, 03 Jan 2012 02:54:41 +0900

blackbox (0.70.1-6) unstable; urgency=low

  * QA upload.
  * debian/libbt0.symbols: fix FTBFS at s390.

 -- HIGUCHI Daisuke (VDR dai) <debian@vdr.jp>  Fri, 09 Dec 2011 17:04:03 +0900

blackbox (0.70.1-5) unstable; urgency=low

  * QA upload.
  * debian/libbt0.symbols: add architecture-specific tag
    (Closes: #649905)
  * debian/rules: switch to dh7, built libbt by binary-indep
    (Closes: #650411)
  * debian/control: add Replaces/Breaks: libbt (<< 0.70.1-4) to libbt0
    (Closes: #650511)

 -- HIGUCHI Daisuke (VDR dai) <debian@vdr.jp>  Wed, 30 Nov 2011 11:09:41 +0900

blackbox (0.70.1-4) unstable; urgency=low

  * QA upload.
  * rename libbt to libbt0.
    - eliminate lintian warning: package-name-doesnt-match-sonames
    - debian/control: rename libbt to libbt0
    - debian/libbt0.dir: renamed from libbt.dir
    - debian/libbt0.install: renamed from libbt.install
  * add libbt transitional dummy package.
    - debian/control: add libbt
    - debian/rules: remove libbt docs and symlink to libbt0
  * debian/libbt0.symbols: eliminate lintian warning.
    - no-symbols-control-file usr/lib/libbt.so.0.0.0
  * debian/rules: eliminate lintian warning.
    - debian-rules-missing-recommended-target build-arch
    - debian-rules-missing-recommended-target build-indep
  * debian/rules: remove non-existant libbt1 from dh_shlibdeps.
  * debian/control: add libxext-dev to Build-Depends.
  * Bump standards version to 3.9.2

 -- HIGUCHI Daisuke (VDR dai) <debian@vdr.jp>  Wed, 23 Nov 2011 16:30:32 +0900

blackbox (0.70.1-3) unstable; urgency=low

  * QA upload.
  * Set the Maintainer field to Debian QA Group (closes: #553352, #572459).
    Thanks for Sandro Tosi and Jan Hauke Rahm for the bug reports.
  * Drop the Uploaders field.
  * Switch source format to 3.0 (quilt).
    + Convert monolithic diff into separate, small patches.
    + Undo Debian-specific changes to mk.sh; it isn't used at build time
      anyway.
    + Undo changes to files that could be automatically regenerated.
  * Use dpkg-buildflags to set CFLAGS.
    + Update debian/rules.
    + Build depend on dpkg-dev (>= 1.15.7).
  * Bump debhelper compatibility level to 7.
  * Tidy up debian/rules.
    + Drop superfluous whitespace, uninteresting comments.
    + Avoid direct calls to ‘rm’ or ‘install’. Use debian/clean and
      debian/*.install files instead.
    + Remove call to (obsolete) dh_desktop.
    + Add call to dh_icons (closes: #466278). Thanks to James Westby for the
      bug report.
    + Don't pass --sourcedir to dh_install; not needed anymore.
    + Use dh_prep instead of dh_clean -k.
  * Tidy up debian/control:
    + Add ${misc:Depends} to all packages' Depends.
    + Add Homepage field.
    + Clarify long description for libbt (closes: #551472). Thanks to Junichi
      Uekawa for the bug report.
  * Run autoreconf at build time. Unconditionally update config.sub and
    config.guess.
    + Build-depend on autoconf, automake, libtool, autotools-dev.
    + Add regenerated files to dpkg's extend-diff-ignore.
  * Declare bt::textPropertyToString unconditionally (closes: #614468) to fix
    FTBFS with recent versions of X libraries. Thanks to Lucas Nussbaum for
    the bug report.
  * Bump standards version to 3.9.1:
    + Move /usr/lib/libbt.so to the -dev package.
    + Don't install /usr/lib/libbt.la.
  * Add watch file.
  * Fix spelling and typographic errors in the manual pages.
  * Fix spelling errors in the code.
  * Don't create empty directory: /usr/share/blackbox/nls. Natural language
    support has been defunct since 0.70.0.

 -- Jakub Wilk <jwilk@debian.org>  Sun, 13 Mar 2011 21:19:15 +0100

blackbox (0.70.1-2.2) unstable; urgency=low

  * Non-maintainer upload.
  * bsetbg uses bash features for at least bsetbg -generate, so make it run
    under /bin/bash rather than /bin/sh (Closes: #472893)
  * Remove doc/??_??/Makefile during clean (make distclean seems to omit them)
    so they're not included in the Debian diff
  * Build verified to work with gcc-4.3 as gcc and dash as sh

 -- Simon McVittie <smcv@ianadd.pseudorandom.co.uk>  Sun, 06 Apr 2008 11:53:06 +0000

blackbox (0.70.1-2.1) unstable; urgency=low

  * Non-maintainer upload.
  * Fix gcc-4.3 FTBFS, patch by KiBi (Closes: #456047)

 -- Marc 'HE' Brockschmidt <he@debian.org>  Sun, 16 Mar 2008 21:20:25 +0100

blackbox (0.70.1-2) unstable; urgency=low

  * Repaired FTBFS with GCC 4.3. (closes: #417117)

 -- Bruno Barrera C. <bruno@debian.org>  Sun, 18 Nov 2007 12:04:56 -0300

blackbox (0.70.1-1.1) unstable; urgency=high

  * Non-Maintainer Upload
  * Add --enable-shared to configure (Closes: #341975)
  * relibtoolize and fix lib/libbt.pc.in (Closes: #342035).

 -- Luk Claes <luk@debian.org>  Sat,  4 Mar 2006 22:36:08 +0100

blackbox (0.70.1-1) unstable; urgency=low

  * New upstream release.
  * Added more README.* files to the documentation.
    (closes: #322569)

 -- Bruno Barrera C. <bruno@debian.org>  Mon,  7 Nov 2005 22:19:10 -0300

blackbox (0.70.0-5) unstable; urgency=medium

  * C++ ABI Transition. (closes: #319306)

 -- Bruno Barrera C. <bruno@debian.org>  Sun, 31 Jul 2005 21:51:39 -0400

blackbox (0.70.0-4) unstable; urgency=high

  * Fixed broken dependency. (closes: #308157,#308112)
  * Updated blackbox.postinst and rules.

 -- Bruno Barrera C. <bruno@debian.org>  Thu, 12 May 2005 22:58:54 -0400

blackbox (0.70.0-3) unstable; urgency=high

  * Removed unneeded build-depends on build-essential packages.
    (closes: #307208) 

 -- Bruno Barrera C. <bruno@debian.org>  Sun,  1 May 2005 14:39:04 -0400

blackbox (0.70.0-2) unstable; urgency=high

  * Missing dependency on libxt-dev. (closes: #306839)
  * Fixed blackbox.postrm to give no warnings.

 -- Bruno Barrera C. <bruno@debian.org>  Fri, 29 Apr 2005 07:34:47 -0400

blackbox (0.70.0-1) unstable; urgency=high

  * New upstream release.
  * Fixed the toolbar placement problem. (closes: #292114)
  * Added the always on top,bottom feature. (closes: #135322)
  * Toolbar can be disabled. (closes: #121203)
  
 -- Bruno Barrera C. <bruno@debian.org>  Thu,  3 Feb 2005 22:15:14 -0300

blackbox (0.65.0-5) unstable; urgency=high

  * Fixed FTBFS with the missing build dependency on autoconf. 
    (closes: #291133)

 -- Bruno Barrera C. <bruno@debian.org>  Tue, 18 Jan 2005 20:22:45 -0300

blackbox (0.65.0-4) unstable; urgency=low

  * Fixed the string length problem. (closes: #178001)
  * Added Xinerama support. (closes: #277517) 

 -- Bruno Barrera C. <bruno@debian.org>  Mon, 17 Jan 2005 23:27:56 -0300

blackbox (0.65.0-3) unstable; urgency=low

  * Fixed FTBFS with gcc-3.4 (closes: #266642)
  * debian/postinst now checks for the correct files to be removed
    (blackbox-menu instead Blackbox-menu)

 -- Bruno Barrera C. <bruno.barrera@igloo.cl>  Fri, 20 Aug 2004 21:44:55 -0400

blackbox (0.65.0-2) unstable; urgency=low

  * New Maintainer (closes: #259585)
  * Corrected menu-method coding (closes: #251237)
  * Added a blackbox.desktop file. (closes: #257423)
  * Completed the debian/copyright file.
 
 -- Bruno Barrera C. <bruno.barrera@igloo.cl>  Fri, 16 Jul 2004 18:26:04 -0400

blackbox (0.65.0-1.2) unstable; urgency=low

  * Non Maintainer Upload
  * Patch by Matt Kraai to solve FTBFS: Closes: #208814.

 -- Jesus Climent <jesus.climent@hispalinux.es>  Wed, 15 Oct 2003 15:38:53 +0300

blackbox (0.65.0-1.1) unstable; urgency=low

  * Non Maintainer Upload
  * Include <cassert> in src/Window.cc (Closes: #196245)

 -- David Pashley <david@davidpashley.com>  Tue, 15 Jul 2003 16:36:04 +0200

blackbox (0.65.0-1) unstable; urgency=low

  * new upstream release
  * now has man pages for all binaries, closes: #93427
  * newer version of bsetbg behaves much better, closes: #109606
  * tilde expansion in blackboxrc and menus is now supported, closes: #139330

 -- Sean 'Shaleh' Perry <shaleh@debian.org>  Wed, 18 Sep 2002 11:02:00 -0700

blackbox (0.65.0-0.pre1) unstable; urgency=low

  * temporary deb

 -- Sean 'Shaleh' Perry <shaleh@debian.org>  Fri,  6 Sep 2002 19:33:37 -0700

blackbox (0.62.1-1) unstable; urgency=low

  * new upstream release

 -- Sean 'Shaleh' Perry <shaleh@debian.org>  Wed, 30 Jan 2002 22:17:06 -0800

blackbox (0.62.0-1) unstable; urgency=low

  * new upstream
  * I am now the upstream (-:
  * upstream fixes these, Closes: #72254, #103909, #116767
  * Documented update-menu and blackbox behaviour (closes: #117386)
  * Added README.menu and .style (closes: #81008)
  * removed empty dir (closes: #78777)

 -- Sean 'Shaleh' Perry <shaleh@debian.org>  Sat, 19 Jan 2002 11:22:06 -0800

blackbox (0.61.1-1.1) unstable; urgency=low

  * NMU
  * Fix unsafe temp files in bsetbg.  Closes: #102126
  * Add class key as needed, printf is a macro as of gcc 3.0.  Closes: #105452

 -- LaMont Jones <lamont@smallone.fc.hp.com>  Sun, 15 Jul 2001 23:29:46 -0600

blackbox (0.61.1-1) unstable; urgency=low

  * New upstream release

 -- Sean 'Shaleh' Perry <shaleh@debian.org>  Mon,  9 Oct 2000 10:10:31 -0700

blackbox (0.61.0-3) unstable; urgency=low

  * Changed menu-method to call x-terminal-emulator instead of xterm
  * Closes: #71981

 -- Sean 'Shaleh' Perry <shaleh@debian.org>  Wed, 20 Sep 2000 11:41:45 -0700

blackbox (0.61.0-2) unstable; urgency=low

  * removed echo from the postinst

 -- Sean 'Shaleh' Perry <shaleh@debian.org>  Thu, 31 Aug 2000 11:35:39 -0700

blackbox (0.61.0-1) unstable; urgency=low

  * New upstream

 -- Sean 'Shaleh' Perry <shaleh@debian.org>  Fri, 18 Aug 2000 13:29:31 -0700

blackbox (0.61.0.20000806-1) unstable; urgency=low

  * New upstream

 -- Sean 'Shaleh' Perry <shaleh@debian.org>  Mon,  7 Aug 2000 10:19:22 -0700

blackbox (0.61.0.20000726-2) unstable; urgency=low

  * Oops, forgot to re-run autofriends

 -- Sean 'Shaleh' Perry <shaleh@debian.org>  Wed, 26 Jul 2000 16:39:15 -0700

blackbox (0.61.0.20000726-1) unstable; urgency=low

  * New upstream beta

 -- Sean 'Shaleh' Perry <shaleh@debian.org>  Wed, 26 Jul 2000 13:10:07 -0700

blackbox (0.60.3-5) unstable; urgency=low

  * Fix for improper quoting of rootCommand

 -- Sean 'Shaleh' Perry <shaleh@debian.org>  Thu, 20 Jul 2000 21:41:11 -0700

blackbox (0.60.3-4) unstable; urgency=low

  * Bug fix release
  * added a CXXFLAGS setting to the rules file.  This makes blackbox smaller
    and faster.
  * Closes: #45298, #55305, #61552, #64615, #64773, #64851, #64969

 -- Sean 'Shaleh' Perry <shaleh@debian.org>  Tue, 18 Jul 2000 13:01:43 -0700

blackbox (0.60.3-3) unstable; urgency=low

  * Oops, left the stylesmenu file

 -- Sean 'Shaleh' Perry <shaleh@debian.org>  Sat, 27 May 2000 19:40:41 -0700

blackbox (0.60.3-2) unstable; urgency=low

  * Oops, left a call to update-bbstyles

 -- Sean 'Shaleh' Perry <shaleh@debian.org>  Fri, 26 May 2000 16:12:27 -0700

blackbox (0.60.3-1) unstable; urgency=low

  * New upstream release
  * Changed user style menu to look in ~/.blackbox/styles to match
    current practice among style authors
  * Cleaned up menu-method script and thus the resulting menu file it
    generates

 -- Sean 'Shaleh' Perry <shaleh@debian.org>  Fri, 26 May 2000 12:08:34 -0700

blackbox (0.60.2-2) unstable; urgency=low

  * Removed update-styles

 -- Sean 'Shaleh' Perry <shaleh@debian.org>  Thu, 25 May 2000 14:02:15 -0700

blackbox (0.60.2-1) unstable; urgency=low

  * New upstream release

 -- Sean 'Shaleh' Perry <shaleh@debian.org>  Thu, 25 May 2000 12:55:42 -0700

blackbox (0.60.0.alpha-2) unstable; urgency=low

  * New maintainer

 -- Sean 'Shaleh' Perry <shaleh@debian.org>  Thu, 25 May 2000 11:50:49 -0700

blackbox (0.60.0.alpha-1) unstable; urgency=low

  * The Alpha release.

 -- Brent A. Fulgham <bfulgham@debian.org>  Sat, 22 April 2000 13:32:08 -0800