/[collab-maint]/deb-maint/ccid/trunk/debian/changelog
ViewVC logotype

Contents of /deb-maint/ccid/trunk/debian/changelog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8499 - (show annotations) (download)
Wed Mar 5 16:42:08 2008 UTC (5 years, 3 months ago) by rousseau
File size: 9660 byte(s)
add Vcs-Svn: and Vcs-Browser: now the packaging is hosted on
alioth/collab-maint
1 ccid (1.3.5-2) UNRELEASED; urgency=low
2
3 * debian/control: add Vcs-Svn: and Vcs-Browser: now the packaging is hosted
4 on alioth/collab-maint
5
6 -- Ludovic Rousseau <rousseau@debian.org> Wed, 05 Mar 2008 13:30:41 +0100
7
8 ccid (1.3.5-1) unstable; urgency=low
9
10 * New upstream release
11 - Closes: #466710 "libccid: Kobil mIDentity Switch is broken"
12 * debian/control: Build-Depends: libpcsclite-dev (>= 1.3.3) instead of (>=
13 1.3.3-1) to avoid a build-depends-on-1-revision build-depends: lintian
14 warning
15
16 -- Ludovic Rousseau <rousseau@debian.org> Fri, 22 Feb 2008 15:03:07 +0100
17
18 ccid (1.3.4-1) unstable; urgency=low
19
20 * New upstream release
21 - really Closes: #463977 "libccid.rules causes udev to delay for 10s when
22 syncing palm device"
23 * debian/rules: rename /usr/share/doc/ccid/ in /usr/share/doc/libccid/
24
25 -- Ludovic Rousseau <rousseau@debian.org> Fri, 08 Feb 2008 14:50:12 +0000
26
27 ccid (1.3.3-1) unstable; urgency=low
28
29 * New upstream release
30 - Closes: #463977 "libccid.rules causes udev to delay for 10s when syncing
31 palm device"
32
33 -- Ludovic Rousseau <rousseau@debian.org> Wed, 06 Feb 2008 18:27:16 +0100
34
35 ccid (1.3.2-1) unstable; urgency=low
36
37 * New upstream release
38
39 -- Ludovic Rousseau <rousseau@debian.org> Tue, 22 Jan 2008 20:36:29 +0100
40
41 ccid (1.3.1-3) unstable; urgency=low
42
43 * debian/control:
44 - remove XS-Vcs-Browser: and Xs-Vcs-Svn: since they are for Debian package
45 and not for upstream
46 - Suggests: pcmciautils. Closes: #459246 "libccid: please Suggests:
47 pcmciautils"
48
49 -- Ludovic Rousseau <rousseau@debian.org> Fri, 11 Jan 2008 15:13:35 +0100
50
51 ccid (1.3.1-2) unstable; urgency=low
52
53 * debian/rules: create a symlink for libccidtwin.so
54 Closes: Bug#457657 "libccid: please provide a general symlink for
55 libccidtwin.so"
56 * debian/control: Standards-Version: 3.7.2 -> 3.7.3. No change needed
57
58 -- Ludovic Rousseau <rousseau@debian.org> Mon, 31 Dec 2007 16:29:19 +0100
59
60 ccid (1.3.1-1) unstable; urgency=low
61
62 * New upstream release
63
64 -- Ludovic Rousseau <rousseau@debian.org> Fri, 16 Nov 2007 15:25:46 +0100
65
66 ccid (1.3.0-3) unstable; urgency=low
67
68 * debian/watch: update URL to make it work again. Closes: #449691: "ccid:
69 debian/watch fails to report upstream's version"
70 * debian/control: use Homepage: field
71
72 -- Ludovic Rousseau <rousseau@debian.org> Wed, 07 Nov 2007 16:29:22 +0000
73
74 ccid (1.3.0-2) unstable; urgency=low
75
76 * debian/rules: use dh_installudev to install the udev file
77 * debian/control: Build-Depends: debhelper (>= 5.0.45) to have use
78 dh_installudev
79 * debian/compat: set to 5
80
81 -- Ludovic Rousseau <rousseau@debian.org> Sat, 02 Jun 2007 21:09:52 +0200
82
83 ccid (1.3.0-1) unstable; urgency=low
84
85 * New upstream release
86 * debian/control:
87 - upgrade Standards-Version: 3.6.2 -> 3.7.2. No change needed
88 - add XS-Vcs-Browser: and Xs-Vcs-Svn: fields
89
90 -- Ludovic Rousseau <rousseau@debian.org> Thu, 10 May 2007 16:52:22 +0200
91
92 ccid (1.2.1-1) unstable; urgency=low
93
94 * New upstream release
95 - now supports the O2Micro Oz7762
96 Closes: #381689 "should not barf on Oz776 firmware"
97 Closes: #381834 "spams syslog when no card is inserted"
98 Closes: #385072 "pcscd: excessive amount of logging"
99
100 -- Ludovic Rousseau <rousseau@debian.org> Sat, 27 Jan 2007 18:11:46 +0100
101
102 ccid (1.2.0-1) unstable; urgency=low
103
104 * New upstream release
105 * debian/control:
106 - Build-Depends: libpcsclite-dev (>= 1.3.3-1)
107 - libccid Depends: udev
108 * debian/rules: use --enable-udev and install the udev rule file
109
110 -- Ludovic Rousseau <rousseau@debian.org> Thu, 25 Jan 2007 21:23:28 +0100
111
112 ccid (1.1.0-1) unstable; urgency=low
113
114 * New upstream release
115 * debian/rules: add --enable-twinserial to ./configure
116
117 -- Ludovic Rousseau <rousseau@debian.org> Fri, 11 Aug 2006 20:45:32 +0200
118
119 ccid (1.0.1-2) unstable; urgency=low
120
121 * debian/copyright:
122 - update licence from GPL-2 to LGPL-2.1
123 - add all the copyright owner names
124 * debian/rules: do not check for nostrip in $(DEB_BUILD_OPTIONS) since we
125 use dh_strip with this test included
126 * debian/control: update the list of supported smart card readers
127 * debian/{rules,control}: do not use dpatch since we have no patch to apply
128
129 -- Ludovic Rousseau <rousseau@debian.org> Sun, 23 Apr 2006 20:29:01 +0200
130
131 ccid (1.0.1-1) unstable; urgency=low
132
133 * New upstream release
134
135 -- Ludovic Rousseau <rousseau@debian.org> Sat, 22 Apr 2006 17:42:11 +0200
136
137 ccid (1.0.0-1) unstable; urgency=low
138
139 * New upstream release
140 * debian/README.Debian: change recommendation from hotplug to udev
141 * debian/control: update the list of supported smart card readers
142
143 -- Ludovic Rousseau <rousseau@debian.org> Fri, 3 Mar 2006 22:09:10 +0100
144
145 ccid (0.9.4-4) unstable; urgency=low
146
147 * debian/control: remove the Depends: pcscd to avoid a circular dependency
148 with pcscd. See http://lists.debian.org/debian-devel/2006/01/msg00515.html
149 we now have:
150 Recommends: pcscd (>= 1.2.9-beta9-1)
151 Conflicts: pcscd (<< 1.2.9-beta9-1)
152
153 -- Ludovic Rousseau <rousseau@debian.org> Fri, 10 Feb 2006 16:20:34 +0100
154
155 ccid (0.9.4-3) unstable; urgency=low
156
157 * debian/rules: move Info.plist from from
158 /usr/lib/pcsc/drivers/ifd-ccid.bundle/Contents/Info.plist to
159 /etc/libccid_Info.plist to make it a conffile so that user modifications
160 are not lost with an upgrade
161 * debian/control: Standards-Version: 3.6.2 -> 3.6.2, no change
162
163 -- Ludovic Rousseau <rousseau@debian.org> Fri, 2 Dec 2005 17:13:51 +0100
164
165 ccid (0.9.4-2) unstable; urgency=low
166
167 * debian/control:
168 - libccid Depends: on pcscd (>= 1.2.9-beta9-1)
169 - remove Recommends: hotplug since udev should be used instead
170 - add some more readers in the long description
171
172 -- Ludovic Rousseau <rousseau@debian.org> Sun, 27 Nov 2005 21:18:54 +0100
173
174 ccid (0.9.4-1) unstable; urgency=low
175
176 * New upstream release
177 - Closes: #326928 "Incorrect spelling in name"
178 - remove debian/patches/22_ifdhandler.c.dpatch now included upstream
179 * debian/control: Build-Depends on libpcsclite-dev (>= 1.2.9-beta9-1)
180 instead of beta8
181
182 -- Ludovic Rousseau <rousseau@debian.org> Sun, 27 Nov 2005 21:09:42 +0100
183
184 ccid (0.9.3-2) unstable; urgency=low
185
186 * debian/patches/22_ifdhandler.c.dpatch: #include <PCSC/reader.h>
187 Closes: #337252 "FTBFS: 'SCARD_ATTR_ATR_STRING' undeclared"
188 * debian/control: Build-Depends: libpcsclite-dev (>= 1.2.9-beta8-1). This
189 new version has the defines in PCSC/reader.h instead of PCSC/ifdhandler.h
190
191 -- Ludovic Rousseau <rousseau@debian.org> Fri, 4 Nov 2005 18:35:50 +0100
192
193 ccid (0.9.3-1) unstable; urgency=low
194
195 * New upstream release
196
197 -- Ludovic Rousseau <rousseau@debian.org> Tue, 15 Mar 2005 19:58:47 +0100
198
199 ccid (0.9.2-3) unstable; urgency=high
200
201 * urgency high since the package is unusable with the libusb in sarge
202 * debian/patches/01_ccid_usb.c.dpatch: avoid a crash when the reader is
203 removed because of a change in libusb
204
205 -- Ludovic Rousseau <rousseau@debian.org> Sat, 5 Mar 2005 12:20:00 +0100
206
207 ccid (0.9.2-2) unstable; urgency=medium
208
209 * debian/control: Build-Depends on pkg-config
210
211 -- Ludovic Rousseau <rousseau@debian.org> Sun, 15 Aug 2004 23:47:57 +0200
212
213 ccid (0.9.2-1) unstable; urgency=medium
214
215 * New upstream release
216 * urgency=medium because this new release fixes many important bugs and the
217 version now in testing (0.4.1-1) is (very) old and very limited.
218 The present version should be released with sarge.
219 * debian/patches: patches included upstream so removed from the Debian
220 package
221
222 -- Ludovic Rousseau <rousseau@debian.org> Sun, 15 Aug 2004 22:56:56 +0200
223
224 ccid (0.9.1-2) unstable; urgency=low
225
226 * 21_ifdhandler.c.dpatch: update IFDHControl() API. Closes: #263328
227 * debian/control: Build-Depends: libpcsclite-dev (>= 1.2.9-beta5-1) instead
228 of 1.2.9-beta3-1 to use the new IFDHControl() API.
229
230 -- Ludovic Rousseau <rousseau@debian.org> Tue, 3 Aug 2004 22:51:04 +0200
231
232 ccid (0.9.1-1) unstable; urgency=low
233
234 * New upstream release
235 * debian/control:
236 - Build-Depends: libpcsclite-dev (>= 1.2.9-beta3-1), dpatch
237 - update the list of supported readers
238 * debian/patches:
239 - 10_Info.plist.dpatch : replace VENDOR pattern by MAGIC_VENDOR since we
240 also have a VENDOR in IOCTL_SMARTCARD_VENDOR_IFD_EXCHANGE and then a
241 collision.
242 - 20_ccid_serial.c.dpatch: OpenSerialByName(): perform a command (get the
243 reader firmware) to be sure a GemPC Twin (serial or pcmcia) reader is
244 connected
245
246 -- Ludovic Rousseau <rousseau@debian.org> Sat, 3 Jul 2004 16:11:31 +0200
247
248 ccid (0.4.1-1) unstable; urgency=low
249
250 * New upstream release
251
252 -- Ludovic Rousseau <rousseau@debian.org> Sun, 15 Feb 2004 14:09:18 +0100
253
254 ccid (0.3.2-1) unstable; urgency=low
255
256 * New upstream release
257
258 -- Ludovic Rousseau <rousseau@debian.org> Wed, 5 Nov 2003 19:36:49 +0100
259
260 ccid (0.3.1-1) unstable; urgency=low
261
262 * New upstream release
263 * debian/README.Debian: important notes about the GemPC Twin driver when
264 connected to a serial port. The serial port configuration is not
265 automatic.
266 * debian/postinst, postrm: regenerate /etc/reader.conf using
267 update-reader.conf(8) when installing or removing the package
268 * debian/control:
269 - Build-Depends on autotools-dev
270 - modivied homepage URL
271 - add a list of supported readers
272
273 -- Ludovic Rousseau <rousseau@debian.org> Tue, 23 Sep 2003 22:35:19 +0200
274
275 ccid (0.2.0-2) unstable; urgency=low
276
277 * debian/control: add flex to Build-Depends:. Closes: #208274
278
279 -- Ludovic Rousseau <rousseau@debian.org> Tue, 2 Sep 2003 21:07:12 +0200
280
281 ccid (0.2.0-1) unstable; urgency=low
282
283 * Initial Release.
284
285 -- Ludovic Rousseau <rousseau@debian.org> Tue, 26 Aug 2003 23:53:13 +0200
286

  ViewVC Help
Powered by ViewVC 1.1.5