Subversion Repositories

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

Rev 6 | Rev 8 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

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