Subversion Repositories

?revision_form?Rev ?revision_input??revision_submit??revision_endform?

Rev 18 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 18 Rev 19
1
crystalcursors (1.1.1-14) unstable; urgency=low
1
crystalcursors (1.1.1-14) unstable; urgency=low
2
2
3
  * grey_watch.patch: Replace bad clock animation frame in gray theme
3
  * grey_watch.patch: Replace bad clock animation frame in gray theme
4
    (Closes: #705782). Thanks to Maximiliano Curia <maxy@debian.org>.
4
    (Closes: #705782). Thanks to Maximiliano Curia <maxy@debian.org>.
5
  * Remove broken superfluous symlinks (Closes: #702857).
5
  * Remove broken superfluous symlinks (Closes: #702857).
6
  * Upgrade to Standards-Version 3.9.7, adding an empty build-arch target.
6
  * Upgrade to Standards-Version 3.9.7, adding an empty build-arch target.
7
7
8
 -- Magnus Holmgren <holmgren@debian.org>  Fri, 25 Mar 2016 16:35:00 +0100
8
 -- Magnus Holmgren <holmgren@debian.org>  Fri, 25 Mar 2016 16:35:00 +0100
9
9
10
crystalcursors (1.1.1-13) unstable; urgency=low
10
crystalcursors (1.1.1-13) unstable; urgency=low
11
11
12
  * New maintainer (Closes: #529434).
12
  * New maintainer (Closes: #529434).
13
  * Do not remove alternatives on upgrade.
13
  * Do not remove alternatives on upgrade.
14
  * Delete unused and unnecessary stuff from debian/rules.
14
  * Delete unused and unnecessary stuff from debian/rules.
15
  * Add build-indep target.
15
  * Add build-indep target.
16
  * Drop 01-correct-upstreams-makefile.patch: 
16
  * Drop 01-correct-upstreams-makefile.patch: 
17
    - Pass PREFIX instead of DESTDIR from debian/rules
17
    - Pass PREFIX instead of DESTDIR from debian/rules
18
    - The "all" target should not have "clean" as a prerequisite; the
18
    - The "all" target should not have "clean" as a prerequisite; the
19
      problem in bug #368468 was just that patch-stamp wasn't created
19
      problem in bug #368468 was just that patch-stamp wasn't created
20
      and we don't need that with source format 3.0.
20
      and we don't need that with source format 3.0.
21
  * Add CREDITS to debian/docs.
21
  * Add CREDITS to debian/docs.
22
  * Add additional symlinks that Qt look for, as well as the missing
22
  * Add additional symlinks that Qt look for, as well as the missing
23
    ul_angle and ur_angle (Closes: #430827, #499344; works around:
23
    ul_angle and ur_angle (Closes: #430827, #499344; works around:
24
    #548804).
24
    #548804).
25
  * Improve package description.
25
  * Improve package description.
26
  * Give a suitable theme higher priority than the rest like; crystalblue
26
  * Give a suitable theme higher priority than the rest like; crystalblue
27
    (the blue, right-handed, animated theme) is what the upstream author
27
    (the blue, right-handed, animated theme) is what the upstream author
28
    intends as the default (Closes: #500881).
28
    intends as the default (Closes: #500881).
29
  * Bump Standards-Version to 3.9.1.
29
  * Bump Standards-Version to 3.9.1.
30
30
31
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 22 Aug 2010 01:15:06 +0200
31
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 22 Aug 2010 01:15:06 +0200
32
32
33
crystalcursors (1.1.1-12) unstable; urgency=medium
33
crystalcursors (1.1.1-12) unstable; urgency=medium
34
34
35
  [ Jari Aalto ]
35
  [ Jari Aalto ]
36
  * QA upload
36
  * QA upload
37
  * debian/rules
37
  * debian/rules
38
    - (install): remove deletion of empty directory
38
    - (install): remove deletion of empty directory
39
      usr/share/icons/default that is required in postinst
39
      usr/share/icons/default that is required in postinst
40
      (upgrade failure, Grave; Closes: #582517).
40
      (upgrade failure, Grave; Closes: #582517).
41
41
42
 -- Jari Aalto <jari.aalto@cante.net>  Tue, 25 May 2010 12:15:44 +0300
42
 -- Jari Aalto <jari.aalto@cante.net>  Tue, 25 May 2010 12:15:44 +0300
43
43
44
crystalcursors (1.1.1-11) unstable; urgency=low
44
crystalcursors (1.1.1-11) unstable; urgency=low
45
45
46
  [ Jari Aalto ]
46
  [ Jari Aalto ]
47
  * QA upload.
47
  * QA upload.
48
    - Move to packaging format "3.0 (quilt)" due to patch.
48
    - Move to packaging format "3.0 (quilt)" due to patch.
49
  * debian/compat
49
  * debian/compat
50
    - Update to 7.
50
    - Update to 7.
51
  * debian/changelog
51
  * debian/changelog
52
    - Delete EOL whitespaces.
52
    - Delete EOL whitespaces.
53
  * debian/control
53
  * debian/control
54
    - (Build-Depends): update obsolete xbase-clients to x11-apps.
54
    - (Build-Depends): update obsolete xbase-clients to x11-apps.
55
      (important; Closes: #575613).
55
      (important; Closes: #575613).
56
      Update to debhelper 7.1. Remove obsolete dpatch.
56
      Update to debhelper 7.1. Remove obsolete dpatch.
57
    - (Maintainer): set to QA Group.
57
    - (Maintainer): set to QA Group.
58
    - (Standards-Version): Update to 3.8.4.
58
    - (Standards-Version): Update to 3.8.4.
59
    - (crystalcursors::Section): Remove inherited field.
59
    - (crystalcursors::Section): Remove inherited field.
60
  * debian/copyright
60
  * debian/copyright
61
    - Point to LGPL-2. Change obsolete FSF address to URL.
61
    - Point to LGPL-2. Change obsolete FSF address to URL.
62
    - Update layout.
62
    - Update layout.
63
  * debian/patches
63
  * debian/patches
64
    - Convert from dpatch to quilt
64
    - Convert from dpatch to quilt
65
    - Combine trivial patches 01 and 02 (Makefile).
65
    - Combine trivial patches 01 and 02 (Makefile).
66
  * debian/rules
66
  * debian/rules
67
    - Remove obsolete dpatch.
67
    - Remove obsolete dpatch.
68
    - (install): Update dh_clean to dh_prep. Remove empty directory
68
    - (install): Update dh_clean to dh_prep. Remove empty directory
69
      usr/share/icons/default
69
      usr/share/icons/default
70
    - (clean): Fix lintian debian-rules-ignores-make-clean-error.
70
    - (clean): Fix lintian debian-rules-ignores-make-clean-error.
71
  * debian/source/format
71
  * debian/source/format
72
    - New file.
72
    - New file.
73
73
74
 -- Jari Aalto <jari.aalto@cante.net>  Sun, 09 May 2010 20:42:23 +0300
74
 -- Jari Aalto <jari.aalto@cante.net>  Sun, 09 May 2010 20:42:23 +0300
75
75
76
crystalcursors (1.1.1-10) unstable; urgency=low
76
crystalcursors (1.1.1-10) unstable; urgency=low
77
77
78
  * Added Homepage field
78
  * Added Homepage field
79
79
80
 -- Bastian Venthur <venthur@debian.org>  Wed, 26 Mar 2008 14:52:29 +0100
80
 -- Bastian Venthur <venthur@debian.org>  Wed, 26 Mar 2008 14:52:29 +0100
81
81
82
crystalcursors (1.1.1-9) unstable; urgency=low
82
crystalcursors (1.1.1-9) unstable; urgency=low
83
83
84
  * Applied ubuntu patch to fix FTBFS with dash (Closes: #459053)
84
  * Applied ubuntu patch to fix FTBFS with dash (Closes: #459053)
85
  * Bumped standards version
85
  * Bumped standards version
86
86
87
 -- Bastian Venthur <venthur@debian.org>  Sun, 20 Jan 2008 18:20:47 +0100
87
 -- Bastian Venthur <venthur@debian.org>  Sun, 20 Jan 2008 18:20:47 +0100
88
88
89
crystalcursors (1.1.1-8) unstable; urgency=low
89
crystalcursors (1.1.1-8) unstable; urgency=low
90
90
91
  * Updated maintainer field
91
  * Updated maintainer field
92
92
93
 -- Bastian Venthur <venthur@debian.org>  Wed, 18 Oct 2006 19:31:55 +0200
93
 -- Bastian Venthur <venthur@debian.org>  Wed, 18 Oct 2006 19:31:55 +0200
94
94
95
crystalcursors (1.1.1-7) unstable; urgency=low
95
crystalcursors (1.1.1-7) unstable; urgency=low
96
96
97
  * Don't remove u/s/icons/default (again)
97
  * Don't remove u/s/icons/default (again)
98
    Closes: #363059, thanks Magnus Holmgren
98
    Closes: #363059, thanks Magnus Holmgren
99
99
100
  * Corrected patch-rule, switched to easier dpatch.make and created a patch
100
  * Corrected patch-rule, switched to easier dpatch.make and created a patch
101
    against upstreams Makefile (fix_build_target)
101
    against upstreams Makefile (fix_build_target)
102
    Closes: #368468 (FTBFS: Forgot to touch patch-stamp),
102
    Closes: #368468 (FTBFS: Forgot to touch patch-stamp),
103
    thanks Magnus Holmgren
103
    thanks Magnus Holmgren
104
104
105
  * Removed xlibs-data from Depends: we don't need it to install the package
105
  * Removed xlibs-data from Depends: we don't need it to install the package
106
106
107
  * Minor Changes:
107
  * Minor Changes:
108
    - Sanitized package description, thanks Martin Michlmayr
108
    - Sanitized package description, thanks Martin Michlmayr
109
    - Bumped Standards Version, thanks Martin Michlmayr
109
    - Bumped Standards Version, thanks Martin Michlmayr
110
    - Substituted sed-command with grep -v, thanks Christoph Haas
110
    - Substituted sed-command with grep -v, thanks Christoph Haas
111
111
112
 -- Bastian Venthur <mail@venthur.de>  Mon, 22 May 2006 18:09:03 +0200
112
 -- Bastian Venthur <mail@venthur.de>  Mon, 22 May 2006 18:09:03 +0200
113
113
114
crystalcursors (1.1.1-6) unstable; urgency=low
114
crystalcursors (1.1.1-6) unstable; urgency=low
115
115
116
  * Provide /usr/share/icons/default
116
  * Provide /usr/share/icons/default
117
    Closes: #363059 "Fails to install, missing dir to create alternatives.",
117
    Closes: #363059 "Fails to install, missing dir to create alternatives.",
118
    thanks to Sune Vuorela and Steve Langasek
118
    thanks to Sune Vuorela and Steve Langasek
119
119
120
  * Restored wrappers for alternatives system
120
  * Restored wrappers for alternatives system
121
    Closes: #365072 "Please restore wrappers for alternatives system.",
121
    Closes: #365072 "Please restore wrappers for alternatives system.",
122
    thanks again Aaron M. Ucko
122
    thanks again Aaron M. Ucko
123
123
124
  * Adjusted Build-Depends and Build-Depends-Indep to make lintian happy
124
  * Adjusted Build-Depends and Build-Depends-Indep to make lintian happy
125
125
126
  * Introduced dpatch to change upstreams Makefile to keep upstream's
126
  * Introduced dpatch to change upstreams Makefile to keep upstream's
127
    sourcetree clean
127
    sourcetree clean
128
128
129
 -- Bastian Venthur <mail@venthur.de>  Fri, 28 Apr 2006 10:21:06 +0200
129
 -- Bastian Venthur <mail@venthur.de>  Fri, 28 Apr 2006 10:21:06 +0200
130
130
131
crystalcursors (1.1.1-5) unstable; urgency=low
131
crystalcursors (1.1.1-5) unstable; urgency=low
132
132
133
  * Moved icons from old (/u/X11R6/l/X11/icons) to new (/u/s/icons)
133
  * Moved icons from old (/u/X11R6/l/X11/icons) to new (/u/s/icons)
134
    Closes: #362504 "Wrong path for Xorg 7.0"
134
    Closes: #362504 "Wrong path for Xorg 7.0"
135
    - removed lintian overrides
135
    - removed lintian overrides
136
136
137
  * Cleaned up update-alternatives script
137
  * Cleaned up update-alternatives script
138
138
139
 -- Bastian Venthur <mail@venthur.de>  Thu, 13 Apr 2006 08:11:24 +0200
139
 -- Bastian Venthur <mail@venthur.de>  Thu, 13 Apr 2006 08:11:24 +0200
140
140
141
crystalcursors (1.1.1-4) unstable; urgency=low
141
crystalcursors (1.1.1-4) unstable; urgency=low
142
142
143
  * Tightened dependency from x-window-system-core to xlibs-data.
143
  * Tightened dependency from x-window-system-core to xlibs-data.
144
    - Closes: #356602 "unneccessarily depends on x-window-system-core"
144
    - Closes: #356602 "unneccessarily depends on x-window-system-core"
145
145
146
 -- Bastian Venthur <mail@venthur.de>  Mon, 20 Mar 2006 16:21:22 +0100
146
 -- Bastian Venthur <mail@venthur.de>  Mon, 20 Mar 2006 16:21:22 +0100
147
147
148
crystalcursors (1.1.1-3) unstable; urgency=low
148
crystalcursors (1.1.1-3) unstable; urgency=low
149
149
150
  * Added dependency on x-window-system-core
150
  * Added dependency on x-window-system-core
151
    - Closes: #351200 "fails to install"
151
    - Closes: #351200 "fails to install"
152
152
153
 -- Bastian Venthur <mail@venthur.de>  Mon, 27 Feb 2006 16:55:56 +0100
153
 -- Bastian Venthur <mail@venthur.de>  Mon, 27 Feb 2006 16:55:56 +0100
154
154
155
crystalcursors (1.1.1-2) unstable; urgency=low
155
crystalcursors (1.1.1-2) unstable; urgency=low
156
156
157
  * Register crystalcursors as x-cursor-theme and make them thereby available
157
  * Register crystalcursors as x-cursor-theme and make them thereby available
158
    via update-alternatives
158
    via update-alternatives
159
    - Closes: #330626 "please register x-cursor-theme alternatives", many
159
    - Closes: #330626 "please register x-cursor-theme alternatives", many
160
    thanks to Aaron Ucko!
160
    thanks to Aaron Ucko!
161
161
162
  * Added a README.debian to explain how to use update-alternatives
162
  * Added a README.debian to explain how to use update-alternatives
163
163
164
  * Minor cleanup in rules file
164
  * Minor cleanup in rules file
165
165
166
 -- Bastian Venthur <mail@venthur.de>  Sun, 27 Nov 2005 17:03:13 +0100
166
 -- Bastian Venthur <mail@venthur.de>  Sun, 27 Nov 2005 17:03:13 +0100
167
167
168
crystalcursors (1.1.1-1) unstable; urgency=low
168
crystalcursors (1.1.1-1) unstable; urgency=low
169
169
170
  * New upstream release
170
  * New upstream release
171
    - Fixes some hot spot related bugs in the left-handed version
171
    - Fixes some hot spot related bugs in the left-handed version
172
    - Closes: #328298 "Hot Point of Lefthanded Themes Wrong", thanks Markus Bauer
172
    - Closes: #328298 "Hot Point of Lefthanded Themes Wrong", thanks Markus Bauer
173
173
174
  * Cleaned rules file
174
  * Cleaned rules file
175
175
176
  * Added override file to make lintian happy
176
  * Added override file to make lintian happy
177
177
178
 -- Bastian Venthur <mail@venthur.de>  Thu, 15 Sep 2005 21:10:44 +0200
178
 -- Bastian Venthur <mail@venthur.de>  Thu, 15 Sep 2005 21:10:44 +0200
179
179
180
crystalcursors (1.1-1) unstable; urgency=low
180
crystalcursors (1.1-1) unstable; urgency=low
181
181
182
  * Initial release (Closes: #322437)
182
  * Initial release (Closes: #322437)
183
183
184
 -- Bastian Venthur <mail@venthur.de>  Tue,  9 Aug 2005 18:33:27 +0200
184
 -- Bastian Venthur <mail@venthur.de>  Tue,  9 Aug 2005 18:33:27 +0200