File: changelog

package info (click to toggle)
sapphire 0.15.8-9.1
  • links: PTS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 448 kB
  • ctags: 850
  • sloc: cpp: 6,490; makefile: 102; sh: 77
file content (145 lines) | stat: -rw-r--r-- 5,597 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
sapphire (0.15.8-9.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Remove the obsolete dh_desktop call. (Closes: #817306)

 -- Adrian Bunk <bunk@debian.org>  Fri, 13 Jan 2017 14:31:12 +0200

sapphire (0.15.8-9) unstable; urgency=low

  * Acknowledge NMU; thanks Moritz.
  * Depend on xfonts-100dpi|xfonts-75dpi (the default font is lucida).
    (closes: #510264)
  * Fix debian/watch. (closes: #450076, #529138)
  * Don't strip in Makefile, leave it to conditional dh_strip.
    (closes: #437953)
  * Don't use absolute path for update-alternatives. (closes: #510938)
  * Bump Standards-Version to 3.8.1.0.
  * Fix menu section.
  * Add Homepage field.
  * Bump debhelper version to 7.
  * Catch errors from make clean.
  * Use dh_prep, not dh_clean -k.

 -- Chris Boyle <cmb@debian.org>  Mon, 25 May 2009 05:05:43 +0100

sapphire (0.15.8-8.1) unstable; urgency=low

  * Non-maintainer upload.
  * Add missing buid-deps on x11proto-xext-dev and libxext-dev, fixes
    FTBFS (Closes: #487003)

 -- Moritz Muehlenhoff <jmm@debian.org>  Fri, 27 Jun 2008 23:12:18 +0200

sapphire (0.15.8-8) unstable; urgency=low

  * Add outputencoding to menu-method, thanks Bill Alombert.
    (closes: #393082)
  * Fix interpreter in menu-method.
  * Bump Standards-Version to 3.7.2.2.

 -- Chris Boyle <cmb@debian.org>  Sat, 28 Oct 2006 14:12:45 +0100

sapphire (0.15.8-7) unstable; urgency=low

  * Update Build-Depends for Xorg. (closes: #347057)

 -- Chris Boyle <cmb@debian.org>  Fri, 13 Jan 2006 00:48:53 +0000

sapphire (0.15.8-6) unstable; urgency=low

  * Add .desktop file. (closes: #330061)
  * Bump Standards-Version to 3.6.2.
  * Update GPL declaration in debian/copyright.

 -- Chris Boyle <cmb@debian.org>  Sun, 16 Oct 2005 16:34:36 +0100

sapphire (0.15.8-5) unstable; urgency=low

  * Fix description tyops, thanks Jens Nachtigall
    <nachtigall@web.de>. (closes: #272212)

 -- Chris Boyle <cmb@debian.org>  Sat, 27 Nov 2004 22:34:05 +0000

sapphire (0.15.8-4) unstable; urgency=low

  * Bumped standards-version to 3.6.1.0.
  * Fixed debian/watch file (sourceforge ftp layout).

 -- Chris Boyle <cmb@debian.org>  Sun, 28 Mar 2004 19:18:05 +0100

sapphire (0.15.8-3) unstable; urgency=low

  * Finished upstream's incomplete support for switching window
    managers, added a new "wmexec" menu item type, changed menu-method
    to use it instead of my half-assed kludge using "skill sapphire".
    (closes: #182430)
  * Corrected version string in windowmanager.cc:30.

 -- Chris Boyle <cmb@debian.org>  Wed, 20 Aug 2003 13:45:35 +0100

sapphire (0.15.8-2) unstable; urgency=low

  * Changed maintainer address, now here I *really* haven't been paying
    attention. (note: hmm, no new upstream release in all this time, I
    guess he's working on aewm++ instead)
  * Added support for DEB_BUILD_OPTIONS.
  * Bumped standards version to 3.6.0.
  * Building using pbuilder.

 -- Chris Boyle <cmb@debian.org>  Fri, 25 Jul 2003 13:57:49 +0100

sapphire (0.15.8-1) unstable; urgency=medium

  * New upstream release.
    - Incorporates all source changes I've made so far (the bugfixes
      from previous versions).
  * Fixed build failure on g++ 2.96 (#include <stdlib.h> was missing in
    linkedlist.cc), hence the urgency. (closes: #128371)
  * Added support for switching to a different wm and bumped alternatives
    priority to 50 accordingly.
  * Added support for "text" menu items (calling x-terminal-emulator).
  * Cleaned up some "dh_make'isms" (comments from the example debian
    files that were still lying around).

 -- Chris Boyle <cmb@bluelinux.co.uk>  Wed,  9 Jan 2002 19:38:10 +0000

sapphire (0.15.7-2) unstable; urgency=low

  * Fixed build failure with g++ 3.0 by changing use of "or" as a variable
    name in image.cc (patch from LaMont Jones <lamont@smallone.fc.hp.com>).
    (closes: #126830)
  * Other changes for g++ 3.0 from the same patch ("using namespace std;"
    and use of "friend class" instead of "friend" a few times).
  * Added the manpage to the alternatives system as a slave link.
  * Fixed "postrm: unknown argument" problems. That message will appear
    (harmlessly) on upgrading from the previous version, but hopefully
    for the last time.

 -- Chris Boyle <cmb@bluelinux.co.uk>  Mon, 31 Dec 2001 10:34:46 +0100

sapphire (0.15.7-1) unstable; urgency=low

  * Initial Release. (closes: #82572)
  * Added install(1) commands in Makefile instead of data.inst script, to
    allow use of DESTDIR.
  * Changed CONFIGURATION_PATH to /usr/share/sapphire
  * Moved the menus to /etc/X11/sapphire/menu but symlinked it so it doesn't
    bother the program.
  * Fixed some segfaults that would happen if we couldn't open the menu file,
    or a theme.
  * Made sure the default theme is always loaded if another one isn't, to fix
    another segfault where bits of the Theme object were uninitialized.
  * Fixed a segfault in RootMenu::parseMenuConfigurationFile() (rootmenu.cc,
    line 39) that for some reason was only manifesting when I changed the
    CONFIGURATION_PATH (fault was that the configuration_home variable was too
    small by 1).
  * Added a menu-method to get the Debian menu.
  * Added apostrophe as an allowed character in commands in the menu file.
  * Added backslash support to menulex.cc, and used it in the menu method to
    allow brackets in program titles.
  * Fixed a bug which would rearrange the menu if the tree depth was too
    great (by keeping track of position with a local variable in
    MenuLex::submenu, not 4 global variables).

 -- Chris Boyle <cmb@bluelinux.co.uk>  Mon, 17 Dec 2001 09:48:50 +0000