~ubuntu-branches/ubuntu/jaunty/pcsc-lite/jaunty-security

« back to all changes in this revision

Viewing changes to debian/0comments

  • Committer: Bazaar Package Importer
  • Author(s): Ludovic Rousseau
  • Date: 2004-06-13 21:45:56 UTC
  • mfrom: (1.1.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20040613214556-zio7hrzkz9wwtffx
Tags: 1.2.9-beta2-2
* debian/rules: add -lpthread to LDFLAGS so that pthread_* symbols are
  included in the library (problem only seen on mips and mipsel).
  Closes: #253629
* debian/control: make libpcsclite-dev and libpcsclite1 at Priority:
  optional so that other packages at Priority: optional can use them.
  Closes: #249374

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Configuration file for pcsc-lite Debian package
2
 
# Carlos Prados <cprados@debian.org>
3
 
#
4
 
# Syntax:
5
 
# FRIENDLYNAME: Any name
6
 
# DEVICENAME: Any name
7
 
# LIBPATH: Location of the driver library for your reader
8
 
# CHANNELID:
9
 
#             0x0103F8 - /dev/ttyS0 (COM1)
10
 
#             0x0102F8 - /dev/ttyS1 (COM2)
11
 
#             0x0103E8 - /dev/ttyS2 (COM3)
12
 
#             0x0102E8 - /dev/ttyS3 (COM4)
 
2
# Ludovic Rousseau <rousseau@debian.org>
 
3
#
 
4
# Do NOT update this file directly but use update-reader.conf(8) instead.
 
5
#
 
6
# If the driver you use support debconf (for example libgempc410 does) use
 
7
#  'dpkg-reconfigure package-name' (dpkg-reconfigure libgempc410)
 
8
 
 
9
# If the driver you use DO NOT create a NEW file under
 
10
# /etc/reader.conf.d/ that will contain something like (without comment):
 
11
 
 
12
# FRIENDLYNAME   Any name
 
13
# DEVICENAME     Any name
 
14
# LIBPATH        Location of the driver library for your reader
 
15
# CHANNELID
 
16
#             0x0103F8 or 1 for /dev/ttyS0 (COM1)
 
17
#             0x0102F8 or 2 for /dev/ttyS1 (COM2)
 
18
#             0x0103E8 or 3 for /dev/ttyS2 (COM3)
 
19
#             0x0102E8 or 4 for /dev/ttyS3 (COM4)
13
20
#
14
21