comparison lib/swig/swigwin-2.0.11/CCache/debian/changelog @ 1899:b3009adc0e2f

Adding swig, gitignore, hgignore
author Nomad
date Mon, 21 Oct 2013 10:42:27 +0200
parents
children
comparison
equal deleted inserted replaced
1867:eb580660bbbb 1899:b3009adc0e2f
1 ccache (2.4-15) unstable; urgency=low
2
3 * Add a new patch which improve the consistency of timestamps on cached
4 objects to make sure clean-up is based on least recently used objects.
5 * Patch the set_limit call so that non-writable cache directories return
6 an error when attempting to size the max(files|size) (closes: #332527)
7
8 -- Francois Marier <francois@debian.org> Sun, 13 Apr 2008 15:07:05 +1200
9
10 ccache (2.4-14) unstable; urgency=low
11
12 * Mention the long options everywhere in the manpage
13 * Merge Gentoo patches:
14 - respect user's LDFLAGS
15 - use utimes() for timestamp if possible
16
17 -- Francois Marier <francois@debian.org> Sun, 23 Mar 2008 16:30:11 +1300
18
19 ccache (2.4-13) unstable; urgency=low
20
21 * Update CACHEDIR.TAG patch to avoid creating the tag file when the
22 CCACHE_READONLY environment variable is set. (closes: #464356)
23 * Mention the GNU-style long options in the manpage
24
25 -- Francois Marier <francois@debian.org> Thu, 07 Feb 2008 10:50:42 +1300
26
27 ccache (2.4-12) unstable; urgency=low
28
29 * Add symlink for gcc 4.3 (closes: #463590)
30 * Add support for the CACHEDIR.TAG spec, thanks to Karl Chen.
31 (see http://www.brynosaurus.com/cachedir/)
32 * Fix hyphens in manpage (lintian notice)
33 * Bump Standards-Version up to 3.7.3 (no changes)
34 * Bump debhelper compatibility to 6
35
36 -- Francois Marier <francois@debian.org> Sat, 02 Feb 2008 10:37:22 +1300
37
38 ccache (2.4-11) unstable; urgency=low
39
40 * Add the collab-maint repo to debian/control
41
42 -- Francois Marier <francois@debian.org> Tue, 20 Nov 2007 15:26:37 +1300
43
44 ccache (2.4-10) unstable; urgency=low
45
46 * Document where the patches are from in debian/patches/CREDITS
47 * debian/rules:
48 - Fixed "make distclean" lintian warning
49 - Removed commented-out entries
50 * Set debhelper compatibility to 5
51 * Add homepage field in debian/control
52 * Add symlinks for MinGW (closes: #445782)
53 * Bump the version to 5 in the debhelper dependency
54
55 -- Francois Marier <francois@debian.org> Fri, 19 Oct 2007 16:04:37 +1300
56
57 ccache (2.4-9) unstable; urgency=low
58
59 * Add a symlink for gcc 4.2 (closes: #431007)
60 * Fix dependencies when using -o (closes: #217713)
61
62 -- Francois Marier <francois@debian.org> Sat, 30 Jun 2007 17:58:44 +1200
63
64 ccache (2.4-8) unstable; urgency=low
65
66 * Enable zlib compression of the cache by default (closes: #409848).
67 Thanks to Sami Liedes for suggesting this.
68 * Disable ccache when profiling (closes: #215849).
69 Thanks to Ted Percival for the Patch.
70 * Fix NFS renaming issues and add instructions to the README.
71 Thanks to John Coiner and instructions.
72 * Put all patches in debian/patches and apply them at build time.
73
74 -- Francois Marier <francois@debian.org> Sun, 20 May 2007 19:42:34 +1200
75
76 ccache (2.4-7) unstable; urgency=low
77
78 * Use the real compiler when HOME is not set (closes: #396350)
79 * Include user script under doc/examples (closes: #392435)
80 Thanks to Behan Webster!
81 * Add support for GNU --long options (closes: #297126)
82
83 -- Francois Marier <francois@debian.org> Sat, 18 Nov 2006 00:50:59 -0500
84
85 ccache (2.4-6) unstable; urgency=low
86
87 * Include symlinks for gcc 4.1 (closes: #372838)
88 * Update watch file
89
90 -- Francois Marier <francois@debian.org> Tue, 13 Jun 2006 22:17:37 -0400
91
92 ccache (2.4-5) unstable; urgency=low
93
94 * Document the fact that cross-compiling is supported (closes: #349221)
95 * Bump Standards-Version up to 3.7.2 (no changes)
96
97 -- Francois Marier <francois@debian.org> Sun, 4 Jun 2006 01:20:07 -0400
98
99 ccache (2.4-4) unstable; urgency=low
100
101 * Mention another way to use ccache in README.Debian (thanks to Benjamin
102 Drieu for the suggestion) (closes: #267632)
103 * Update FSF address
104 * Fix watch file
105
106 -- Francois Marier <francois@debian.org> Sat, 26 Nov 2005 00:15:13 -0500
107
108 ccache (2.4-3) unstable; urgency=low
109
110 * Actually use the configuration flags in debian/rules
111 * Bump Standards-Version up to 3.6.2 (no changes)
112
113 -- Francois Marier <francois@debian.org> Sun, 26 Jun 2005 13:33:19 -0400
114
115 ccache (2.4-2) unstable; urgency=low
116
117 * Add gcc and g++ symlinks to /usr/lib/ccache (closes: #313490)
118 * Remove invalid entry from Depends
119
120 -- Francois Marier <francois@debian.org> Wed, 15 Jun 2005 20:51:03 -0400
121
122 ccache (2.4-1) unstable; urgency=low
123
124 * New maintainer (closes: #312867)
125 * New upstream version: (closes: #273753, #239640)
126 - New CCACHE_READONLY and CCACHE_TEMPDIR options
127 - Fixed handling of hard-linked compilers on AIX
128 - Fixed handling of HOME environment variable (closes: #299880)
129 - Show cache directory in stats output
130 * Fix copyright file
131 * Add 'distcc' to Suggests (closes: #269158)
132 * Add a note about whitespace in README.Debian (closes: #229116)
133 * Update rules to add symmlinks for gcc 3.4 & 4.0 (closes: #261177)
134 * Acknowledge NMUs (closes: #200185, #177129, #174417)
135
136 -- Francois Marier <francois@debian.org> Sun, 12 Jun 2005 12:05:34 -0400
137
138 ccache (2.3-1.1) unstable; urgency=low
139
140 * Non-maintainer upload during BSP
141 * Re-apply patch for
142 #200185 ccache: Incorrect symlinks in /usr/lib/ccache
143 (Closes: #200185)
144
145 -- Frank Lichtenheld <djpig@debian.org> Fri, 19 Mar 2004 11:14:50 +0100
146
147 ccache (2.3-1) unstable; urgency=low
148
149 * New upstream release: obsoletes existing caches.
150 * Tweak package description in arbitrary way (closes: #181721)
151
152 -- Paul Russell <prussell@debian.org> Mon, 29 Sep 2003 02:53:20 +0200
153
154 ccache (2.2-2) unstable; urgency=low
155
156 * Insert more symlinks in ccache dir (closes: #197468)
157
158 -- Paul Russell <prussell@debian.org> Mon, 16 Jun 2003 10:52:50 +0100
159
160 ccache (2.2-1) unstable; urgency=low
161
162 * New upstream release (closes: #150755)
163 * Insert more symlinks in ccache dir (closes: #144462)
164
165 -- Paul Russell <prussell@debian.org> Mon, 17 Feb 2003 07:19:36 +0100
166
167 ccache (2.1.1-2) unstable; urgency=low
168
169 * Restored /usr/lib/ccache symlinks (closes: #179393)
170 * Fixed manpage typo (closes: #179564)
171 * With thanks to Andreas Rottmann.
172
173 -- Paul Russell <prussell@debian.org> Wed, 5 Feb 2003 10:01:10 +0100
174
175 ccache (2.1.1-1) unstable; urgency=low
176
177 * NMU (with maintainer consent).
178 * New upstream release (closes: #174417, #177129).
179 * debian/control:
180 + Build-Depend on and use dephelper 4 (DH_COMPAT = 4).
181 + Bumped Standards-Version to 3.5.8.
182 + No full stop on short package description (fixes linda warning).
183 * debian/copright:
184 + Make lintian feel comfortable; fixes warnings:
185 - copyright-should-refer-to-common-license-file-for-gpl
186 - copyright-lists-upstream-authors-with-dh_make-boilerplate
187 * Built with g++ 3.2 :-).
188
189 -- Andreas Rottmann <rotty@debian.org> Thu, 16 Jan 2003 11:42:38 +0100
190
191 ccache (1.9-1) unstable; urgency=low
192
193 * New upstream release (closes: #144920)
194
195 -- Paul Russell <prussell@debian.org> Mon, 13 May 2002 10:01:09 +0200
196
197 ccache (1.8-1) unstable; urgency=low
198
199 * New upstream release (closes: #145401)
200
201 -- Paul Russell <prussell@debian.org> Fri, 3 May 2002 02:26:32 +0200
202
203 ccache (1.7-1) unstable; urgency=low
204
205 * New upstream release
206 * Install symlinks in /usr/lib/ccache (closes: #141337)
207
208 -- Paul Russell <prussell@debian.org> Wed, 10 Apr 2002 17:51:21 +0200
209
210 ccache (1.4-1) unstable; urgency=low
211
212 * New upstream release
213
214 -- Paul Russell <prussell@debian.org> Wed, 3 Apr 2002 03:41:46 +0200
215
216 ccache (1.2-1) unstable; urgency=low
217
218 * Initial Release.
219
220 -- Paul Russell <prussell@debian.org> Sun, 31 Mar 2002 14:08:57 +0200
221