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

« back to all changes in this revision

Viewing changes to src/libpcsclite.pc.in

  • Committer: Bazaar Package Importer
  • Author(s): Ludovic Rousseau
  • Date: 2008-01-09 13:49:01 UTC
  • mfrom: (1.2.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20080109134901-3g8euko5opt8smo5
Tags: 1.4.99-1
* New upstream release
* debian/pcscd.init: pid file is now in /var/run/pcscd/
* debian/control
 - Standards-Version: 3.7.2.0 -> 3.7.3. no change needed
* debian/pcscd.postinst: remove very old commented code to clean /tmp/pcsc
  and also remove debian/pcscd.postinst.lintian_override
* debian/lintian-override: ignore package-contains-empty-directory for
  usr/lib/pcsc/{drivers,services}/

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
Name: PCSC Lite
8
8
Description: PC/SC smart card interface
9
9
Version: @VERSION@
10
 
Libs: -L${libdir} -lpcsclite @PTHREAD_LIBS@
 
10
Libs: -L${libdir} -lpcsclite
 
11
Libs.private: @PTHREAD_LIBS@
11
12
Cflags: -I${includedir} @PTHREAD_CFLAGS@